{"info":{"_postman_id":"1a785f97-17cd-4ca6-a246-d6879c961823","name":"Blitz External APIs","description":"<html><head></head><body><img src=\"https://content.pstmn.io/eb0abe53-d1d0-4548-a9db-6b077d02a06d/R1MgQmFubmVyLmpwZw==\">\n\n<p>Welcome to Blitz API Documentation. This document is designed to help developers and Blitz users in fully understanding and integrating our API's for a seamless and easy communication between the platforms. These API's enable you to fully utilise almost all of your Blitz account's panel tools.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>You may get started by visiting our <a href=\"https://www.blitznow.in/\">website</a> and get credentials by <a href=\"https://app.growsimplee.com/signup\">signing up</a> in our portal</p>\n<img src=\"https://content.pstmn.io/9c7eed22-e04c-4370-b6b7-a65865eb3f2e/RG9jdW1lbnRhdGlvbiBGbG93IENoYXJ0cy1Db21wbGV0ZSBGbG93IERpYWdyYW0uZHJhd2lvLnBuZw==\">\n\n<h1 id=\"document-and-api-usage-guidelines\">Document and API Usage Guidelines</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Environment</strong></th>\n<th><strong>baseUrl</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UAT</td>\n<td><a href=\"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com\">https://xenc2tehd4.execute-api.us-east-2.amazonaws.com</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com\">https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com</a></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Our API's use the basic HTTP request codes: <code>GET</code>, <code>POST</code>, <code>PUT</code> &amp; <code>PATCH</code>.</li>\n<li>You can select the required response and request code language by selecting it from the drop down menu on the top.</li>\n<li>You can test all our APIs by importing the full API collection through the 'Run in Postman' button and run them in the Postman app.</li>\n<li>Any requests made using the valid API credentials will affect the real time data in your Blitz account.</li>\n<li>To facilitate a seamless onboarding process, it is advisable to <strong>prioritize integration with the UAT (User Acceptance Testing) environment before moving on to the production environment.</strong></li>\n<li>Please note that in order to use the generated token in your own code, you will need to pass the token in the following format in the request's header of your code:<ul>\n<li><code>Authorization: Token received from Authorization API</code></li>\n</ul>\n</li>\n</ul>\n<h1 id=\"support\">Support</h1>\n<p>For help regarding accessing the Postman API, feel free to discuss it in our Community. You can also drop in a line at <a href=\"https://mailto:tech@growsimplee.com\">tech@growsimplee.com</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"Document and API Usage Guidelines","slug":"document-and-api-usage-guidelines"},{"content":"Support","slug":"support"}],"owner":"21106930","collectionId":"1a785f97-17cd-4ca6-a246-d6879c961823","publishedId":"2s93eVWDew","public":true,"customColor":{"top-bar":"5E9EFF","right-sidebar":"303030","highlight":"5E9EFF"},"publishDate":"2023-09-21T07:11:15.000Z"},"item":[{"name":"Authorization","item":[{"name":"Authentication","id":"248ed4dd-7fdb-44d2-8807-6b88cc2b5352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"request_type\": \"authenticate\",\n    \"payload\": {\n        \"username\": \"username\",\n        \"password\": \"password\"\n    }\n}"},"url":"{{baseUrl}}/v1/auth","description":"<blockquote>\n<p>Request Body </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_type</td>\n<td>String</td>\n<td>Should always be passed as <code>authenticate</code></td>\n</tr>\n<tr>\n<td>username</td>\n<td>String</td>\n<td>Username of the user</td>\n</tr>\n<tr>\n<td>password</td>\n<td>String</td>\n<td>Password of the user</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Response Body </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>Code for the request</td>\n</tr>\n<tr>\n<td>id_token</td>\n<td>String</td>\n<td>Id Token, <strong>It must be passed with the header of other requests</strong></td>\n</tr>\n<tr>\n<td>access_token</td>\n<td>String</td>\n<td>Access Token</td>\n</tr>\n<tr>\n<td>refresh_token</td>\n<td>String</td>\n<td>Referesh Token</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Code Mapping </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Unknown Auth Request</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid Credentials</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","auth"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"58e0f9fa-640c-4047-a7f6-4c31922ba78f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_type\": \"authenticate\",\n    \"payload\": {\n        \"username\": \"gpiyush\",\n        \"password\": \"Gsimplee\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 11:41:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3943"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a45b2025-4b73-4a8f-9010-69d45db073c0"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"eceac460-27eb-485c-9331-b083fd0ced26"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"3943"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 11:41:26 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"Cl9IFGKMBcwFXrA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"3943"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 11:41:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"id_token\": \"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJmZDJmZWU3ZS1hNGZmLTQ5MDYtYWNjOC00ZTEyYzVkNmI0NmYiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NjQ4NiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2Mjg4NiwiaWF0IjoxNjgwMTc2NDg2LCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ.GEgf2stE1LUHJYtVkCkMkh_zZkZ486lys4OaM3m_Rgf_XYtm3_1uGYpOW3DBv7iYgPKokiP_o6QRGf3e1uuskVfwehgB4cuo--cOWPKpZ2kL1Hi8kVRB46TSnMWXPggcH_tqDIim7XRzEHOb1oE3ode2IGsLgQJAv4-Arbvs5kZzaCLItafxB7WDSt8rotX0Ol0hU5RiXJtTPNUikC8VFPc59nxx-uMjzkIUL_uIe3dHltzi0rSou9z1-QEV1J5PDEyDQizXc_yJ9oTufyRfcKC578sKGNVez5n6nrAEpZPg5CWTcjtXHT0I7k9W_QKQqJSbNPegOUN_rkqEpst-bg\",\n    \"access_token\": \"eyJraWQiOiJZSm54alRvRXRTYzBrSXJZOEVzTTVUR0pRZndlaDhDd2NBcnVodUZJNXRrPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJkZXZpY2Vfa2V5IjoiYXAtc291dGgtMV9iMGExYjlhYS02YjI3LTQzY2QtODljZC1hNzQxZmZmZmVlZjEiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAuYXAtc291dGgtMS5hbWF6b25hd3MuY29tXC9hcC1zb3V0aC0xX21JenY3MXRqdiIsImNsaWVudF9pZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJmZDJmZWU3ZS1hNGZmLTQ5MDYtYWNjOC00ZTEyYzVkNmI0NmYiLCJ0b2tlbl91c2UiOiJhY2Nlc3MiLCJzY29wZSI6ImF3cy5jb2duaXRvLnNpZ5pbi51c2VyLmFkbWluIiwiYXV0aF90aW1lIjoxNjgwMTc2NDg2LCJleHAiOjE2ODAyNjI4ODYsImlhdCI6MTY4MDE3NjQ4NiwianRpIjoiZGJkZjA4YmEtZmQ1MS00NGQ3LTlhZmMtZmE4MDg1YTU0ZWEzIiwidXNlcm5hbWUiOiJncGl5dXNoIn0.Dni5bNfQEkrGD45PDXSffRm-VI4gu1SlH6fwXnxNYq_vzU8ikskDwDIyA-kkTJCdCrV6x5cEPSncADs6_CDPWbSGyp4DuvlWK7h6pzShWaIaDp42CMq_Ldv1AONFTExPJzjQujdFiWaScyD65qWWCT-SJw16QRJmrLBRQTQoOkjpLrAMoItKtVRlL2EWEJXAJbt6HDzfk7GYJKr0jKTlxmmdaMRU0g2SXr0vS-Hm6Oa1JCNXxR9BjlQIRapX5-TkHQfoZVs5df6RTot2obhpF1SrSw_QinZONuXrozM8YT4iBvloK5UT_W67BvGg3jw0HkX-3V7E2etvU8RK2DcRAA\",\n    \"refresh_token\": \"eyJjdHkiOiJKV1QiLCJlbmMiOiJBMjU2R0NNIiwiYWxnIjoiUlNBLU9BRVAifQ.0VVFcy1LKHV8oy1oAiVRG9QdkrgzQ8Iq1_orn0_bprSnwn6p3CaHhEa4-wSmhBKQI6J1T7W9NInybzJ9gZUtPrKoHihXghpkKUsQidJSs836ru_48Ft4xUMlbmzTBQoSWT_82sqlE5Z1rmhHTc_BUKwi2uZsQvgSHragPng-MlU3adz0nftnq2BK_mc7U4go8fdjeMFT2-CqqFvhnV3AtoKysKIn13Wtd1uPXVPLvYVISeFmX_3-WB_L_f0yaMpqJYX6fb15hSmxH_VwMlFBEq_y-IdEJ6F5ly79CBPJAFbccll8EsQJJWBbk7U8tAcIPasTRo3x3Lz3Ik-w7AxA.lyXCJv4tioG5tMMd.tb8M-s6RxuGgNEdbwIIRLZYph3dB-ae7TEo0BbVxZTJg-2kCCKCDxQbDmDw9Xs_KwOxjjfouzuGptbV-7Hz0t5gaITEkW4iB5khqtxQFXUGqa-xwVwfxxri4cauYwj4gqlJgUvNHznbztUUn2-Mf1YkZdNfOTqDrhr4HgWwrthB6Y03VbH1pbvgNdoXqASokvGM6bkazqt4QgH7EB9cxhdSKLfJ2mLce671XmVk_xEJJrJW045UqZmQ08JFxzLt6IgWTDXJatmHY5F91OAWVV2DFp_JG4wdH5Rj1f99PfRLbdSthFQoQ9FVxVjHl1-yrDBf-H_vkuprrCWyPOObBxZdOSmpM_icsPZzIC26vVcfLSAsN6oda0O2h53CUhO-mfiig0QM6vb4FyCdHDDBqxY88n7-_wj__t5Pz8Vri8qi_QwmeDiUYixwhHUDSwXjMPHr46UtIc2m7z7yAycRqmJT2FwTdxAffO6qS2FCiliI0sE_dmGROWv7MCAKlRysuUbbPVtLqX6UkIIia-8EWnvGH0HWQminXN9w_SddGeAYbHVze0f-vJQYR-YTaEGI3lWXPkgR5JSfrVjH4JE7AAENa1d9g4JyuZZLOJgQuxz5tM20lsse7bRaAj3vnA6sotdu_e1IgGr3IGiP1mIveEzSjL9aKBQR_pfxjt87AkfgTMXnDIDsuTyXK8j4MI6c8JvpNYBK_-IH1XDJYVjtOUXPUoa9QKgb_DBNagHF7tHJrBOGBpwzDB1afdqiQjCLgrj5MxzxaqBfG7mEyBu5d3ATIxZdU8KiUUvUmi15P3vpSnzHYn7YiCb58G56ixFPW0ZlmUUIOJOFB-rxnBNpdmeyUV-LPUMOMO1zqm0DQZPKHIK1hyFLAL8idMJlmqo5eIhN8wdQ3lhznFCp2rbwlZ6YX2zoZk-kXbKAC1AnrcNvvB3H_NQNnxn-KOn6CaN_Wkzc1laHuiupYTKmtg8PFct1KTTLjIBcopGeuApy4Wh7SkMMogM0s_hq4Me1E6tHEmzahDMoGlOcj4M54e6E5NrMKBUOTFL4Tnx95Z7_ftdFtmDTE21pzC28ifNf39zAtApOYFPom3qZJw1Li6xoO686X7kkx9LPVdizsgFiVbgzsih5lCpmfgPkvzQrXelfdu4DaO-5SAQ6FUnr3uKxwEcA_Sf_O62BP4ZtpXOm_blpvOlHIG1DUO58O2YBX054foSWUzC_RIY6SJYiVTQC9FUNgMUxuDcntk3GRmK6-2AVKzzA_TzlXJvgqHOcvjnG5bLKZXWpZECbTWOYgEc-nD5qQykMPLJhjuk-OIiAlrErA4fihm7StdlR78yeoLjy8bxm0rr3rF59uRYg7sCYaYMD_Ril0UGtm2nqIasxZCJKmsAvCBDXyu_nptw.hdLhH46udcJaeQ22TO-kqw\"\n}"},{"id":"05ad2302-c869-4141-bea5-79aa4cbce843","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_type\": \"authenticate\",\n    \"payload\": {\n        \"username\": \"Gaurav\",\n        \"password\": \"Growsimplee01\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/auth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 11:42:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"aac457b5-fb9d-4258-83f0-2c55107a886c"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"16fc7bf5-2e8d-4364-8535-7423e0aed5db"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"47"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 11:42:50 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"Cl9VFG0HBcwFvdA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"47"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 11:42:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Invalid Credentials\"\n}"},{"id":"c00a1c19-281b-4584-9a6e-0b3f4018f57f","name":"Success(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_type\": \"authenticate\",\n    \"payload\": {\n        \"username\": \"Gaurav\",\n        \"password\": \"Growsimplee\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Feb 2023 09:33:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4208"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e93d43c8-f6f6-4028-9354-816bc8085753"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"4208"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AA3hXFDNiYcFUBA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Wed, 08 Feb 2023 09:33:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"id_token\": \"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZVudW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiYTc0MWNiMTYtN2FkZC00OTI4LThjMGUtY2Q0NzhmZTYwNTQ3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImE1NjZmNjNjLWE3ZjctNDhlNy1hNWRjLWZkMDI4OGFkODUyMiIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc1ODQ4ODE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzU4NTI0MTUsImlhdCI6MTY3NTg0ODgxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiODJiNTk5OTktZDk1ZC00MGJkLTkwMDYtNmY2ODMyNjQ2M2M4IiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.M1KKygR_UCUF104LHYCuQJDXiM7Buv0WJiDQUqI7dPcNfLKNUEnB_JCI9s2xMVHf6G6vyD7PzYTdfPGjxrg8wRe6ijL4ECy2jrR-sbhMtPBL2Hp-46M-57D6_Q6fi0TzZzyqQKjv9NLjnwmj7eo4sl2F_mHegplr2fGF_9trTHLtWruB8JolAzIx2tDb24xVi4hYhl5KJDKEhHfOcPuaexNs0W0A6vBFczze3sPkFTgTpCY7BrZBiEPZ4p6cuWuQIQWaJofiCNKBEU4QEF8yKT8NDvNpxfrdrpS-uzq2OJ4DbQLuqCvLClf14zwgrJqsZfPP7JotwR4THKFqat2bEw\",\n    \"access_token\": \"eyJraWQiOiJGSGREVEpGczV4TWFlaGJueVFWWFdvdGw4ZjV5dDk1a1JmMjFIVWhWNElNPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUTA1NC04MTMzYmZhOGYwOGIiLCJkZXZpY2Vfa2V5IjoidXMtZWFzdC0yX2JmZjM3N2RkLWRmMDktNGNiMS1hODRjLTAxNGFlNjE2OTdmZCIsImlzcyI6Imh0dHBzOlwvXC9jb2duaXRvLWlkcC51cy1lYXN0LTIuYW1hem9uYXdzLmNvbVwvdXMtZWFzdC0yX21PUGNnYWRpMyIsImNsaWVudF9pZCI6IjJxc3M2b2N0MDVydjA0MTI2YWd0cmlhcTFqIiwib3JpZ2luX2p0aSI6ImE3NDFjYjE2LTdhZGQtNDkyOC04YzBlLWNkNDc4ZmU2MDU0NyIsImV2ZW50X2lkIjoiYTU2NmY2M2MtYTdmNy00OGU3LWE1ZGMtZmQwMjg4YWQ4NTIyIiwidG9rZW5fdXNlIjoiYWNjZXNzIiwic2NvcGUiOiJhd3MuY29nbml0by5zaWduaW4udXNlci5hZG1pbiIsImF1dGhfdGltZSI6MTY3NTg0ODgxNSwiZXhwIjoxNjc1ODUyNDE1LCJpYXQiOjE2NzU4NDg4MTUsImp0aSI6IjY5YWEyNDY1LTU0N2MtNGJmNy1iNGEwLWFhZTgyNjY3YWRkYiIsInVzZXJuYW1lIjoiZ2F1cmF2In0.w4FEIxINi5zVfLlcomcBPJo9QCo_Fn1FZbmcHUeEXgWy60CqgktmrCuArhv5MWJzir4XzZ9RnFlw5EWFqT3WM7dy4t1kT8xR5SQGoiXimY3rAXKJ7zcrHg1g_uPM4MEeoF_7XRFdt7Y4TMXjmPP_yBKt7QwViJy1xTWjsf-CphjBXJRBiBJo_UvvXIPzfh4qtTDqvGwOfuDqfOCDPqi9QeLvPdM8kgYSi1H-ga3i3FtOyxb9vJ0_7zOiZtSaRwI7VEZ09TilA_X8lzPdQNFA3bn7O6e5LsX64Do7cJbIoM5Jw6TmZ1jHj5DQuUlHQxTioBw8CDPvc9pdUhaPcf4xig\",\n    \"refresh_token\": \"eyJjdHkiOiJKV1QiLCJlbmMiOiJBMjU2R0NNIiwiYWxnIjoiUlNBLU9BRVAifQ.3_SbaE16H6Ha1gbfRMZxWsTNFzQL6Vqas1-7Rj47BWKTFxloBKmDHYaAfn12-4HTa3kvaS8CvLcJvIrboCZqvkBftIINCzesXWTkSuZ66m__baGdUURgkgeby5PAU-9Z7wfJiNv60rrS-C9P4s-uimwYV0qfjyPa-XfxsT5zBQxVLAPqx4OH6N0ghGLI_D7Xzu2wGliZHvSDQbUPS1bO3U-jX9K0iTI4UlVs2rA3RP43kImkftmha0tClgF9o12OCLkGJt6Des2lfvpMjjLzfDUtm_d1h-ZEDZDzFk3zGemDNyJy9mXOe-9hItGenmnIm4_3lDpR1ITB50AWsYHDgQ.gjq2DF0hZ1gj1fwW.AsPfwJoPyzOGNxuS9WIUohCCozCWR0r5KPFVdA2oJiMcvrF2iUaDxMBr7erKtmxnY0QZY8koIZkWTQo5j9YWGXJuXJOgW_BE8OFoPBsxs20X7bqtjlgQav1c7QTx2CCmkU683B9xapZgvUNr-m_-_XRLP4KnFHCAoGXpti5PYZ6ZSMS04tiFIyogzV7gRAFhHdVz9-TiObc9G6dfjamMJyfZQ59Rhgvh4zgI-qNlLKPBxHq8UDp0xDp0yp2wXWQ3FlyN2nwVsy_iCqg6ethJW9sEMZacZ6CUQozdQQOfrUgYLn_Yq4p-IWY2GbpynykrXNEwAezwSOgm96NcC6UjA4qH7LI15FIL8wDgVKUU5J-8EeHpALc8dhKHCfEExKgwT2KKIxVxe7QFV_96-OOaJJRyJNRksJPCUDNC9DXSKNcchnbPchjZTOGzGnpsn97FryfRctFQOLFpyBBxuSa30vi_aR6OG2anjvsBosCptbIWHjEBrmL3j6mGtV9htkbNj2Hpp_OkA3pRfoDg34iz0gbMmB20228tAZGvNr6xibBnZzPqvBdyfJuL-qGRlbRdL134Injd_wGmTiOuPuN6QIYdL1JX3zWGHmFIJb5D0ovbL3rgegQAgyJ5c8bRVSOCgxdmObsxokYfRMb02SKyI_bttEdZe6SUvI04f3CVNslcbbs_RxUUAikIAQAhLrmhamizjiowTuYMQ9Xwsk26Ol821JXvQ3i6qX0QEFX0Zrdw2K7cFhRutsINFqa7QRAF91jO5BehYnPhb_vSXEtilNu1gS7a1d6_n54vOavY_4tj43RSoGekeeJi9-ERJqEyPepYAyEM-k2ejwrmjDqY2N1rKcKwnHbyx_I7QlMfF4fY4Zo7rHO_e10iiJNci_R-gk_lpVV0C0MJsr1ZPYMx46AG42s15lEmsc6mCMQe6U3JSIdU-p0TfdkmjrZ6bJhX6FwoGlSBeOTak0yVNJ2V8PmHs_EhR3rFfqZy1gV87eZzRx66WoE9ODaqYMJB9f91goqbhzPpVema2krdeenHR29AqDqsLAZYXmrBN3ZQfrnjbUhma9JaY3lD7bSHfFhWWL9fZdO7YRl0GlmomVoDjUi6ZF3jqqo7NvcKHopNFuj1zEvVR_DT16Da-Z5T9HMPOo9l8IBk9FyUhpwVPb1F-BcXtm_bFa-yNYqJb51iOSQUlyefgNoaPD9rt_rX5rKNX8kWfWCQOoPyv22BHrJjzhEUnroa1hW3t-x-15CiUxv2l-JdLXAv2oOMzBgBC1F0mq4oJOTAti6LgrwN_BKPo5ZjuwBgDqIap18pU0MN7QI1-uzw1py7AkT5ATIkPJhfZ5Y5yMxsugIggi5haaP1SiBBD2zYrdN9AEE4ED7-7JNFbYzKTi.IhLepCZ8MwGkvsQzd24cwg\"\n}"},{"id":"3e8f2cc7-f7e2-417d-9b80-2ef58318ae20","name":"Failure(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_type\": \"authenticate\",\n    \"payload\": {\n        \"username\": \"Gaurav\",\n        \"password\": \"Growsimplee01\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/auth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Feb 2023 09:34:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f5d9d1a3-ff92-4605-893a-56e7580c6e10"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"47"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"AA3mHHvKCYcFVBw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Wed, 08 Feb 2023 09:34:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Invalid Credentials\"\n}"}],"_postman_id":"248ed4dd-7fdb-44d2-8807-6b88cc2b5352"}],"id":"e2a5f410-cc49-4e34-833f-b9fef628041b","description":"<p>Our Systems follow Authorization based approach in which our token expires after <strong>24 hour</strong> of it's generation. You need to regenerate the token after it's expiry</p>\n<p>If you don't have user credentials avaiable, you may contact our team or <a href=\"https://app.growsimplee.com/signup\">sign up</a> uisng our portal</p>\n<p><strong>Note</strong><br />Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret token in publicly accessible areas such as GitHub, client-side code, and so forth.</p>\n<img src=\"https://content.pstmn.io/9f8b41d9-e079-410e-b5ae-d3dfc7890bf1/RG9jdW1lbnRhdGlvbiBGbG93IENoYXJ0cy1BdXRoZW50aWNhdGlvbi5kcmF3aW8ucG5n\" alt=\"Authentication%20Flow\" />","_postman_id":"e2a5f410-cc49-4e34-833f-b9fef628041b"},{"name":"Add Order","item":[{"name":"Create New Order","id":"c9f488ca-5dfa-473e-8edf-94eec9066a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","description":"<p>id_token received in Authorization API</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"automation\": true,\r\n    \"orders\": [\r\n        {\r\n            \"channel_id\": \"channel_id\",\r\n            \"channel_order_id\": \"channel_order_id\",\r\n            \"shop_order_number\": \"shop_order_number\",\r\n            \"order_amount\": 100,\r\n            \"paymentType\": \"COD\",\r\n            \"pickup_address_alias\" : \"alias\",\r\n            \"billing_address\": {\r\n                \"city\": \"city\",\r\n                \"name\": \"name\",\r\n                \"email\": \"test@growsimplee.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \"\",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Test\",\r\n                \"first_name\": \"Test\"\r\n            },\r\n            \"shipping_address\": {\r\n                \"city\": \"city\",\r\n                \"name\": \"name\",\r\n                \"email\": \"test@growsimplee.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \"\",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Test\",\r\n                \"first_name\": \"Test\"\r\n            },\r\n            \"suborders\": [\r\n                {\r\n                    \"channel_listing_id\": \"channel_listing_id\",\r\n                    \"channel_suborder_id\": \"channel_suborder_id\",\r\n                    \"quantity\" :1,\r\n                    \"codAmount\": \"10\",\r\n                    \"suborder_value\":\"200\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/orin/api/orders/","description":"<blockquote>\n<p>Request Body(Only Shipping) </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>automation</td>\n<td>Boolean</td>\n<td>Yes</td>\n<td>If automation is activated(TRUE), then Blitz's technology helps you decide the right warehouse &amp; the right shipping partner to delight your customers as when they expect their orders. Otherwise(FALSE) manually selected warehouse &amp; shipping partner.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>It's a a unique string that is decided by the client, but has to be same for all orders</td>\n</tr>\n<tr>\n<td>channel_order_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reference ID of order in channel</td>\n</tr>\n<tr>\n<td>shop_order_number</td>\n<td>String</td>\n<td>No</td>\n<td>It's the unique identifier of the order in a particular channel</td>\n</tr>\n<tr>\n<td>order_amount</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Total amount of the Order in Rupees</td>\n</tr>\n<tr>\n<td>paymentType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Payment type of the order.  <br />Possible cases are: <code>COD</code>, <code>Prepaid</code></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>JSON</td>\n<td>No</td>\n<td>The mailing address associated with the payment method. If billing is empty we consider shipping_address as billing address.</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>JSON</td>\n<td>Yes</td>\n<td>The mailing address associated with the shipping method.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Yes</td>\n<td>Valid City Name</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Full Name</td>\n</tr>\n<tr>\n<td>eMail</td>\n<td>String</td>\n<td>Yes</td>\n<td>Should have an @ and should have a '.' after @</td>\n</tr>\n<tr>\n<td>msisdn</td>\n<td>String</td>\n<td>Yes</td>\n<td>May have +91, also should be 10 digit apart from the +91</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Yes</td>\n<td>Country of which address is provided</td>\n</tr>\n<tr>\n<td>pinCode</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Valid Pin-code of the Address provided</td>\n</tr>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>Address Line 1 of Address</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>String</td>\n<td>No</td>\n<td>Address Line 2 of Address</td>\n</tr>\n<tr>\n<td>province</td>\n<td>String</td>\n<td>Yes</td>\n<td>Province/Principal administrative division of Address Provided</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>First Name of the Customer</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Last Name of the Customer</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>channel_listing_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Listing ID of the product(SKU) from the channel where order is received. The SKU ID of a product can also directly be used for this field.</td>\n</tr>\n<tr>\n<td>length</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Length of the shipment <strong>in centimeter</strong></td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Breadth of the shipment <strong>in centimeter</strong></td>\n</tr>\n<tr>\n<td>height</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Height of the shipment <strong>in centimeter</strong></td>\n</tr>\n<tr>\n<td>dead_weight</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Dead Weight of the shipment in <strong>garams</strong></td>\n</tr>\n<tr>\n<td>channel_suborder_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Channel Sub Order id</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Quantity of Itmes in the order</td>\n</tr>\n<tr>\n<td>codAmount</td>\n<td>String</td>\n<td>Yes</td>\n<td>COD Amount of the order</td>\n</tr>\n<tr>\n<td>suborder_value</td>\n<td>String</td>\n<td>Yes</td>\n<td>Sub order value of the order</td>\n</tr>\n<tr>\n<td>items</td>\n<td>JSON</td>\n<td>Yes</td>\n<td>Item's description</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Name of Item</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>No</td>\n<td>Description of the Item</td>\n</tr>\n<tr>\n<td>item_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Item Id of the Item</td>\n</tr>\n<tr>\n<td>item_value</td>\n<td>String</td>\n<td>Yes</td>\n<td>Item's value</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Request Body(Shipping &amp; Inventory) </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>automation</td>\n<td>Boolean</td>\n<td>Yes</td>\n<td>If automation is activated(TRUE), then Blitz's technology helps you decide the right warehouse &amp; the right shipping partner to delight your customers as when they expect their orders. Otherwise(FALSE) manually selected warehouse &amp; shipping partner.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>It represents the channel through which order is accepted.  <br />For direct integration to own website, use: \"manual\"</td>\n</tr>\n<tr>\n<td>channel_order_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reference ID of order in channel</td>\n</tr>\n<tr>\n<td>shop_order_number</td>\n<td>String</td>\n<td>No</td>\n<td>It's the unique identifier of the order in a particular channel</td>\n</tr>\n<tr>\n<td>order_amount</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Total amount of the Order in Rupees</td>\n</tr>\n<tr>\n<td>paymentType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Payment type of the order.  <br />Possible cases are: <code>COD</code>, <code>Prepaid</code></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>JSON</td>\n<td>No</td>\n<td>The mailing address associated with the payment method. If billing is empty we consider shipping_address as billing address.</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>JSON</td>\n<td>Yes</td>\n<td>The mailing address associated with the shipping method.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Yes</td>\n<td>Valid City Name</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Full Name</td>\n</tr>\n<tr>\n<td>eMail</td>\n<td>String</td>\n<td>Yes</td>\n<td>Valid Email Address of customer</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Yes</td>\n<td>Valid phone number</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Yes</td>\n<td>Country of which address is provided</td>\n</tr>\n<tr>\n<td>pinCode</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Valid Pin-code of the Address provided</td>\n</tr>\n<tr>\n<td>address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>Address Line 1 of Address</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>String</td>\n<td>No</td>\n<td>Address Line 2 of Address</td>\n</tr>\n<tr>\n<td>province</td>\n<td>String</td>\n<td>Yes</td>\n<td>Province/Principal administrative division of Address Provided</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>First Name of the Customer</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Yes</td>\n<td>Last Name of the Customer</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>channel_listing_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Listing ID of the product(SKU) from the channel where order is received. The SKU ID of a product can also directly be used for this field.</td>\n</tr>\n<tr>\n<td>channel_suborder_id</td>\n<td>String</td>\n<td>Yes</td>\n<td>Channel Sub Order id</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Quantity of Itmes in the order</td>\n</tr>\n<tr>\n<td>codAmount</td>\n<td>String</td>\n<td>Yes</td>\n<td>COD Amount of the order</td>\n</tr>\n<tr>\n<td>suborder_value</td>\n<td>String</td>\n<td>Yes</td>\n<td>Sub order value of the order</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Response Body </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the request</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Message related to request</td>\n</tr>\n<tr>\n<td>response</td>\n<td>JSON</td>\n<td>Response of the request</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Id of the item</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Success/Failure of the item</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Either <code>order</code> or <code>suborder</code></td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>Integer</td>\n<td>Order Id</td>\n</tr>\n<tr>\n<td>shop_order_number</td>\n<td>String</td>\n<td>Shop order Number</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>Code respective to the related item</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Code Mapping </p>\n</blockquote>\n<table><tbody><tr><th>Code</th><th>Description</th></tr><tr><td><div>41001</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid shipping_address: Pincode</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41002</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid shipping_address: Phone Number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41003</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid shipping_address: Address1</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41004</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid suborders: channel_listing_id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41005</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid suborders: channel_suborder_id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41006</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid suborders: quantity</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41008</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid suborders: cost</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41009</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid channel_id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41010</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid channel_order_id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41011</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid Order_amount</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41012</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid Payment Type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>41013</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid suborders: codAmount</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>21013</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Order Processed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>21014</div><div><div><div><div></div></div></div><div></div></div></td><td><div>SubOrder Processed</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"note\">Note</h3>\n<ul>\n<li>In case of <code>billing_address</code> is not provided <code>shipping_address</code> would be used as <code>billing_address</code>.</li>\n<li><code>items</code> list is not a required field in Shipment &amp; Warehouse Order Type but advised to atleast fill one <code>name</code> so that can be involved in Invoice.</li>\n<li>To know your account type &amp; virtual_warehouse please contact Customer Support team.</li>\n<li>We also support Call back for the Add Order API which contains various information such as Air Way Bill, Item details, Label etc . If you want to avail this facility you may contact your Account Manager. For more details about Add Order Call Back click <a href=\"https://docs.google.com/document/d/11KCtqBHYxJDAlc_xNlKymmBz550bLHlInzCPfnCQqSg/edit?usp=sharing\">here</a></li>\n<li>You have a provision to set automation rule for the shipments from our panel.</li>\n</ul>\n<img src=\"https://content.pstmn.io/ce2e6270-6d1f-4d6f-9497-2e47a73266f1/RG9jdW1lbnRhdGlvbiBGbG93IENoYXJ0cy1BZGQgT3JkZXIuZHJhd2lvLnBuZw==\" alt=\"Add%20Order%20Webhook%20Flow\" />","urlObject":{"path":["v1","orin","api","orders",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6b144f03-0aca-4ff3-9cb3-ea64ef9efa49","name":"Only Shipping","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJhMjMxMTFhZS1lYzkxLTQ2OWYtOTYwZC02MjdlNTg3OTgyMTgiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3Njg2NywiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2MzI2NywiaWF0IjoxNjgwMTc2ODY3LCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.oMHQIwomWK6aTIyYguO2u5aFGI7QaaSOXhUXK3aebx2Htvum1myfi-hU-xJ5vTdUaLz5F8s4faLxcrB02IsWawOq_JpJQsN-_IVmjuaXFdyJ4ddLBfB45yMxs6rfBHfDe5aFQjp1hs0N0RSkHUAsKOnJ2mbkKcNqh0fjNuDdgFEqS0q29e2Ivn7ias0LTbmJobLEcgNuC6JX1MDB4T_PziO5O5OLC1h2krS9lVYLcaOR8HJBTinPbijYZcdEzzwbn3zcTGmDh-5uoaPlm37QhLyFmaKd1irjjSgk7vbfECAzJyor9mUZDVdh2XqRNXHS_Lcft_QMan3TmKVJBbidaQ","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"automation\": true,\r\n    \"orders\": [\r\n        {\r\n            \"channel_id\": \"manual\",\r\n            \"channel_order_id\": \"-BG2dAmouX25\",\r\n            \"shop_order_number\" : \"1002\",\r\n            \"order_amount\": 100,\r\n            \"paymentType\": \"COD\",\r\n            \"billing_address\": {\r\n                \"city\": \"New York\",\r\n                \"name\": \"Yash Sharma\",\r\n                \"email\": \"saurabhsinha209@gmail.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \" \",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Sharma\",\r\n                \"first_name\": \"Yash\"\r\n            },\r\n            \"shipping_address\": {\r\n                \"city\": \"New York\",\r\n                \"name\": \"Yash Sharma\",\r\n                \"email\": \"yash@growsimplee.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \" \",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Sharma\",\r\n                \"first_name\": \"Yash\"\r\n            },\r\n            \"suborders\": [\r\n                {\r\n                    \"channel_listing_id\": \"CH1712\",\r\n                    \"length\" : 10,\r\n                    \"breadth\" : 20,\r\n                    \"height\" : 90,\r\n                    \"dead_weight\" : 12,\r\n                    \"channel_suborder_id\": \"Abc\",\r\n                    \"quantity\" :1,\r\n                    \"codAmount\": \"10\",\r\n                    \"suborder_value\":\"200\",\r\n                    \"items\" : [\r\n                        {\r\n                            \"name\":\"SONY XB10\",\r\n                            \"description\" : \"Mini Speaker\",\r\n                            \"quantity\": 3,\r\n                            \"item_id\": \"123456\",\r\n                            \"item_value\" : \"10.00\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/orin/api/orders/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 11:47:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"265"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ab4b7efd-9f84-43d8-b73b-afbc1efd1a38"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"e14210c7-870f-4655-9762-128f2eb2c2d4"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"x-amzn-Remapped-Content-Length","value":"265"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, PATCH, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 11:47:58 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"Cl-FTHx-BcwFZFQ="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"265"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 11:47:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"messages\": \"\",\n    \"response\": [\n        {\n            \"id\": \"-BG2dAmouX25\",\n            \"success\": true,\n            \"type\": \"order\",\n            \"order_id\": 1796786,\n            \"shop_order_number\": \"1002\",\n            \"code\": 21013\n        },\n        {\n            \"id\": \"Abc\",\n            \"success\": true,\n            \"suborder_id\": 2211424,\n            \"type\": \"suborder\",\n            \"code\": 21014\n        }\n    ]\n}"},{"id":"8be1e7d5-475b-4ce0-bb80-99e5803ec2a1","name":"Shipping & Inventory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI3NjI2OTBmZi02ZjBkLTQ2ZDUtODA3Zi05Y2VhNzljOWMxYjQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3Nzc1MywiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDE1MywiaWF0IjoxNjgwMTc3NzUzLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.aDfAnvHlXxZNpE9T8z4U2bGnYYRiJ9mbz6LCziwW4XT1lcWI-7O97iX4NZ8On2C95wp0iWof7bQdEZgnK9oysju0Ka6qf8IREVIXdbdomq6RB_iIIJsrqTX5IAgdvB3lBXXaLn47bTDLI1-2HS_GEsqHwm4IB6ZQ7cLpu8926d9WzO7WlS09tq_p_tKvDw0oRV28ztLrAFPo4AmITiSHOKl9W9rrW2lkFJWUv9wo3EGZ3Tilzw_vO-aY1NYklCVGWs4ZpxbLybkMhyn6Hl9JXTgglFCIcmT-uKkn9-agmk3_fNn0E-oP2Hc2Rw2qMWn5OD7cL1DXAaQEsg5xgsyupw","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"automation\": true,\r\n    \"orders\": [\r\n        {\r\n            \"channel_id\": \"manual\",\r\n            \"channel_order_id\": \"bbbbbmbbio\",\r\n            \"shop_order_number\": \"1003\",\r\n            \"order_amount\": 100,\r\n            \"paymentType\": \"COD\",\r\n            \"billing_address\": {\r\n                \"city\": \"New York\",\r\n                \"name\": \"Yash Sharma\",\r\n                \"email\": \"saurabhsinha209@gmail.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \" \",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Sharma\",\r\n                \"first_name\": \"Yash\"\r\n            },\r\n            \"shipping_address\": {\r\n                \"city\": \"New York\",\r\n                \"name\": \"Yash Sharma\",\r\n                \"email\": \"yash@growsimplee.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \" \",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Sharma\",\r\n                \"first_name\": \"Yash\"\r\n            },\r\n            \"suborders\": [\r\n                {\r\n                    \"channel_listing_id\": \"CH1712\",\r\n                    \"channel_suborder_id\": \"Abc\",\r\n                    \"quantity\" :1,\r\n                    \"codAmount\": \"10\",\r\n                    \"suborder_value\":\"200\"\r\n                },\r\n                {\r\n                    \"channel_listing_id\": \"CH1812\",\r\n                    \"channel_suborder_id\": \"defg\",\r\n                    \"quantity\" :1,\r\n                    \"codAmount\": \"10\",\r\n                    \"suborder_value\":\"200\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/orin/api/orders/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:02:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"355"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e3068c1a-12b2-428b-a590-02c19e40eec7"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"749a0dc8-7a02-4f85-8179-6631db6d1385"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"x-amzn-Remapped-Content-Length","value":"355"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, PATCH, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:02:46 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmAQHGoGBcwFmIw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"355"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:02:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"messages\": \"\",\n    \"response\": [\n        {\n            \"id\": \"bbbbbmbbio\",\n            \"success\": true,\n            \"type\": \"order\",\n            \"order_id\": 1796870,\n            \"shop_order_number\": \"1003\",\n            \"code\": 21013\n        },\n        {\n            \"id\": \"Abc\",\n            \"success\": true,\n            \"suborder_id\": 2211532,\n            \"type\": \"suborder\",\n            \"code\": 21014\n        },\n        {\n            \"id\": \"defg\",\n            \"success\": true,\n            \"suborder_id\": 2211533,\n            \"type\": \"suborder\",\n            \"code\": 21014\n        }\n    ]\n}"},{"id":"0ec116a7-727a-4044-a5f8-c947bd549bd3","name":"Only Shipping(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiZDUwZWM4ZTMtMzRhNS00YmEzLWI2Y2EtMDQ0ODA2MTAxMTIzIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgxMmVjZjVjLTJjYzEtNDEzMS05NmMyLTMwYWNlNWJlNDA1YyIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc1OTM4NjgxLCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzU5NDIyODEsImlhdCI6MTY3NTkzODY4MSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiYjc3OGMzMmYtYzdlYS00N2NhLTkxNjQtZmY2MDI1OGQzNTRiIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.wGBqRkeNZVHTb8oO6UCcKIC46GKJavcEYVZwxOEIru68MwmiV_fmSNMHfj4yiDqcMLBNZy6ZIxmaVjwlS1rgqvO5d6lGMJlvIqJhg714ROlneIRtQ3xFttVxNmNCjBZlrzYjIpgqUcoCNA4-b0tAHEiByWbltJC7SBbcQeSqz-drQGbjKiPeh_rYkiSkv7jU6Hd0sGuzsfd0msASYMsnRwy7keFPB1yikHz5JtUqtLiYNr5WdV7oLytNO_f36HgIzEdM8gaNowskWnWuh08vHwuVbLUZRMWBT851-A2mzlelGYBgazXXVWLDOufBDljlYEIlV2NB8pU7mo6OcpZnyw","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"automation\": true,\r\n    \"orders\": [\r\n        {\r\n            \"channel_id\": \"manual\",\r\n            \"channel_order_id\": \"-BG2dAmouX25\",\r\n            \"shop_order_number\" : \"1002\",\r\n            \"order_amount\": 100,\r\n            \"paymentType\": \"COD\",\r\n            \"billing_address\": {\r\n                \"city\": \"New York\",\r\n                \"name\": \"Yash Sharma\",\r\n                \"email\": \"saurabhsinha209@gmail.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \" \",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Sharma\",\r\n                \"first_name\": \"Yash\"\r\n            },\r\n            \"shipping_address\": {\r\n                \"city\": \"New York\",\r\n                \"name\": \"Yash Sharma\",\r\n                \"email\": \"yash@growsimplee.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \" \",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Sharma\",\r\n                \"first_name\": \"Yash\"\r\n            },\r\n            \"suborders\": [\r\n                {\r\n                    \"channel_listing_id\": \"CH1712\",\r\n                    \"length\" : 10,\r\n                    \"breadth\" : 20,\r\n                    \"height\" : 90,\r\n                    \"dead_weight\" : 12,\r\n                    \"channel_suborder_id\": \"Abc\",\r\n                    \"quantity\" :1,\r\n                    \"codAmount\": \"10\",\r\n                    \"suborder_value\":\"200\",\r\n                    \"items\" : [\r\n                        {\r\n                            \"name\":\"SONY XB10\",\r\n                            \"description\" : \"Mini Speaker\",\r\n                            \"quantity\": 3,\r\n                            \"item_id\": \"123456\",\r\n                            \"item_value\" : \"10.00\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/orin/api/orders/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Feb 2023 10:36:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"261"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d56152f3-d755-4de2-98b8-d314baf33439"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, PATCH, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"261"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AETnXGB1iYcFyXQ="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Thu, 09 Feb 2023 10:36:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"messages\": \"\",\n    \"response\": [\n        {\n            \"id\": \"-BG2dAmouX25\",\n            \"success\": true,\n            \"type\": \"order\",\n            \"order_id\": 81080,\n            \"shop_order_number\": \"1002\",\n            \"code\": 21013\n        },\n        {\n            \"id\": \"Abc\",\n            \"success\": true,\n            \"suborder_id\": 87357,\n            \"type\": \"suborder\",\n            \"code\": 21014\n        }\n    ]\n}"},{"id":"d208e207-6197-408e-8615-d410bca344fd","name":"Shipping & Inventory(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiZDUwZWM4ZTMtMzRhNS00YmEzLWI2Y2EtMDQ0ODA2MTAxMTIzIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgxMmVjZjVjLTJjYzEtNDEzMS05NmMyLTMwYWNlNWJlNDA1YyIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc1OTM4NjgxLCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzU5NDIyODEsImlhdCI6MTY3NTkzODY4MSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiYjc3OGMzMmYtYzdlYS00N2NhLTkxNjQtZmY2MDI1OGQzNTRiIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.wGBqRkeNZVHTb8oO6UCcKIC46GKJavcEYVZwxOEIru68MwmiV_fmSNMHfj4yiDqcMLBNZy6ZIxmaVjwlS1rgqvO5d6lGMJlvIqJhg714ROlneIRtQ3xFttVxNmNCjBZlrzYjIpgqUcoCNA4-b0tAHEiByWbltJC7SBbcQeSqz-drQGbjKiPeh_rYkiSkv7jU6Hd0sGuzsfd0msASYMsnRwy7keFPB1yikHz5JtUqtLiYNr5WdV7oLytNO_f36HgIzEdM8gaNowskWnWuh08vHwuVbLUZRMWBT851-A2mzlelGYBgazXXVWLDOufBDljlYEIlV2NB8pU7mo6OcpZnyw","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"automation\": true,\r\n    \"orders\": [\r\n        {\r\n            \"channel_id\": \"manual\",\r\n            \"channel_order_id\": \"bbbbbmbbio\",\r\n            \"shop_order_number\": \"1003\",\r\n            \"order_amount\": 100,\r\n            \"paymentType\": \"COD\",\r\n            \"billing_address\": {\r\n                \"city\": \"New York\",\r\n                \"name\": \"Yash Sharma\",\r\n                \"email\": \"saurabhsinha209@gmail.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \" \",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Sharma\",\r\n                \"first_name\": \"Yash\"\r\n            },\r\n            \"shipping_address\": {\r\n                \"city\": \"New York\",\r\n                \"name\": \"Yash Sharma\",\r\n                \"email\": \"yash@growsimplee.com\",\r\n                \"msisdn\": \"8377086507\",\r\n                \"country\": \"India\",\r\n                \"pinCode\": 141006,\r\n                \"address1\": \"Baker Street\",\r\n                \"address2\": \" \",\r\n                \"province\": \"Uttar Pradesh\",\r\n                \"last_name\": \"Sharma\",\r\n                \"first_name\": \"Yash\"\r\n            },\r\n            \"suborders\": [\r\n                {\r\n                    \"channel_listing_id\": \"CH1712\",\r\n                    \"channel_suborder_id\": \"Abc\",\r\n                    \"quantity\" :1,\r\n                    \"codAmount\": \"10\",\r\n                    \"suborder_value\":\"200\"\r\n                },\r\n                {\r\n                    \"channel_listing_id\": \"CH1812\",\r\n                    \"channel_suborder_id\": \"defg\",\r\n                    \"quantity\" :1,\r\n                    \"codAmount\": \"10\",\r\n                    \"suborder_value\":\"200\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/orin/api/orders/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Feb 2023 10:37:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"349"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3062f8ed-7ea6-4a2d-a710-2875c0e65f46"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, PATCH, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"349"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AETyLFNqCYcFzUw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Thu, 09 Feb 2023 10:37:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"messages\": \"\",\n    \"response\": [\n        {\n            \"id\": \"bbbbbmbbio\",\n            \"success\": true,\n            \"type\": \"order\",\n            \"order_id\": 81081,\n            \"shop_order_number\": \"1003\",\n            \"code\": 21013\n        },\n        {\n            \"id\": \"Abc\",\n            \"success\": true,\n            \"suborder_id\": 87358,\n            \"type\": \"suborder\",\n            \"code\": 21014\n        },\n        {\n            \"id\": \"defg\",\n            \"success\": true,\n            \"suborder_id\": 87359,\n            \"type\": \"suborder\",\n            \"code\": 21014\n        }\n    ]\n}"}],"_postman_id":"c9f488ca-5dfa-473e-8edf-94eec9066a88"}],"id":"04dfe561-1c63-41f4-ad1c-6ea7c8f27895","description":"<p>Add Order API is used to create order in Blitz System.</p>\n<p>RIght now, we offer two types of order creation</p>\n<ol>\n<li><strong>Only Shipping</strong>: We handle shipment of the order</li>\n<li><strong>Shipping &amp;</strong> <strong>Inventory</strong>: We handle shipment and Inventory of the order</li>\n</ol>\n<p><strong>Note</strong><br />You have to pass all the required params to create order API. Further parameters can be added as required.</p>\n","_postman_id":"04dfe561-1c63-41f4-ad1c-6ea7c8f27895"},{"name":"Track Order","item":[{"name":"Track Order","id":"448a4b76-97b7-4b87-a1e4-178eb17c54d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","description":"<p>id_token received in Authorization API</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"field\" : \"field\",\n    \"value\" : \"value\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/tracking","description":"<blockquote>\n<p>Request Body </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>field</td>\n<td>String</td>\n<td>Yes</td>\n<td>It can be either <code>Order</code> or <code>Shipment</code></td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>Yes</td>\n<td>respective values</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Response Body </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Message related to request</td>\n</tr>\n<tr>\n<td>isSuccess</td>\n<td>Boolean</td>\n<td>Success</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>Location</td>\n</tr>\n<tr>\n<td>shipmentStatus</td>\n<td>String</td>\n<td>Shipment Status</td>\n</tr>\n<tr>\n<td>tab</td>\n<td>String</td>\n<td>Tab, Internal classification of orders</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>Timestamp of the update</td>\n</tr>\n<tr>\n<td>trackingId</td>\n<td>Integer</td>\n<td>Tracking Id</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>Remark</td>\n</tr>\n<tr>\n<td>gsRemark</td>\n<td>String</td>\n<td>Blitz Remark</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>shippingPartner</td>\n<td>String</td>\n<td>Name of the logistics partner used to fulfill the order</td>\n</tr>\n<tr>\n<td>shipperId</td>\n<td>Integer</td>\n<td>Unique id associated with each shipping partner, for internal use</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>String</td>\n<td>Product Name</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>String</td>\n<td>Channel</td>\n</tr>\n<tr>\n<td>shippingPrice</td>\n<td>String</td>\n<td>Shipping Price</td>\n</tr>\n<tr>\n<td>estimatedDeliveryDate</td>\n<td>String</td>\n<td>Estimated Delivery Date</td>\n</tr>\n<tr>\n<td>awb</td>\n<td>String</td>\n<td>Air WayBill</td>\n</tr>\n<tr>\n<td>orderCreationDate</td>\n<td>String</td>\n<td>Order Creation Date</td>\n</tr>\n<tr>\n<td>shopOrderNumber</td>\n<td>String</td>\n<td>Shop Order Number</td>\n</tr>\n<tr>\n<td>codAmount</td>\n<td>String</td>\n<td>COD Amount to be collected</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>productName</td>\n<td>String</td>\n<td>Product Name</td>\n</tr>\n<tr>\n<td>productPrice</td>\n<td>String</td>\n<td>Product Price</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>Quantity</td>\n</tr>\n<tr>\n<td>subOrderId</td>\n<td>Integer</td>\n<td>Sub Order Id</td>\n</tr>\n<tr>\n<td>deadWeight</td>\n<td>Integer</td>\n<td>Dead Weight</td>\n</tr>\n<tr>\n<td>length</td>\n<td>Integer</td>\n<td>Length</td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>Integer</td>\n<td>Breadth</td>\n</tr>\n<tr>\n<td>height</td>\n<td>Integer</td>\n<td>Height</td>\n</tr>\n<tr>\n<td>totaltaxes</td>\n<td>Integer</td>\n<td>Total Taxes</td>\n</tr>\n<tr>\n<td>codAmount</td>\n<td>String</td>\n<td>COD Amount</td>\n</tr>\n<tr>\n<td>channelID</td>\n<td>String</td>\n<td>Channel Id</td>\n</tr>\n<tr>\n<td>channelListingID</td>\n<td>String</td>\n<td>Channel Listing Id</td>\n</tr>\n<tr>\n<td>hsn</td>\n<td>String</td>\n<td>For internal use</td>\n</tr>\n<tr>\n<td>skuId</td>\n<td>String</td>\n<td>SKU Id</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Code Mapping </p>\n</blockquote>\n<table><tbody><tr><th>Code</th><th>Description</th></tr><tr><td><div>42000</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Success</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>42002</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Invalid Field or Value</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"blitz-order-status\">Blitz Order Status</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Shipment Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cancelled</td>\n<td>Order cancelled</td>\n</tr>\n<tr>\n<td>Damaged</td>\n<td>Shipment has been damaged</td>\n</tr>\n<tr>\n<td>Delivered</td>\n<td>Delivered to the shipping address</td>\n</tr>\n<tr>\n<td>Delivery Delay</td>\n<td>Lane overload, shortage of resources at the shipping partner's end</td>\n</tr>\n<tr>\n<td>Failed Delivered</td>\n<td>Delivery executive couldn't deliver the order</td>\n</tr>\n<tr>\n<td>In-Transit</td>\n<td>Shipment received at shipping partner hub</td>\n</tr>\n<tr>\n<td>Lost</td>\n<td>Shipping Partner lost the shipment</td>\n</tr>\n<tr>\n<td>NDR Initiated</td>\n<td>Non Delivery Report has been filed - Reattempt requested</td>\n</tr>\n<tr>\n<td>Out for Delivery</td>\n<td>Rider is on his way to deliver the shipment</td>\n</tr>\n<tr>\n<td>Out for Pickup</td>\n<td>Pickup vehicle is on its way to the warehouse</td>\n</tr>\n<tr>\n<td>Picked-up</td>\n<td>Shipping partner has picked the shipment</td>\n</tr>\n<tr>\n<td>Pickup Failed</td>\n<td>Shipping partner attempted pickup but failed</td>\n</tr>\n<tr>\n<td>Reached Destination City</td>\n<td>Reached destination city</td>\n</tr>\n<tr>\n<td>Reached Nearest Hub</td>\n<td>Reached the hub nearest to the shipping address</td>\n</tr>\n<tr>\n<td>RTO Delivered</td>\n<td>Shipment has been delivered back to the origin address</td>\n</tr>\n<tr>\n<td>RTO Delivery Delay</td>\n<td>Return lane overload, shortage of resources at the shipping partner's end</td>\n</tr>\n<tr>\n<td>RTO Failed Delivered</td>\n<td>Return to Origin shipment couldn't be delivered</td>\n</tr>\n<tr>\n<td>RTO Initiated</td>\n<td>Shipment has been marked to be returned to origin address</td>\n</tr>\n<tr>\n<td>RTO In-Transit</td>\n<td>Return to Origin shipment on its way back to warehouse</td>\n</tr>\n<tr>\n<td>RTO Out for Delivery</td>\n<td>Return to Origin shipment out for delivery to the origin warehouse</td>\n</tr>\n<tr>\n<td>Shipment Created</td>\n<td>Shipment details have been manifested to the shipping partner</td>\n</tr>\n<tr>\n<td>Shipment Failed</td>\n<td>Order was not processed successfully</td>\n</tr>\n<tr>\n<td>Status Not Defined</td>\n<td>If non of the mentioned matched</td>\n</tr>\n<tr>\n<td>To be Picked</td>\n<td>Order is yet to be picked for packing inside warehouse</td>\n</tr>\n<tr>\n<td>Picked from Rack</td>\n<td>Order has been picked from rack inside warehouse</td>\n</tr>\n<tr>\n<td>Packed</td>\n<td>Order has been packed inside warehouse</td>\n</tr>\n<tr>\n<td>Inventory not available</td>\n<td>Inventory is not available to dispatch this order</td>\n</tr>\n<tr>\n<td>RTO Freeze</td>\n<td>Return to origin request has been freezed and cannot be revoked</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"note\">Note</h3>\n<ul>\n<li>If you pass <code>Order</code> in field then pass respective <code>shop order number</code> in the value.</li>\n<li>If you pass <code>Shipment</code> in field then pass respective <code>Air WayBill(AWB)</code> or <code>Shipment Id</code>in the value.</li>\n<li>\"your_order_id\" is the id assigned.</li>\n<li>For example, if you want to track order id 700 in Blitz System then, Use \"Order\" as field and \"700\" as value in your query.</li>\n<li>Timestamp will be in following format YYYY-MM-DDTHH:MM and will have IST(Indian Standard Time) Timezone</li>\n</ul>\n","urlObject":{"path":["v1","tracking"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bb4b86ba-af22-4849-b8cd-05115f491147","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"field\" : \"shipment\",\n    \"value\" : \"GS1227014821\"\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:08:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2182"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d216c5c5-1ae8-4164-91e2-5445316c0272"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"4085c7e8-d5d0-430f-9040-655241f9ea1a"},{"key":"x-amzn-Remapped-Content-Length","value":"2182"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:08:12 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmBDHGXlhcwFmNQ="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:08:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"42000\",\n    \"message\": \"Success\",\n    \"isSuccess\": true,\n    \"result\": [\n        {\n            \"tracking\": [\n                {\n                    \"location\": null,\n                    \"shipmentStatus\": \"Delivered\",\n                    \"tab\": \"Delivered/RTO/Return\",\n                    \"timestamp\": \"2022-12-22T16:02:38.586+00:00\",\n                    \"trackingId\": 13335454,\n                    \"remarks\": \"\",\n                    \"gsRemark\": null\n                },\n                {\n                    \"location\": null,\n                    \"shipmentStatus\": \"Out for Delivery\",\n                    \"tab\": \"Last Mile\",\n                    \"timestamp\": \"2022-12-22T09:52:31.319+00:00\",\n                    \"trackingId\": 13326540,\n                    \"remarks\": \"\",\n                    \"gsRemark\": null\n                },\n                {\n                    \"location\": \"GS\",\n                    \"shipmentStatus\": \"NDR Initiated\",\n                    \"tab\": \"Last Mile\",\n                    \"timestamp\": \"2022-12-21T13:00:53.493+00:00\",\n                    \"trackingId\": 13310906,\n                    \"remarks\": \"User requested for NDR\",\n                    \"gsRemark\": null\n                },\n                {\n                    \"location\": null,\n                    \"shipmentStatus\": \"Failed Delivered\",\n                    \"tab\": \"Last Mile\",\n                    \"timestamp\": \"2022-12-21T12:41:04.383+00:00\",\n                    \"trackingId\": 13310541,\n                    \"remarks\": \"Customer not answering calls\",\n                    \"gsRemark\": \"Customer not answering calls\"\n                },\n                {\n                    \"location\": null,\n                    \"shipmentStatus\": \"Out for Delivery\",\n                    \"tab\": \"Last Mile\",\n                    \"timestamp\": \"2022-12-21T09:46:02.193+00:00\",\n                    \"trackingId\": 13305907,\n                    \"remarks\": \"\",\n                    \"gsRemark\": null\n                },\n                {\n                    \"location\": \"DS BLR MTH\",\n                    \"shipmentStatus\": \"Reached Nearest Hub\",\n                    \"tab\": \"Last Mile\",\n                    \"timestamp\": \"2022-12-20T19:46:15.000+00:00\",\n                    \"trackingId\": 13296397,\n                    \"remarks\": \"\",\n                    \"gsRemark\": null\n                },\n                {\n                    \"location\": \"Picked from Warehouse 314\",\n                    \"shipmentStatus\": \"Picked-up\",\n                    \"tab\": \"In-Transit\",\n                    \"timestamp\": \"2022-12-20T15:55:48.000+00:00\",\n                    \"trackingId\": 13292670,\n                    \"remarks\": \"Send to hub MRTH\",\n                    \"gsRemark\": null\n                },\n                {\n                    \"location\": null,\n                    \"shipmentStatus\": \"Awb Generated\",\n                    \"tab\": \"Fulfilment\",\n                    \"timestamp\": \"2022-12-20T11:53:24.711+00:00\",\n                    \"trackingId\": 13276329,\n                    \"remarks\": null,\n                    \"gsRemark\": null\n                }\n            ],\n            \"shippingPartner\": \"Same day delivery\",\n            \"shipperId\": 301,\n            \"productName\": \"NOURISH Hair Gummies - Pack of 30,Wellness Manual - Hair\",\n            \"channel\": \"uc_shipper\",\n            \"shippingPrice\": \"null\",\n            \"estimatedDeliveryDate\": \"2022-12-20T00:00:00.000\",\n            \"awb\": \"GS1227014821\",\n            \"orderCreationDate\": \"2022-12-20T06:23:23.997307Z\",\n            \"shopOrderNumber\": \"051508875\",\n            \"codAmount\": \"499.0\"\n        }\n    ],\n    \"orderDetails\": [\n        {\n            \"productName\": \"NOURISH Hair Gummies - Pack of 30,Wellness Manual - Hair\",\n            \"productPrice\": \"499.000\",\n            \"quantity\": 0,\n            \"subOrderId\": 0,\n            \"deadWeight\": 425,\n            \"length\": 1,\n            \"breadth\": 1,\n            \"height\": 1,\n            \"totaltaxes\": 0,\n            \"codAmount\": null,\n            \"channelID\": null,\n            \"channelListingID\": null,\n            \"hsn\": null,\n            \"srNo\": 0,\n            \"skuId\": null\n        }\n    ]\n}"},{"id":"fccffba0-f404-400e-be77-ffd3eaf3329d","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"field\" : \"shipment\",\n    \"value\" : \"GS122701482\"\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:08:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b809cbb1-4589-468e-acc2-48c80d8ea8b1"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"69e9a304-56f1-4c36-ba07-757f11bfc9ee"},{"key":"x-amzn-Remapped-Content-Length","value":"102"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:08:43 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmBH8Gj4BcwFbjQ="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:08:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"42002\",\n    \"message\": \"Shipment doesn't exists\",\n    \"isSuccess\": false,\n    \"result\": [],\n    \"orderDetails\": null\n}"},{"id":"78b056be-37c3-4789-95a8-9992cbeee6f4","name":"Success(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiNGNmOTkxOTctMWQyZi00ODdkLTk2YWQtOGZjMTNjY2IwMzMwIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjM3MzYxYjQwLTRkMDItNDUxNy1iYTFkLWFkZjk5MzdiN2Y3ZSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc1ODY4OTYwLCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzU4NzI1NjAsImlhdCI6MTY3NTg2ODk2MCwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiMzk0NTYzZDMtNGJkZC00MTIxLTgwZTktZDdjM2JiNjZiZWNhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.kvqeaTMYtwcqlRFvTum73TKbUR4JDJg-20Uob_LKYu2YewvMbBmWmA4w7hP7khmIW3bnnsfJzkBkAFh2Wj00nIVCMXjKb1hdOi69E7uhuubwx8b6BAZlx0pZ79NRA9FhH1VPpepvhNLYlgg3QQrKBhCDrGZeMNrWZZlswvZpdrIG5HxtLD9CZD8zM1EO29LL0Qprwjhex7w1Q00O3-KOYjMCHGfX-XxnMtRjtlMY_EC4pUDnStrvGTVd---KQwjJ_kOJVj2J1RV0KAGLWfCBnOiE1u_j8g3qKLMwVwOCEEoObc4wwTe-9-KGyO_RQK8VunrMz1Kj1zJKCL0powvcwg","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"field\" : \"shipment\",\n    \"value\" : \"SF112098129GRS\"\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Feb 2023 15:09:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1404"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1002dd90-ed2d-45d6-8549-886ebf6ee7b0"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"ABoyWECRiYcF9dQ="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-Date","value":"Wed, 08 Feb 2023 15:09:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"42000\",\n    \"message\": \"Success\",\n    \"isSuccess\": true,\n    \"result\": [\n        {\n            \"tracking\": [\n                {\n                    \"location\": \"GS\",\n                    \"shipmentStatus\": \"NDR Initiated\",\n                    \"tab\": \"Last Mile\",\n                    \"timestamp\": \"2023-01-27T14:50:17.439+00:00\",\n                    \"trackingId\": 190128,\n                    \"remarks\": \"Delivery Attempt Aligned by Shipper\",\n                    \"gsRemark\": null\n                },\n                {\n                    \"location\": \"GS\",\n                    \"shipmentStatus\": \"NDR Initiated\",\n                    \"tab\": \"Last Mile\",\n                    \"timestamp\": \"2023-01-27T14:43:58.456+00:00\",\n                    \"trackingId\": 190127,\n                    \"remarks\": \"Delivery Attempt Aligned by Shipper\",\n                    \"gsRemark\": null\n                },\n                {\n                    \"location\": \"GS\",\n                    \"shipmentStatus\": \"NDR Initiated\",\n                    \"tab\": \"Last Mile\",\n                    \"timestamp\": \"2023-01-27T13:51:49.516+00:00\",\n                    \"trackingId\": 190126,\n                    \"remarks\": \"Delivery Attempt Aligned by Shipper\",\n                    \"gsRemark\": null\n                },\n                {\n                    \"location\": \"GS\",\n                    \"shipmentStatus\": \"NDR Initiated\",\n                    \"tab\": \"Last Mile\",\n                    \"timestamp\": \"2023-01-27T13:46:24.413+00:00\",\n                    \"trackingId\": 190125,\n                    \"remarks\": \"Delivery Attempt Aligned by Shipper\",\n                    \"gsRemark\": null\n                }\n            ],\n            \"shippingPartner\": \"Shadowfax\",\n            \"shipperId\": 1,\n            \"productName\": \"Package 9\",\n            \"channel\": \"manual\",\n            \"shippingPrice\": \"null\",\n            \"estimatedDeliveryDate\": \"2022-05-28T00:00:00.000\",\n            \"awb\": \"SF112098129GRS\",\n            \"orderCreationDate\": \"2022-05-27T04:45:45.370674Z\",\n            \"shopOrderNumber\": \"IL-069\",\n            \"codAmount\": null\n        }\n    ],\n    \"orderDetails\": [\n        {\n            \"productName\": \"Package 9\",\n            \"productPrice\": \"50.000\",\n            \"quantity\": 0,\n            \"subOrderId\": 0,\n            \"deadWeight\": 1000,\n            \"length\": 20,\n            \"breadth\": 20,\n            \"height\": 20,\n            \"totaltaxes\": 0,\n            \"codAmount\": null,\n            \"channelID\": null,\n            \"channelListingID\": null,\n            \"hsn\": null,\n            \"srNo\": 0,\n            \"skuId\": null\n        }\n    ]\n}"},{"id":"ecc97635-93d7-406b-a69d-322dedbcfdad","name":"Failure(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiNGNmOTkxOTctMWQyZi00ODdkLTk2YWQtOGZjMTNjY2IwMzMwIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjM3MzYxYjQwLTRkMDItNDUxNy1iYTFkLWFkZjk5MzdiN2Y3ZSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc1ODY4OTYwLCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzU4NzI1NjAsImlhdCI6MTY3NTg2ODk2MCwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiMzk0NTYzZDMtNGJkZC00MTIxLTgwZTktZDdjM2JiNjZiZWNhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.kvqeaTMYtwcqlRFvTum73TKbUR4JDJg-20Uob_LKYu2YewvMbBmWmA4w7hP7khmIW3bnnsfJzkBkAFh2Wj00nIVCMXjKb1hdOi69E7uhuubwx8b6BAZlx0pZ79NRA9FhH1VPpepvhNLYlgg3QQrKBhCDrGZeMNrWZZlswvZpdrIG5HxtLD9CZD8zM1EO29LL0Qprwjhex7w1Q00O3-KOYjMCHGfX-XxnMtRjtlMY_EC4pUDnStrvGTVd---KQwjJ_kOJVj2J1RV0KAGLWfCBnOiE1u_j8g3qKLMwVwOCEEoObc4wwTe-9-KGyO_RQK8VunrMz1Kj1zJKCL0powvcwg","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"field\" : \"shipment\",\n    \"value\" : \"SF112098129GR\"\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Feb 2023 15:10:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"76af2cc5-2074-4875-901e-635336e5443d"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"ABo41HZwCYcFxvg="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-Date","value":"Wed, 08 Feb 2023 15:10:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"42002\",\n    \"message\": \"Shipment doesn't exists\",\n    \"isSuccess\": false,\n    \"result\": [],\n    \"orderDetails\": null\n}"}],"_postman_id":"448a4b76-97b7-4b87-a1e4-178eb17c54d1"}],"id":"21fcb555-a213-4987-a97b-1790baf8045b","description":"<p>Track Order API retrieves tracking record of the Order. You may access tracking record via passing various combination of field &amp; value.</p>\n<p>We also have support for <strong>Push Tracking</strong>(Tracking updates over webhook). Click <a href=\"https://docs.google.com/document/d/1aueObqstRqy9feWtdNvkBbT36nykz3juZqF5Oxjvj2Q/edit?usp=sharing\">here</a> to know more about it</p>\n<img src=\"https://content.pstmn.io/7a2bbfa2-0927-4159-9be2-def449c479c1/RG9jdW1lbnRhdGlvbiBGbG93IENoYXJ0cy1QdXNoIFRyYWNraW5nLmRyYXdpby5wbmc=\" alt=\"Track%20Order%20Flow\" />","_postman_id":"21fcb555-a213-4987-a97b-1790baf8045b"},{"name":"Cancel Order","item":[{"name":"Cancel Order","id":"4e339a4a-8cff-403d-958a-89905f108d1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","description":"<p>id_token received in Authorization API</p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"field\": \"field\",\r\n        \"value\": \"value\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/orin/api/cancel/","description":"<blockquote>\n<p><strong>Request Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>field</td>\n<td>String</td>\n<td>Yes</td>\n<td>It can be either <code>channel_order_id</code>,<code>shop_order_number</code>,<code>channel_suborder_id</code></td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>Yes</td>\n<td>respective values</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the request</td>\n</tr>\n<tr>\n<td>messages</td>\n<td>String</td>\n<td>Message related to request</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>suborder_id</td>\n<td>Integer</td>\n<td>Sub order Id</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Either True or False</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>Code related to the request</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>message related to the request</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>42000</td>\n<td>Cancelled successfully</td>\n</tr>\n<tr>\n<td>42001</td>\n<td>Already Order Cancelled</td>\n</tr>\n<tr>\n<td>42002</td>\n<td>Invalid Field</td>\n</tr>\n<tr>\n<td>42004</td>\n<td>Value does not exist for the given Field</td>\n</tr>\n<tr>\n<td>GEN001</td>\n<td>Invalid access token</td>\n</tr>\n<tr>\n<td>PO001</td>\n<td>Order Cancelled but Shipment cancellation failure due to Invalid customer detail</td>\n</tr>\n<tr>\n<td>PO002</td>\n<td>Order Cancelled but Shipment cancellation failure due to Invalid order detail</td>\n</tr>\n<tr>\n<td>PO003</td>\n<td>Order Cancelled but Shipment cancellation failure due to no shipment found to cancel</td>\n</tr>\n<tr>\n<td>PO004</td>\n<td>Order Cancelled but Shipment cancellation failure due to shipper not responding</td>\n</tr>\n<tr>\n<td>SH001</td>\n<td>invalid shipment id</td>\n</tr>\n<tr>\n<td>SH002</td>\n<td>shipment already booked</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"note\">Note</h3>\n<ul>\n<li><code>channel_suborder_id</code> is assigned by the channel, while <code>suborder_id</code> are assigned by GrowSimplee system. The same logic applies to <code>order_id</code> and <code>channel_order_id</code>.</li>\n<li>For example, if you want to cancel order id 700 in channel database. Use \"channel_order_id\" as field and \"700\" as value in your query.</li>\n</ul>\n","urlObject":{"path":["v1","orin","api","cancel",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cbfe8940-0d62-450f-a335-8572b43fc855","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"field\": \"shop_order_number\",\r\n        \"value\": \"BLHKB0038760\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/orin/api/cancel/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:14:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"81f20843-82f5-4865-9406-df07ffa62104"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"ba2a376f-9bb9-400e-847b-b1490b7b4e10"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"x-amzn-Remapped-Content-Length","value":"139"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:14:22 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmB80FalhcwFoRg="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"139"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:14:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"messages\": \"\",\n    \"response\": [\n        {\n            \"suborder_id\": 2203551,\n            \"success\": true,\n            \"message\": \"Order Cancelled\",\n            \"code\": 42000\n        }\n    ]\n}"},{"id":"6acd3ff7-2eb1-4bf2-a5bc-8107d569d233","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"field\": \"shop_order_number\",\r\n        \"value\": \"VS_TEST\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/orin/api/cancel/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:15:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"169"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ded1c74a-5d82-4d1f-8d28-66b6ea0b5cac"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"ad361058-7e5c-4bb5-88b2-61306bc509ef"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"x-amzn-Remapped-Content-Length","value":"169"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:15:13 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmCEtEr3BcwFunA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"169"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:15:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"messages\": \"\",\n    \"response\": [\n        {\n            \"suborder_id\": -1,\n            \"success\": false,\n            \"code\": 42004,\n            \"message\": \"Order doesn't exist with filter shop_order_number\"\n        }\n    ]\n}"},{"id":"27c7e49a-b522-406a-a3cc-baf37918c645","name":"Success(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiNGRhOWExMDUtNjEwZi00YzBkLThkODUtZDc5OTdiNWU5NjNhIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImNmZjk5MDNkLWNiZjAtNGY1YS1hZmQ2LWFmMzZhYWIwMmQxYiIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc1OTUyNjcwLCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzU5NTYyNzAsImlhdCI6MTY3NTk1MjY3MCwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiM2Q1NzE4ZDYtMjI4Mi00MzVjLTkxZTUtYzdhNjU0MGY1ZTdlIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.uIIVeAvrbU_rZlRXd0YmzDdADm4Ze4vbIzusZjlxLIi45aRoJvUs2-wzOMhEZ0Kd6K06dpkAwNYpG6ZdbcNiumn5l5Z7MbbT4HhwfvL5P-W27LAKSZBtxuntdI_MwZ89EDqovJ_BjOeoHZrptjgPtJ29Wx1EQC3FcsgEypk1_h2WeOrVvvYPSiC6XU48IWdL9SMDZFfbm8i9SxQ6oURW0cAIhgLTPFcSFdeYPLMVH5ebNbCHF1ilB_fTNZ5enIqtcPG4NaFjZuy3XngeKGNuxvUDT_hj-CDMVNO1ztXZJ-8cGu3Beyu2FyRC8xlaD_Ob-BjSI6guaQL7U-vGBbABVQ","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"field\": \"shop_order_number\",\r\n        \"value\": \"40205\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/orin/api/cancel/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Feb 2023 14:31:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"439dbfeb-5131-4422-82da-14573efb10f1"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"137"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AE2FlGyMCYcFaHA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Thu, 09 Feb 2023 14:31:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"messages\": \"\",\n    \"response\": [\n        {\n            \"suborder_id\": 87335,\n            \"success\": true,\n            \"message\": \"Order Cancelled\",\n            \"code\": 42000\n        }\n    ]\n}"},{"id":"01716965-7a56-4abf-94b2-6952cbf43c9e","name":"Failure(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiNGRhOWExMDUtNjEwZi00YzBkLThkODUtZDc5OTdiNWU5NjNhIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImNmZjk5MDNkLWNiZjAtNGY1YS1hZmQ2LWFmMzZhYWIwMmQxYiIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc1OTUyNjcwLCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzU5NTYyNzAsImlhdCI6MTY3NTk1MjY3MCwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiM2Q1NzE4ZDYtMjI4Mi00MzVjLTkxZTUtYzdhNjU0MGY1ZTdlIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.uIIVeAvrbU_rZlRXd0YmzDdADm4Ze4vbIzusZjlxLIi45aRoJvUs2-wzOMhEZ0Kd6K06dpkAwNYpG6ZdbcNiumn5l5Z7MbbT4HhwfvL5P-W27LAKSZBtxuntdI_MwZ89EDqovJ_BjOeoHZrptjgPtJ29Wx1EQC3FcsgEypk1_h2WeOrVvvYPSiC6XU48IWdL9SMDZFfbm8i9SxQ6oURW0cAIhgLTPFcSFdeYPLMVH5ebNbCHF1ilB_fTNZ5enIqtcPG4NaFjZuy3XngeKGNuxvUDT_hj-CDMVNO1ztXZJ-8cGu3Beyu2FyRC8xlaD_Ob-BjSI6guaQL7U-vGBbABVQ","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"field\": \"shop_order_number\",\r\n        \"value\": \"402055\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/orin/api/cancel/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Feb 2023 14:32:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"169"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c3b893ae-aca1-4bc8-a676-5ffa70a9d221"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"169"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AE2OJGo9CYcF-WA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Thu, 09 Feb 2023 14:32:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"messages\": \"\",\n    \"response\": [\n        {\n            \"suborder_id\": -1,\n            \"success\": false,\n            \"code\": 42004,\n            \"message\": \"Order doesn't exist with filter shop_order_number\"\n        }\n    ]\n}"}],"_postman_id":"4e339a4a-8cff-403d-958a-89905f108d1b"}],"id":"dcf88637-a9d1-484e-bdf6-4ac43bbf07dc","description":"<p>Cancel API is used to <strong>cancel a created order</strong>. You may use various combination of field &amp; value to cancel an order</p>\n","_postman_id":"dcf88637-a9d1-484e-bdf6-4ac43bbf07dc"},{"name":"Products","item":[{"name":"Get Products","id":"a9f6ba70-3a7a-4d65-8416-563175ef1621","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","description":"<p>id_token received in Authorization API</p>\n","type":"text"}],"url":"{{baseUrl}}/v1/inventory/productListings/product/","description":"<blockquote>\n<p>Query Parameter </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku_id</td>\n<td>String</td>\n<td>No</td>\n<td>Unique product (SKU) identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Response Body </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>gs_uid</td>\n<td>Integer</td>\n<td>Unique identifier of product in GS systems</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>String</td>\n<td>User Id allocated by Grow Simplee, For Internal use</td>\n</tr>\n<tr>\n<td>sku_id</td>\n<td>String</td>\n<td>SKU Id</td>\n</tr>\n<tr>\n<td>length</td>\n<td>String</td>\n<td>Length of the product in <strong>centimeter</strong></td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>String</td>\n<td>Breadth of the product in <strong>centimeter</strong></td>\n</tr>\n<tr>\n<td>height</td>\n<td>String</td>\n<td>Height of the product in <strong>centimeter</strong></td>\n</tr>\n<tr>\n<td>dead_weight</td>\n<td>String</td>\n<td>Dead Weight of the product in <strong>grams</strong></td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Product name</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td>standard_price</td>\n<td>String</td>\n<td>Typical product price across all channels or MRP</td>\n</tr>\n<tr>\n<td>is_fragile</td>\n<td>Boolean</td>\n<td>Is the product fragile? This is used for shipping purposes</td>\n</tr>\n<tr>\n<td>gst_per</td>\n<td>Integer</td>\n<td>GST tax slab of product</td>\n</tr>\n<tr>\n<td>product_pics</td>\n<td>String Array</td>\n<td>List of image urls of product. At max 4</td>\n</tr>\n<tr>\n<td>is_expirable</td>\n<td>Boolean</td>\n<td>Is product Expirable</td>\n</tr>\n<tr>\n<td>is_combo</td>\n<td>Boolean</td>\n<td>Is product Combo</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Code Mapping </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"note\">Note</h3>\n<ul>\n<li>If SKU ID is mentioned in query parameter, only particular product will be returned else all products will be returned in the response of the API call.</li>\n<li>Please make sure to URL Encode your sku_id, if you have special characters in the sku_id.</li>\n</ul>\n","urlObject":{"path":["v1","inventory","productListings","product",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ccd66686-ad62-44dc-af57-da62c213af61","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","description":"id_token received in Authorization API","type":"text"}],"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/productListings/product/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:16:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"259990"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5938f2ae-a27d-45c2-9315-d1b5badaaa83"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"900458d1-0253-4c1e-a781-ae5539081fdb"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"259990"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, PUT, DELETE, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:16:24 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmCP1GcbhcwFY1g="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"259990"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:16:24 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gs_uid\": 1390,\n        \"user_id\": \"1\",\n        \"sku_id\": \"abcd1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"abcd\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 29140,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942188060926\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Kurta\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 29142,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942188126462\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Kurta\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 29144,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BS\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Shirt\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 29143,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Shirt\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 432,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO006\",\n        \"length\": \"6.800\",\n        \"breadth\": \"5.800\",\n        \"height\": \"6.800\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Dr.oracle Antibac Moisturizing Gel Cream (50ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 619,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO004\",\n        \"length\": \"4.500\",\n        \"breadth\": \"12.000\",\n        \"height\": \"3.500\",\n        \"dead_weight\": \"80.000\",\n        \"name\": \"Dr.oracle Antibac Greentherapy Tightening Ampoule (40ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50193,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18474,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Test01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18476,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Test03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 21380,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DS_BAG_BOX\",\n        \"length\": \"62.000\",\n        \"breadth\": \"32.000\",\n        \"height\": \"39.000\",\n        \"dead_weight\": \"10000.000\",\n        \"name\": \"Bag Box\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"4000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 18286,\n        \"user_id\": \"1\",\n        \"sku_id\": \"wms-pr\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"wmstestproduct\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20977,\n        \"user_id\": \"1\",\n        \"sku_id\": \"9SKU1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50196,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20979,\n        \"user_id\": \"1\",\n        \"sku_id\": \"9SKU3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20981,\n        \"user_id\": \"1\",\n        \"sku_id\": \"9SKU5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20983,\n        \"user_id\": \"1\",\n        \"sku_id\": \"9SKU7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50197,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18213,\n        \"user_id\": \"1\",\n        \"sku_id\": \"wmstestone\",\n        \"length\": \"12.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"21.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"wmstestone\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": \"12345\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18214,\n        \"user_id\": \"1\",\n        \"sku_id\": \"wmstesttwo\",\n        \"length\": \"11.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"21.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"wmstesttwo\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"198\",\n        \"hsn_code\": \"3214322\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18259,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O001\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Bat1\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18260,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O002\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Bat2\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18261,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O003\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Bat3\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18262,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O004\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bat4\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18263,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O005\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Bat5\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18264,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O006\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Bat6\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18265,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O007\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Bat7\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18266,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O008\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Bat8\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18267,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O009\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bat9\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18268,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O010\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bat10\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18269,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O011\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Bat11\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18271,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O013\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Bat13\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18272,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O014\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Bat14\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18273,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O015\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bat15\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18274,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O016\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Bat16\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18275,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O017\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Bat17\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18276,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O018\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Bat18\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18277,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O019\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Bat19\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18279,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O021\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bat21\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18278,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O020\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bat20\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 18270,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O012\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Bat12\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 18294,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18295,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18296,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU04\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18297,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18298,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18299,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18300,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18301,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18303,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18302,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15983,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DAAL1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Daal - M\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"20.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"default\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18306,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S001\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Pen1\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18307,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S002\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Pen2\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18308,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S003\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Pen3\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18309,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S004\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Pen4\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18310,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S005\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Pen5\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18311,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S006\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Pen6\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18312,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S007\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pen7\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18313,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S008\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Pen8\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18314,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S009\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Pen9\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18315,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S010\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Pen10\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18317,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S012\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Pen12\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18318,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S013\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Pen13\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18319,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S014\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Pen14\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18320,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S015\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Pen15\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18321,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S016\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Pen16\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18322,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S017\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Pen17\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18323,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S018\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pen18\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18324,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S019\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Pen19\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18325,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S020\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Pen20\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18326,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S021\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Pen21\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18327,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S022\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Pen22\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18328,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18329,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18330,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18331,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK04\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18332,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18333,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18334,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18335,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18336,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18337,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18338,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 52531,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-PROD\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST1\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51678,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51679,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3335,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS1\",\n        \"length\": \"7.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"16.000\",\n        \"dead_weight\": \"40.000\",\n        \"name\": \"Eno Bottle\",\n        \"category\": \"Medicine\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"20.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"A!B1\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51680,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4566,\n        \"user_id\": \"1\",\n        \"sku_id\": \"gs3\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"10.000\",\n        \"name\": \"iphon\",\n        \"category\": \"phone\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"50000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"hsncode\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 26563,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20928,\n        \"user_id\": \"1\",\n        \"sku_id\": \"REG01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20932,\n        \"user_id\": \"1\",\n        \"sku_id\": \"REG05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20933,\n        \"user_id\": \"1\",\n        \"sku_id\": \"REG06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20934,\n        \"user_id\": \"1\",\n        \"sku_id\": \"REG07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20935,\n        \"user_id\": \"1\",\n        \"sku_id\": \"REG08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20938,\n        \"user_id\": \"1\",\n        \"sku_id\": \"REG11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 21480,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Value1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Testprod\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"3000000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51682,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20271,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K001\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"T-shirt1\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20272,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K002\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"T-shirt2\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20273,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K003\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt3\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20274,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K004\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"T-shirt4\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20275,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K005\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt5\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20276,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K006\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"T-shirt6\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20277,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K007\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"T-shirt7\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20278,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K008\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"T-shirt8\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20279,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K009\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"T-shirt9\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20280,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K010\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"T-shirt10\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20282,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K012\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"T-shirt12\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20283,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K013\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"T-shirt13\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20284,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K014\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt14\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20285,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K015\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"T-shirt15\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20286,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K016\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt16\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20287,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K017\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"T-shirt17\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20288,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K018\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"T-shirt18\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20290,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K020\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"T-shirt20\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20291,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K021\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"T-shirt21\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 20292,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K022\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt22\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51683,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 52532,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-TEST\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"PRODUCT1\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51684,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51685,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"2 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51686,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51687,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51688,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SEPT-PRO11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51690,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Please work\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Phuto\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"1\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7268,\n        \"user_id\": \"1\",\n        \"sku_id\": \"123\",\n        \"length\": \"56.000\",\n        \"breadth\": \"6.000\",\n        \"height\": \"7.000\",\n        \"dead_weight\": \"3.000\",\n        \"name\": \"DFVD\",\n        \"category\": \"Medical\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"12.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 10,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"12\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32755,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Imagine_dragons\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"1.000\",\n        \"name\": \"Imagine Dragons\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32756,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Imagine_dragons_2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"1.000\",\n        \"name\": \"Imagine_dragons 2\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 52891,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TEST_COMBO_1\",\n        \"length\": \"12.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"1200.000\",\n        \"name\": \"Atta ABCD Combo\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1232.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 39422,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Pranjal01\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"96.000\",\n        \"name\": \"Pranjal Expiry\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1045,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs032\",\n        \"length\": \"7.000\",\n        \"breadth\": \"3.400\",\n        \"height\": \"7.800\",\n        \"dead_weight\": \"40.000\",\n        \"name\": \"Dear, Klairs Cushion, Whenever 23W Ecru Refill (15g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1410.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1046,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DRC003\",\n        \"length\": \"7.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"151.000\",\n        \"name\": \"Dr. Ceuracle Royal Vita Propolis 33 Cream (50g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1055,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR005\",\n        \"length\": \"4.500\",\n        \"breadth\": \"4.500\",\n        \"height\": \"14.500\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"Cosrx AC Collection Calming Liquid Mild (125ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1890.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 28850,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Newprod01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 53341,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DELETED_Knockout Kalmi Dates 800 \\r\\ng.jpg\",\n        \"length\": \"3.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Knockout Kalmi Dates 800 gm\",\n        \"category\": \"Others\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1199.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 101354,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CMB-SUB1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"120.000\",\n        \"name\": \"CHILD PRODUCT1\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 101355,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CMB-SUB2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"CHILD PRODUCT1\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 101353,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CMB-MAIN\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"PARENT SKU\",\n        \"category\": \"Medical\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 101356,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TEST-COMBO-A1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST-COMBO-A1\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32754,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS9\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Atta S\",\n        \"category\": \"a\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"80.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1130,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs010S\",\n        \"length\": \"5.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"4.000\",\n        \"name\": \"Dear, Klairs Midnight Blue Calming Cream (3ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 53218,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-COMBO-B\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"SUB-PROD\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"97\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 53219,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-COMBO-C\",\n        \"length\": \"1.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"SUB-PROD\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1118,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT018\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Hyaluronic Acid Complex (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"0.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1121,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU0107\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"30.000\",\n        \"dead_weight\": \"900.000\",\n        \"name\": \"Hat\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"990.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": \"HSN0107\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1212,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA006\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK T2 READY TO COOL (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3614,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Image\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"1600.000\",\n        \"name\": \"Image\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"15900.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1326,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs002S\",\n        \"length\": \"5.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"4.000\",\n        \"name\": \"Dear, Klairs Rich Moist Soothing Serum (3ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1447,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DRC005\",\n        \"length\": \"7.000\",\n        \"breadth\": \"6.500\",\n        \"height\": \"7.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Dr. Ceuracle 5α CONTROL CLEARING CREAM (50g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2815,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KLA005\",\n        \"length\": \"5.000\",\n        \"breadth\": \"19.300\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"250.000\",\n        \"name\": \"KLAVUU PURE PEARLSATION Divine Pearl Cleansing Oil (150 ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1850.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33247,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33248,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33249,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33251,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33252,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33253,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33254,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33255,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33256,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33257,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33250,\n        \"user_id\": \"1\",\n        \"sku_id\": \"expreg04\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Beding\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1541,\n        \"user_id\": \"1\",\n        \"sku_id\": \"VELYVELY008\",\n        \"length\": \"4.600\",\n        \"breadth\": \"4.600\",\n        \"height\": \"19.200\",\n        \"dead_weight\": \"279.000\",\n        \"name\": \"VELY VELY GOOD MORNING CLEANSER (200 ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1640.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1589,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"30.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"400.000\",\n        \"name\": \"Jacket\",\n        \"category\": \"Clothes\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1400.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 jacket\",\n        \"hsn_code\": \"A1b1\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1946,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MS\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Dhoni\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": \"PLayer\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2300,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA011\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK Y3 LIVELY (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1938,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs003S\",\n        \"length\": \"5.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"4.000\",\n        \"name\": \"Dear, Klairs Rich Moist Soothing Cream (3ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2345,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS011\",\n        \"length\": \"5.500\",\n        \"breadth\": \"5.500\",\n        \"height\": \"5.500\",\n        \"dead_weight\": \"51.000\",\n        \"name\": \"Too Cool For School EGG MELLOW CREAM (50g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2162,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BEER\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Beer\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-15at11.36.02AM.png?v=1632069622\",\n            \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-16at3.03.19PM.png?v=1632069622\",\n            \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-19at10.10.28PM.png?v=1632069665\",\n            \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-19at10.10.35PM.png?v=1632069665\"\n        ],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2397,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs026\",\n        \"length\": \"5.400\",\n        \"breadth\": \"4.000\",\n        \"height\": \"15.500\",\n        \"dead_weight\": \"120.000\",\n        \"name\": \"Dear, Klairs Mid day Blue UV Shield (80ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1570.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP011\",\n        \"length\": \"5.800\",\n        \"breadth\": \"13.800\",\n        \"height\": \"5.800\",\n        \"dead_weight\": \"302.000\",\n        \"name\": \"SNP PREP Cicaronic Toning Essence (220ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2278,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH6000\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 182,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KABUl2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"40.000\",\n        \"name\": \"Kabuli Chana sizeL\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"0.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"default\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 70,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP002\",\n        \"length\": \"6.500\",\n        \"breadth\": \"14.500\",\n        \"height\": \"0.500\",\n        \"dead_weight\": \"354.000\",\n        \"name\": \"SNP mini Royal Honey Essence (25ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 566,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SABU3\",\n        \"length\": \"20.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"6.000\",\n        \"name\": \"Sabu Dana colorGrey\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"0.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"default\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 299,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT002\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Artemisia capillaris Extract (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 307,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA012\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK Y4 DAINTILY (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 631,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH1782\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2726,\n        \"user_id\": \"1\",\n        \"sku_id\": \"P124\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 817,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA010\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK Y2 SLOWLY (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2692,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DRC001\",\n        \"length\": \"6.500\",\n        \"breadth\": \"6.500\",\n        \"height\": \"7.000\",\n        \"dead_weight\": \"49.000\",\n        \"name\": \"Dr. Ceuracle Royal Vita Propolis 33 Ampoule (15ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1750.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 855,\n        \"user_id\": \"1\",\n        \"sku_id\": \"P234\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2592,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP009\",\n        \"length\": \"6.000\",\n        \"breadth\": \"6.000\",\n        \"height\": \"6.000\",\n        \"dead_weight\": \"118.000\",\n        \"name\": \"SNP PREP Peptaronic Cream (55ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"750.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2608,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KLA004\",\n        \"length\": \"5.000\",\n        \"breadth\": \"4.700\",\n        \"height\": \"5.200\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"KLAVUU Nourishing Care Lip Sleeping Pack (20ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2985,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH2000\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3137,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COT01\",\n        \"length\": \"27.500\",\n        \"breadth\": \"22.200\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"Cheery on Top\",\n        \"category\": \"Gifting \",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2250.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"NA\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3283,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BJ01\",\n        \"length\": \"27.500\",\n        \"breadth\": \"22.200\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"1800.000\",\n        \"name\": \"Bonjour\",\n        \"category\": \"Gifting \",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2990.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"NA\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4493,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DRC004\",\n        \"length\": \"4.300\",\n        \"breadth\": \"4.300\",\n        \"height\": \"17.000\",\n        \"dead_weight\": \"215.000\",\n        \"name\": \"Dr. Ceuracle 5α CONTROL CLEARING SERUM IN EMULSION (100ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3354,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KLA003\",\n        \"length\": \"4.000\",\n        \"breadth\": \"17.600\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"145.000\",\n        \"name\": \"KLAVUU GREEN PEARLSATION Teatree Care Body Spray (100ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"740.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3377,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BM003\",\n        \"length\": \"8.600\",\n        \"breadth\": \"8.600\",\n        \"height\": \"8.000\",\n        \"dead_weight\": \"245.000\",\n        \"name\": \"BELLAMONSTER pore out solution pad (155ml(70pads))\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4386,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH1882\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3398,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs031\",\n        \"length\": \"7.000\",\n        \"breadth\": \"3.400\",\n        \"height\": \"7.800\",\n        \"dead_weight\": \"40.000\",\n        \"name\": \"Dear, Klairs Cushion, Whenever 21N Linen Refill (15g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1410.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3488,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT026\",\n        \"length\": \"2.300\",\n        \"breadth\": \"2.300\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"22.000\",\n        \"name\": \"ONE THING Moisturizing Lip Essence (13g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"650.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3496,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KLA002\",\n        \"length\": \"3.500\",\n        \"breadth\": \"10.000\",\n        \"height\": \"3.500\",\n        \"dead_weight\": \"50.000\",\n        \"name\": \"KLAVUU PURE PEARLSATION Revitalizing Facial Cleansing Foam miniature (30ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3763,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS001\",\n        \"length\": \"5.000\",\n        \"breadth\": \"17.300\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"101.000\",\n        \"name\": \"Too Cool For School EGG MOUSSE PACK (100ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3888,\n        \"user_id\": \"1\",\n        \"sku_id\": \"uv987\",\n        \"length\": \"234.000\",\n        \"breadth\": \"34.000\",\n        \"height\": \"34.000\",\n        \"dead_weight\": \"24.000\",\n        \"name\": \"bad\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"234.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": null,\n        \"hsn_code\": \"23\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3979,\n        \"user_id\": \"1\",\n        \"sku_id\": \"31232135\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"8 Plus\",\n        \"category\": \"Consumer Electronics\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"10000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [\n            null,\n            null,\n            null\n        ],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 3995,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SHKU0102\",\n        \"length\": \"100.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Tshirt\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": \"0102\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4094,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP013\",\n        \"length\": \"15.500\",\n        \"breadth\": \"15.500\",\n        \"height\": \"5.200\",\n        \"dead_weight\": \"25.000\",\n        \"name\": \"SNP PREP Cicaronic SOS Ampoule (1.5ml X 7ea)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4277,\n        \"user_id\": \"1\",\n        \"sku_id\": \"APP_SKU2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"30.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"1300.000\",\n        \"name\": \"Product_APP\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"10\",\n        \"hsn_code\": \"HGHG1300\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4724,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PH01\",\n        \"length\": \"27.500\",\n        \"breadth\": \"22.200\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"Purple Haze\",\n        \"category\": \"Gifting \",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1550.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"NA\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4795,\n        \"user_id\": \"1\",\n        \"sku_id\": \"VELYVELY007\",\n        \"length\": \"4.400\",\n        \"breadth\": \"4.400\",\n        \"height\": \"1.700\",\n        \"dead_weight\": \"194.000\",\n        \"name\": \"VELY VELY O2 WATER GLOW MIST (120 ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4813,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH1812\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4858,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH1982\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4606,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT009\",\n        \"length\": \"6.000\",\n        \"breadth\": \"3.200\",\n        \"height\": \"13.500\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"ONE THING Brassica Oleracea Italica(Broccoli) Extract (150ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 4779,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT006\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Houttuynia Cordata Extract (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5011,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO009\",\n        \"length\": \"4.000\",\n        \"breadth\": \"15.500\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"170.000\",\n        \"name\": \"Dr.oracle 21;Stay A-Thera Emulsion (120ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1850.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5246,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs004S\",\n        \"length\": \"5.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"4.000\",\n        \"name\": \"Dear, Klairs Illuminating Supple Blemish Cream (3ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5108,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Auric Hair boost\",\n        \"length\": \"39.000\",\n        \"breadth\": \"26.000\",\n        \"height\": \"18.000\",\n        \"dead_weight\": \"7000.000\",\n        \"name\": \"Auric Hair boost\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"24\",\n        \"hsn_code\": \"22029020\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5201,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA004\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK R4 VINTAGE ROSE (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5213,\n        \"user_id\": \"1\",\n        \"sku_id\": \"VELYVELY001\",\n        \"length\": \"8.100\",\n        \"breadth\": \"8.100\",\n        \"height\": \"7.800\",\n        \"dead_weight\": \"222.000\",\n        \"name\": \"VELY VELY PINK PEELING PADS (120 ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1700.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5391,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO007\",\n        \"length\": \"3.100\",\n        \"breadth\": \"12.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"65.000\",\n        \"name\": \"Dr.oracle Antibac Spot Corrector (15ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1350.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5052,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs023S\",\n        \"length\": \"6.000\",\n        \"breadth\": \"6.500\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"2.000\",\n        \"name\": \"Dear, Klairs Fundamental Eye Awakening Gel (1ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5504,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH7200\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5548,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs024S\",\n        \"length\": \"6.000\",\n        \"breadth\": \"6.500\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"2.000\",\n        \"name\": \"Dear, Klairs Fundamental Nourishing Eye Butter (1ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5467,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs001S\",\n        \"length\": \"5.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"4.000\",\n        \"name\": \"Dear, Klairs Supple Preparation Facial Toner (3ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5493,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS002\",\n        \"length\": \"5.000\",\n        \"breadth\": \"17.300\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"151.000\",\n        \"name\": \"Too Cool For School EGG MOUSSE SOAP (150ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5588,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs030\",\n        \"length\": \"7.000\",\n        \"breadth\": \"3.400\",\n        \"height\": \"7.800\",\n        \"dead_weight\": \"40.000\",\n        \"name\": \"Dear, Klairs Cushion, Whenever 21C Rosy Refill (15g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1410.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5595,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NC002\",\n        \"length\": \"4.500\",\n        \"breadth\": \"4.500\",\n        \"height\": \"17.000\",\n        \"dead_weight\": \"260.000\",\n        \"name\": \"Nacific Real Floral Toner Calendula (180ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1550.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5515,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SAURABH2\",\n        \"length\": \"39.000\",\n        \"breadth\": \"26.000\",\n        \"height\": \"18.000\",\n        \"dead_weight\": \"7000.000\",\n        \"name\": \"Auric Skin Radiance\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"24\",\n        \"hsn_code\": \"22029020\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5525,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT025\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Propolis+Honey Extract (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5699,\n        \"user_id\": \"1\",\n        \"sku_id\": \"40903253983385\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Chawal\",\n        \"category\": \"Pulses.\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5702,\n        \"user_id\": \"1\",\n        \"sku_id\": \"FN1712\",\n        \"length\": \"15.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Arduino\",\n        \"category\": \"MicroProcessor\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 chip\",\n        \"hsn_code\": \"A1B1\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5718,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PEN123\",\n        \"length\": \"10.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Luxury Pen\",\n        \"category\": \"Essentials\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1005.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"5373\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5865,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs013\",\n        \"length\": \"14.000\",\n        \"breadth\": \"17.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"30.000\",\n        \"name\": \"Dear, Klairs Midnight Blue Calming Sheet Mask (25ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5956,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Test\",\n        \"category\": \"Cosmetics\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"345.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"as\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5977,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RB1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Redbull\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5995,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH4000\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5572,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS010\",\n        \"length\": \"7.000\",\n        \"breadth\": \"17.500\",\n        \"height\": \"4.300\",\n        \"dead_weight\": \"151.000\",\n        \"name\": \"Too Cool For School EGG-ZYME WHIPPED FOAM (150g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6097,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP008\",\n        \"length\": \"5.800\",\n        \"breadth\": \"13.800\",\n        \"height\": \"5.800\",\n        \"dead_weight\": \"302.000\",\n        \"name\": \"SNP PREP Peptaronic Serum (220ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"750.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6124,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SABU2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"30.000\",\n        \"dead_weight\": \"1.000\",\n        \"name\": \"Sabu Dana colorWhite\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"0.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"default\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6450,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH1712\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6375,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH120\",\n        \"length\": \"10.000\",\n        \"breadth\": \"15.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"Nirog 1\",\n        \"category\": \"healthcare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"Asd\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6498,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs028\",\n        \"length\": \"7.900\",\n        \"breadth\": \"2.900\",\n        \"height\": \"7.900\",\n        \"dead_weight\": \"80.000\",\n        \"name\": \"Dear, Klairs Cushion, Whenever 21N Linen (15g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2620.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6447,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT027\",\n        \"length\": \"6.100\",\n        \"breadth\": \"6.100\",\n        \"height\": \"4.200\",\n        \"dead_weight\": \"105.000\",\n        \"name\": \"ONE THING Moisture Plus Cream (50ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1550.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7827,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH3000\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-47-56.013.jpg\",\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-48-34.492.jpg\"\n        ],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6577,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA008\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK T4 READY TO DIE (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6819,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA003\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK R3 DRY ROSE (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6851,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP001\",\n        \"length\": \"6.500\",\n        \"breadth\": \"14.500\",\n        \"height\": \"0.500\",\n        \"dead_weight\": \"354.000\",\n        \"name\": \"SNP mini Moisture Petal Toner (25ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7159,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT023\",\n        \"length\": \"6.000\",\n        \"breadth\": \"3.200\",\n        \"height\": \"13.500\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"ONE THING Bifida Ferment Lysate (150ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7258,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA005\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK T1 READY TO HOT (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7539,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KLA006\",\n        \"length\": \"4.800\",\n        \"breadth\": \"17.000\",\n        \"height\": \"4.800\",\n        \"dead_weight\": \"275.000\",\n        \"name\": \"KLAVUU PURE PEARLSATION Marine Collagen Micro Cleansing Water (250 ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7644,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR006\",\n        \"length\": \"3.500\",\n        \"breadth\": \"2.500\",\n        \"height\": \"14.500\",\n        \"dead_weight\": \"50.000\",\n        \"name\": \"Cosrx AC Collection Ultimate Spot Cream (30g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1690.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7839,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR002\",\n        \"length\": \"11.200\",\n        \"breadth\": \"17.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"10.000\",\n        \"name\": \"Cosrx Clear Fit Master Patch (1ea)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7846,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO005\",\n        \"length\": \"4.400\",\n        \"breadth\": \"14.500\",\n        \"height\": \"4.400\",\n        \"dead_weight\": \"160.000\",\n        \"name\": \"Dr.oracle Antibac Derma Balancing Essence Lotion (110ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8062,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs027\",\n        \"length\": \"7.900\",\n        \"breadth\": \"2.900\",\n        \"height\": \"7.900\",\n        \"dead_weight\": \"80.000\",\n        \"name\": \"Dear, Klairs Cushion, Whenever 21C Rosy (15g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2620.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6595,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs003M\",\n        \"length\": \"3.200\",\n        \"breadth\": \"3.200\",\n        \"height\": \"10.100\",\n        \"dead_weight\": \"33.000\",\n        \"name\": \"Dear, Klairs Rich Moist Soothing Cream (20ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"590.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6735,\n        \"user_id\": \"1\",\n        \"sku_id\": \"C659611\",\n        \"length\": \"17.000\",\n        \"breadth\": \"17.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"450.000\",\n        \"name\": \"Black Mesh Men's Casual Shoes\",\n        \"category\": \"Shoes\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"699.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"10\",\n        \"hsn_code\": \"dfgbfbhdfn\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6935,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA009\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK Y1 SOFTLY (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 6953,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR027\",\n        \"length\": \"8.800\",\n        \"breadth\": \"8.800\",\n        \"height\": \"6.700\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cosrx Hydrogel Very Simple Pack (60patches)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1850.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7028,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU_VIKD1\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"PRODUCT_VIKD\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"12345.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"QW\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7043,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs003R\",\n        \"length\": \"5.300\",\n        \"breadth\": \"3.600\",\n        \"height\": \"17.000\",\n        \"dead_weight\": \"106.000\",\n        \"name\": \"Dear, Klairs Rich Moist Soothing Cream (80ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1850.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7337,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Auric Body defence\",\n        \"length\": \"39.000\",\n        \"breadth\": \"26.000\",\n        \"height\": \"18.000\",\n        \"dead_weight\": \"7000.000\",\n        \"name\": \"Auric Body defence\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"24\",\n        \"hsn_code\": \"22029020\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7443,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT012\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Calendula Officinalis(Pot Marigold) Flower Extract (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 134093,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TESTCR1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"TestCreation\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 7686,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP014\",\n        \"length\": \"15.500\",\n        \"breadth\": \"15.500\",\n        \"height\": \"5.200\",\n        \"dead_weight\": \"25.000\",\n        \"name\": \"SNP PREP Vitaronic SOS Ampoule (1.5ml X 7ea)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8001,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP012\",\n        \"length\": \"5.700\",\n        \"breadth\": \"4.000\",\n        \"height\": \"13.700\",\n        \"dead_weight\": \"95.000\",\n        \"name\": \"SNP PREP Cicaronic Soothing Cream (50ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8229,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Auric Men's Energy\",\n        \"length\": \"39.000\",\n        \"breadth\": \"26.000\",\n        \"height\": \"18.000\",\n        \"dead_weight\": \"7000.000\",\n        \"name\": \"Auric Men's Energy\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"24\",\n        \"hsn_code\": \"22029020\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8236,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU0104\",\n        \"length\": \"20.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"30.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Tshirt\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"5\",\n        \"hsn_code\": \"0104\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8358,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AWSNAP\",\n        \"length\": \"62.000\",\n        \"breadth\": \"32.000\",\n        \"height\": \"39.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"AWSNAP\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"4000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-30T00-17-54.013.jpg\"\n        ],\n        \"pack_size\": \"2\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8440,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP015\",\n        \"length\": \"5.700\",\n        \"breadth\": \"4.000\",\n        \"height\": \"13.700\",\n        \"dead_weight\": \"95.000\",\n        \"name\": \"SNP PREP Vitaronic Gel Cream (50ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8289,\n        \"user_id\": \"1\",\n        \"sku_id\": \"12576w57\",\n        \"length\": \"11.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"11.000\",\n        \"dead_weight\": \"22.000\",\n        \"name\": \"dsjkbckjd\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"111.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": \"212212\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8297,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NC004\",\n        \"length\": \"7.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"7.000\",\n        \"dead_weight\": \"250.000\",\n        \"name\": \"Nacific Real Floral Air Cream Calendula (100ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1900.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8411,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SAURABH1\",\n        \"length\": \"39.000\",\n        \"breadth\": \"26.000\",\n        \"height\": \"18.000\",\n        \"dead_weight\": \"7000.000\",\n        \"name\": \"Auric Skin Radiance\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"24\",\n        \"hsn_code\": \"22029020\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8477,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT015\",\n        \"length\": \"6.000\",\n        \"breadth\": \"3.200\",\n        \"height\": \"13.500\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"ONE THING Camellia Sinensis Leaf Extract (150ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8773,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OP7\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus7\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"32000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8937,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP006\",\n        \"length\": \"6.500\",\n        \"breadth\": \"14.500\",\n        \"height\": \"0.500\",\n        \"dead_weight\": \"354.000\",\n        \"name\": \"SNP mini Charcoal Cleansing Foam (25ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8954,\n        \"user_id\": \"1\",\n        \"sku_id\": \"VELYVELY006\",\n        \"length\": \"4.700\",\n        \"breadth\": \"4.700\",\n        \"height\": \"18.500\",\n        \"dead_weight\": \"138.000\",\n        \"name\": \"VELY VELY SWEET RICE CAKE CLARIFYING MASK (120ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8964,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT008\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Citrus Unshiu Fruit Extract (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 8995,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT010\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Brassica Oleracea Italica(Broccoli) Extract (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9030,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS105\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"10.000\",\n        \"name\": \"pixel\",\n        \"category\": \"phones\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"55000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"10\",\n        \"hsn_code\": \"hsn105\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9222,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO001\",\n        \"length\": \"4.800\",\n        \"breadth\": \"15.500\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Dr.oracle 21;Stay A-Thera Cleansing Foam (100ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1190.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9156,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS005\",\n        \"length\": \"15.100\",\n        \"breadth\": \"12.600\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"29.000\",\n        \"name\": \"Too Cool For School EGG CREAM MASK PORE TIGHTENING (28g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"270.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9390,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO003\",\n        \"length\": \"4.600\",\n        \"breadth\": \"16.000\",\n        \"height\": \"4.500\",\n        \"dead_weight\": \"180.000\",\n        \"name\": \"Dr.oracle Antibac Derma Refining Toner (130ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2150.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9307,\n        \"user_id\": \"1\",\n        \"sku_id\": \"36\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Kabuli Chana \",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"0.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"default\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9357,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP007\",\n        \"length\": \"6.500\",\n        \"breadth\": \"15.600\",\n        \"height\": \"6.500\",\n        \"dead_weight\": \"412.000\",\n        \"name\": \"SNP PREP Peptaronic Toner (320ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"750.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9881,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DRC006\",\n        \"length\": \"6.500\",\n        \"breadth\": \"6.500\",\n        \"height\": \"23.000\",\n        \"dead_weight\": \"634.000\",\n        \"name\": \"Dr. Ceuracle SCALP DX SCALING SHAMPOO (500ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9742,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS013\",\n        \"length\": \"5.500\",\n        \"breadth\": \"10.000\",\n        \"height\": \"3.300\",\n        \"dead_weight\": \"145.000\",\n        \"name\": \"Too Cool For School PUMPKIN SLEEPING PACK (MINI) (30ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"550.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9827,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs010\",\n        \"length\": \"6.000\",\n        \"breadth\": \"6.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"120.000\",\n        \"name\": \"Dear, Klairs Midnight Blue Calming Cream (30ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1670.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9928,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Auric Weight balance\",\n        \"length\": \"39.000\",\n        \"breadth\": \"26.000\",\n        \"height\": \"18.000\",\n        \"dead_weight\": \"7000.000\",\n        \"name\": \"Auric Weight balance\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"24\",\n        \"hsn_code\": \"22029020\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10288,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO008\",\n        \"length\": \"4.000\",\n        \"breadth\": \"15.500\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"170.000\",\n        \"name\": \"Dr.oracle 21;Stay A-Thera Toner (120ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1750.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10230,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT024\",\n        \"length\": \"6.000\",\n        \"breadth\": \"3.200\",\n        \"height\": \"13.500\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"ONE THING Propolis+Honey Extract (150ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10056,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT016\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Camellia Sinensis Leaf Extract (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11035,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU Dummy\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"My product\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-09-03T02-07-49.952.jpg\"\n        ],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10473,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KLA001\",\n        \"length\": \"4.500\",\n        \"breadth\": \"17.000\",\n        \"height\": \"5.600\",\n        \"dead_weight\": \"270.000\",\n        \"name\": \"KLAVUU PURE PEARLSATION Revitalizing Facial Cleansing Foam (130ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1850.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10689,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RCM\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Red Chilli Masala\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10711,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CL01\",\n        \"length\": \"27.500\",\n        \"breadth\": \"22.200\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"1600.000\",\n        \"name\": \"Chai Lover\",\n        \"category\": \"Gifting \",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2180.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"NA\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11005,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT014\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Coix Lacryma-Jobi Ma-yuen Seed Extract (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33258,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33259,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11408,\n        \"user_id\": \"1\",\n        \"sku_id\": \"chawal1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"chawal\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33260,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10359,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT019\",\n        \"length\": \"6.000\",\n        \"breadth\": \"3.200\",\n        \"height\": \"13.500\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"ONE THING 1% Oligo Hyaluronic Acid (150ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"0.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10642,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KABULI1\",\n        \"length\": \"20.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"20.000\",\n        \"name\": \"Kabuli Chana - M \",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"10.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"default\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10761,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT020\",\n        \"length\": \"6.000\",\n        \"breadth\": \"3.200\",\n        \"height\": \"13.500\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"ONE THING Galactomyces Ferment Filtrate (150ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11319,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs015S\",\n        \"length\": \"5.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"4.000\",\n        \"name\": \"Dear, Klairs Supple Preparation All Over Lotion (3ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11440,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SL001\",\n        \"length\": \"4.300\",\n        \"breadth\": \"10.500\",\n        \"height\": \"4.300\",\n        \"dead_weight\": \"124.000\",\n        \"name\": \"SKIN&LAB Dr.Color Effect Red Serum (40ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2500.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11461,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EUNYUL009\",\n        \"length\": \"10.900\",\n        \"breadth\": \"17.100\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"28.000\",\n        \"name\": \"EUNYUL RICE DAILY CARE SHEET MASK (22g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"80.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33261,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp04\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11717,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT021\",\n        \"length\": \"3.500\",\n        \"breadth\": \"3.500\",\n        \"height\": \"9.800\",\n        \"dead_weight\": \"68.000\",\n        \"name\": \"ONE THING Idebenone 1% Liposome (30ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"0.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11800,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR013\",\n        \"length\": \"4.500\",\n        \"breadth\": \"4.300\",\n        \"height\": \"10.500\",\n        \"dead_weight\": \"120.000\",\n        \"name\": \"Cosrx Centella Blemish Ampule (20ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1990.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11887,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP004\",\n        \"length\": \"6.500\",\n        \"breadth\": \"14.500\",\n        \"height\": \"0.500\",\n        \"dead_weight\": \"354.000\",\n        \"name\": \"SNP mini Eye & Facial Nourishing Cream (25ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33268,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 11856,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BOMBE_01\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"T-shirt\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"600.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-10-01T23-04-15.533.jpg\"\n        ],\n        \"pack_size\": \"20\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33266,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33267,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12024,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NNC\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Nutella Nutty Crepe \",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"10.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"default\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12098,\n        \"user_id\": \"1\",\n        \"sku_id\": \"VELYVELY005\",\n        \"length\": \"6.800\",\n        \"breadth\": \"6.800\",\n        \"height\": \"6.900\",\n        \"dead_weight\": \"203.000\",\n        \"name\": \"VELY VELY SWEET RICE CAKE SLEEPING CREAM (80 ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12121,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs006\",\n        \"length\": \"4.500\",\n        \"breadth\": \"4.500\",\n        \"height\": \"14.500\",\n        \"dead_weight\": \"170.000\",\n        \"name\": \"Dear, Klairs Rich Moist Foaming Cleanser (100ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1230.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33262,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33263,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12235,\n        \"user_id\": \"1\",\n        \"sku_id\": \"asas\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"S\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"121.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"12\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33264,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33265,\n        \"user_id\": \"1\",\n        \"sku_id\": \"re-exp08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12417,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU0102\",\n        \"length\": \"100.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"900.000\",\n        \"name\": \"Jacket\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": \"0103\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12617,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Shipment\",\n        \"length\": \"30.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sample Shipment\",\n        \"category\": \"Shipment\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"A1B1C1\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12491,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PIC01\",\n        \"length\": \"27.500\",\n        \"breadth\": \"22.200\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"1700.000\",\n        \"name\": \"Partners in Crime\",\n        \"category\": \"Gifting \",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2990.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"NA\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12686,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP010\",\n        \"length\": \"5.800\",\n        \"breadth\": \"15.000\",\n        \"height\": \"5.800\",\n        \"dead_weight\": \"170.000\",\n        \"name\": \"SNP PREP Peptaronic Tone up Cream (100ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"750.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12720,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DAAL2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"400.000\",\n        \"name\": \"Daal2\",\n        \"category\": \"Lentil.\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"400.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12783,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MEN01\",\n        \"length\": \"27.500\",\n        \"breadth\": \"22.200\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"1600.000\",\n        \"name\": \"Men In Black\",\n        \"category\": \"Gifting \",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2250.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"NA\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13246,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TSHIRT\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"T-Shirt\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12894,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO011\",\n        \"length\": \"4.700\",\n        \"breadth\": \"12.600\",\n        \"height\": \"2.600\",\n        \"dead_weight\": \"90.000\",\n        \"name\": \"Dr.oracle 21;Stay A-Thera Sunblock SPF50+ PA+++ (40ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1590.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 12974,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH7000\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13376,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS014\",\n        \"length\": \"9.600\",\n        \"breadth\": \"6.200\",\n        \"height\": \"9.500\",\n        \"dead_weight\": \"40.000\",\n        \"name\": \"Too Cool For School EGG MELLOW BODY BUTTER (200g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13481,\n        \"user_id\": \"1\",\n        \"sku_id\": \"VELYVELY004\",\n        \"length\": \"3.500\",\n        \"breadth\": \"3.500\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"57.000\",\n        \"name\": \"VELY VELY WATERFALL SUN ESSENCE (50 ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13541,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS012\",\n        \"length\": \"5.800\",\n        \"breadth\": \"14.000\",\n        \"height\": \"5.800\",\n        \"dead_weight\": \"201.000\",\n        \"name\": \"Too Cool For School PUMPKIN SLEEPING PACK (100ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1050.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13302,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DRC002\",\n        \"length\": \"4.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"139.000\",\n        \"name\": \"Dr. Ceuracle Royal Vita Propolis 33 Ampoule (30ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13423,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS004\",\n        \"length\": \"15.100\",\n        \"breadth\": \"12.600\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"29.000\",\n        \"name\": \"Too Cool For School EGG CREAM MASK FIRMING (28g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"270.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13772,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA002\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK R2 COTTON ROSE (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13698,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs004\",\n        \"length\": \"2.800\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.300\",\n        \"dead_weight\": \"60.000\",\n        \"name\": \"Dear, Klairs Illuminating Supple Blemish Cream (40ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1710.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13923,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BM001\",\n        \"length\": \"8.600\",\n        \"breadth\": \"8.600\",\n        \"height\": \"8.000\",\n        \"dead_weight\": \"245.000\",\n        \"name\": \"BELLAMONSTER sensitive care solution pad (165ml(70pads))\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1350.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13872,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO010\",\n        \"length\": \"4.300\",\n        \"breadth\": \"12.500\",\n        \"height\": \"3.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Dr.oracle 21;Stay A-Thera Cream (50ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13933,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR025\",\n        \"length\": \"7.700\",\n        \"breadth\": \"0.000\",\n        \"height\": \"16.400\",\n        \"dead_weight\": \"170.000\",\n        \"name\": \"Cosrx Low pH Good Morning Gel Cleanser (150ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"850.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13956,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs025S\",\n        \"length\": \"4.000\",\n        \"breadth\": \"10.500\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"3.000\",\n        \"name\": \"Dear, Klairs Soft Airy UV Essence (2ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"50.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14292,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BDG01\",\n        \"length\": \"27.500\",\n        \"breadth\": \"22.200\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"1600.000\",\n        \"name\": \"Birthday Gala\",\n        \"category\": \"Gifting \",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"NA\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14255,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BM002\",\n        \"length\": \"8.600\",\n        \"breadth\": \"8.600\",\n        \"height\": \"8.000\",\n        \"dead_weight\": \"245.000\",\n        \"name\": \"BELLAMONSTER blemish care solution pad (155ml(70pads))\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14141,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO012\",\n        \"length\": \"12.500\",\n        \"breadth\": \"2.500\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"10.000\",\n        \"name\": \"Dr.oracle 21;Stay A-Thera Peeling Stick (2.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14240,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Auric Mind Rejuvenation\",\n        \"length\": \"39.000\",\n        \"breadth\": \"26.000\",\n        \"height\": \"18.000\",\n        \"dead_weight\": \"7000.000\",\n        \"name\": \"Auric Mind Rejuvenation\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"24\",\n        \"hsn_code\": \"22029020\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14832,\n        \"user_id\": \"1\",\n        \"sku_id\": \"FAFDU\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Plessis\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 28,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": \"PLayer\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14403,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs029\",\n        \"length\": \"7.900\",\n        \"breadth\": \"2.900\",\n        \"height\": \"7.900\",\n        \"dead_weight\": \"80.000\",\n        \"name\": \"Dear, Klairs Cushion, Whenever 23W Ecru (15g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2620.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14538,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU_123\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"1200.000\",\n        \"name\": \"Apna product\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-19T21-57-18.118.jpg\",\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-19T21-57-37.889.jpg\"\n        ],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14906,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS009\",\n        \"length\": \"19.800\",\n        \"breadth\": \"17.200\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"40.000\",\n        \"name\": \"Too Cool For School PUMPKIN 24K GOLD MASK (25g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14474,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs014S\",\n        \"length\": \"5.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"4.000\",\n        \"name\": \"Dear, Klairs Supple Preparation Unscented Toner (3ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14570,\n        \"user_id\": \"1\",\n        \"sku_id\": \"hxjhd\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Tetst1\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15282,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA001\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK R1 SAND ROSE (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15028,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SL002\",\n        \"length\": \"5.500\",\n        \"breadth\": \"5.500\",\n        \"height\": \"5.500\",\n        \"dead_weight\": \"116.000\",\n        \"name\": \"SKIN&LAB Dr.Color Effect Red Cream (50ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2550.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15037,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MOA007\",\n        \"length\": \"2.500\",\n        \"breadth\": \"8.000\",\n        \"height\": \"2.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MOART VELVET LIP STICK T3 READY TO PLAY (3.5g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15044,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP003\",\n        \"length\": \"6.500\",\n        \"breadth\": \"14.500\",\n        \"height\": \"0.500\",\n        \"dead_weight\": \"354.000\",\n        \"name\": \"SNP mini Shea Butter Moisture Serum (25ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15166,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DO002\",\n        \"length\": \"5.600\",\n        \"breadth\": \"15.000\",\n        \"height\": \"5.600\",\n        \"dead_weight\": \"170.000\",\n        \"name\": \"Dr.oracle Antibac Acne Cleansing Foam (120ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1690.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15182,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TCFS003\",\n        \"length\": \"15.100\",\n        \"breadth\": \"12.600\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"29.000\",\n        \"name\": \"Too Cool For School EGG CREAM MASK HYDRATION (28g)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"270.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15776,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs008S\",\n        \"length\": \"5.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"4.000\",\n        \"name\": \"Dear, Klairs Gentle Black Deep Cleansing Oil (3ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15587,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RF01\",\n        \"length\": \"27.500\",\n        \"breadth\": \"22.200\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"1700.000\",\n        \"name\": \"Romance Fusion\",\n        \"category\": \"Gifting \",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1950.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"NA\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15740,\n        \"user_id\": \"1\",\n        \"sku_id\": \"33\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sabu Dana \",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"0.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"default\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15826,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OT004\",\n        \"length\": \"7.300\",\n        \"breadth\": \"3.800\",\n        \"height\": \"16.200\",\n        \"dead_weight\": \"360.000\",\n        \"name\": \"ONE THING Centella Asiatica Extract (300ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1450.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15791,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OP9\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus9\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"40000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16150,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR001\",\n        \"length\": \"11.200\",\n        \"breadth\": \"14.400\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"10.000\",\n        \"name\": \"Cosrx Acne Pimple Master Patch (1ea)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 15979,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MS002\",\n        \"length\": \"4.900\",\n        \"breadth\": \"17.500\",\n        \"height\": \"4.900\",\n        \"dead_weight\": \"232.000\",\n        \"name\": \"M'solic Oil Defender All In One (130ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1650.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16307,\n        \"user_id\": \"1\",\n        \"sku_id\": \"50\",\n        \"length\": \"8.000\",\n        \"breadth\": \"8.000\",\n        \"height\": \"8.000\",\n        \"dead_weight\": \"20.000\",\n        \"name\": \"Raisins \",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"10.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"default\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16325,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SAS\",\n        \"length\": \"1212.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"121.000\",\n        \"name\": \"SAS\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"12.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-09-03T02-08-21.289.jpg\"\n        ],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16428,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR017\",\n        \"length\": \"4.100\",\n        \"breadth\": \"4.100\",\n        \"height\": \"10.200\",\n        \"dead_weight\": \"92.000\",\n        \"name\": \"Cosrx Propolis Light Ampule (20ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1990.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16510,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CM01\",\n        \"length\": \"27.500\",\n        \"breadth\": \"22.200\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"1900.000\",\n        \"name\": \"Choco Maniac\",\n        \"category\": \"Gifting \",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2690.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"NA\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16543,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OP6\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus6\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"30000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17233,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SNP005\",\n        \"length\": \"6.500\",\n        \"breadth\": \"14.500\",\n        \"height\": \"0.500\",\n        \"dead_weight\": \"354.000\",\n        \"name\": \"SNP mini Water Drop Tone Up Cream (25ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16594,\n        \"user_id\": \"1\",\n        \"sku_id\": \"1231\",\n        \"length\": \"11.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"11.000\",\n        \"dead_weight\": \"112.000\",\n        \"name\": \"anma\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"112.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16712,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR021\",\n        \"length\": \"5.500\",\n        \"breadth\": \"5.000\",\n        \"height\": \"14.500\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Cosrx Ultimate Moisturizing Honey Overnight Mask (60ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1390.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17066,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BM004\",\n        \"length\": \"8.600\",\n        \"breadth\": \"8.600\",\n        \"height\": \"8.000\",\n        \"dead_weight\": \"250.000\",\n        \"name\": \"BELLAMONSTER stress out solution pad (155ml(70pads))\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16646,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs025\",\n        \"length\": \"5.400\",\n        \"breadth\": \"4.000\",\n        \"height\": \"15.500\",\n        \"dead_weight\": \"115.000\",\n        \"name\": \"Dear, Klairs Soft Airy UV Essence (80ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1570.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16722,\n        \"user_id\": \"1\",\n        \"sku_id\": \"ATTA3\",\n        \"length\": \"13.000\",\n        \"breadth\": \"22.000\",\n        \"height\": \"21.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"atta\",\n        \"category\": \"Others\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16755,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Dummy SKU\",\n        \"length\": \"12.000\",\n        \"breadth\": \"121.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"Dummy Product Name\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-09-03T02-06-04.914.jpg\"\n        ],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 16998,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU0304\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Blah\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"80\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17457,\n        \"user_id\": \"1\",\n        \"sku_id\": \"VELYVELY003\",\n        \"length\": \"3.500\",\n        \"breadth\": \"3.500\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"57.000\",\n        \"name\": \"VELY VELY PEACH SKIN SUNCREAM (50 ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1950.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17478,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MS001\",\n        \"length\": \"4.900\",\n        \"breadth\": \"17.500\",\n        \"height\": \"4.900\",\n        \"dead_weight\": \"236.000\",\n        \"name\": \"M'solic Drying Defender All In One (130ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1650.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17507,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Klairs016S\",\n        \"length\": \"5.000\",\n        \"breadth\": \"7.000\",\n        \"height\": \"0.200\",\n        \"dead_weight\": \"4.000\",\n        \"name\": \"Dear, Klairs Freshly Juiced Vitamin E Mask (3ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17591,\n        \"user_id\": \"1\",\n        \"sku_id\": \"WMSTEST2022\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"50.000\",\n        \"name\": \"WMS Test Productww33\",\n        \"category\": \"Medical\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"10\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17974,\n        \"user_id\": \"1\",\n        \"sku_id\": \"VELYVELY002\",\n        \"length\": \"4.200\",\n        \"breadth\": \"4.200\",\n        \"height\": \"17.300\",\n        \"dead_weight\": \"224.000\",\n        \"name\": \"VELY VELY ARTEMISIA BALANCE ESSENSE (150 ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"3250.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17703,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU0105\",\n        \"length\": \"100.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"900.000\",\n        \"name\": \"Shirt\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": \"0105\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17712,\n        \"user_id\": \"1\",\n        \"sku_id\": \"ABC product\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"Mobile Phone\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"100\",\n        \"hsn_code\": \"SDSD\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17680,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GGM\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Grounded Garam Masala\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18087,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Auric Skin Radiance\",\n        \"length\": \"39.000\",\n        \"breadth\": \"26.000\",\n        \"height\": \"18.000\",\n        \"dead_weight\": \"7000.000\",\n        \"name\": \"Auric Skin Radiance\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"24\",\n        \"hsn_code\": \"22029020\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18106,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CR015\",\n        \"length\": \"4.300\",\n        \"breadth\": \"4.300\",\n        \"height\": \"15.500\",\n        \"dead_weight\": \"190.000\",\n        \"name\": \"Cosrx Galactomyces 95 Tone Balancing Essence (100ml)\",\n        \"category\": \"Skincare\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1590.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"33049990\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18139,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SAURABH3\",\n        \"length\": \"39.000\",\n        \"breadth\": \"26.000\",\n        \"height\": \"18.000\",\n        \"dead_weight\": \"7000.000\",\n        \"name\": \"Auric Skin Radiance\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"24\",\n        \"hsn_code\": \"22029020\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33490,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 14207,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CLUB_BLACK_4\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"1.000\",\n        \"name\": \"SHOES_TEST_SAPAATO\",\n        \"category\": \"Default\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"ABCD\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 10872,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH1912\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5298,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH5000\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [\n            \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n        ],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 134121,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43796609892606\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"TestCreation2\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33489,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EXPI01\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33491,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33492,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33493,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex04\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33494,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33495,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32768,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EXP1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Test\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": \"100\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32776,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32777,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32779,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32769,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32770,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32771,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32773,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32774,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32775,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33496,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33497,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33498,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33499,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33500,\n        \"user_id\": \"1\",\n        \"sku_id\": \"pro-ex11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 94244,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381631230\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"silent glitter\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"9.72\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 94242,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381598462\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"damp river\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"4.94\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 94245,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381696766\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"crimson butterfly\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"7.94\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 33545,\n        \"user_id\": \"1\",\n        \"sku_id\": \"LONG-PRODUCT\",\n        \"length\": \"1.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"PRODUCT WITH LONG NAME\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"123\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 94243,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381663998\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"patient bird\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"3.05\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 94246,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381729534\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"frosty glade\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"0.36\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 51689,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-WMS-TEST\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"TESTPRO\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"98\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 40658,\n        \"user_id\": \"1\",\n        \"sku_id\": \"uv2345\",\n        \"length\": \"4.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"34.000\",\n        \"name\": \"combo 1&2\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"23.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"34\",\n        \"hsn_code\": \"34\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42679,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-EXP-04\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Test\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 53618,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Standalore\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"10.000\",\n        \"name\": \"Stand\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5620,\n        \"user_id\": \"1\",\n        \"sku_id\": \"ATTA1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"1.000\",\n        \"name\": \"Aashirvaad Atta\",\n        \"category\": \"Default\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"ACD\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42668,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42669,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42670,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42671,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-04\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42672,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42673,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42674,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42675,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42676,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42677,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 42678,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46645,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS007\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46640,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS002\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46641,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS003\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46643,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS005\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46644,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS006\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46646,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS008\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46647,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS009\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46648,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS010\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46649,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS011\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46653,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS004\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46654,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS_1\",\n        \"length\": \"2.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"ag test 1\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46655,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS_2\",\n        \"length\": \"44.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"33.000\",\n        \"name\": \"ag test 2\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"213.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50189,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 61657,\n        \"user_id\": \"1\",\n        \"sku_id\": \"FRIINW1\",\n        \"length\": \"3.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"FRIINW1\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"600.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 61658,\n        \"user_id\": \"1\",\n        \"sku_id\": \"FRIINW2\",\n        \"length\": \"3.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"FRIINW2\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"600.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50187,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50188,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50191,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50192,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13196,\n        \"user_id\": \"1\",\n        \"sku_id\": \"gdagdha\",\n        \"length\": \"12.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"560.000\",\n        \"name\": \"ABC1231\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 17038,\n        \"user_id\": \"1\",\n        \"sku_id\": \"ATTA2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Ashirvaad Atta\",\n        \"category\": \"Consumer Electronics\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/camel.png?v=1627663408\",\n            \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/d2c3.jpg?v=1627663408\",\n            null\n        ],\n        \"pack_size\": \"2 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 94375,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SCAN-TEST2\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"TESTPRO\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"122.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"203\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 94374,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SCAN-TEST1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TESTING PRODUCT\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50896,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DELETED_Majestic Medjoul Dates800g\",\n        \"length\": \"3.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Majestic Medjoul Dates - 800 gm\",\n        \"category\": \"Others\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1999.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50900,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DELETED_Knockout Kalmi Dates800g\",\n        \"length\": \"3.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Knockout Kalmi Dates 800 gm\",\n        \"category\": \"Others\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1199.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 52525,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COMBO-MAIN\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 52526,\n        \"user_id\": \"1\",\n        \"sku_id\": \"C1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 52527,\n        \"user_id\": \"1\",\n        \"sku_id\": \"C2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST2\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 126878,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TEST-QA\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"XYZ\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138141,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138139,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138140,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138142,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138143,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 53337,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DELETED_Majestic Medjoul Dates\\r\\n800 g.jpg\",\n        \"length\": \"3.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Majestic Medjoul Dates - 800 gm\",\n        \"category\": \"Others\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1999.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138145,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138146,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138147,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138148,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100704,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Heart shaped Pillar candle-White\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"1.000\",\n        \"name\": \"Heart shaped Pillar candle-White\",\n        \"category\": \"Others\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"599.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100706,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PSV2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST1\",\n        \"category\": \"Medical\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100708,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CO-01\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"COMBO1\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100709,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CO-02\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"COMBO2\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138144,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100696,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-PSV\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"13.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TESTPSV\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100705,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TEST123A\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"2323.000\",\n        \"name\": \"TEST123A\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1212.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 82810,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DELETED_Knockout Kalmi Dates 800\\r\\ng.jpg\",\n        \"length\": \"3.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"10.000\",\n        \"name\": \"Knockout Kalmi Dates 800 g\",\n        \"category\": \"Others\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1199.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 82812,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DELETED_Majestic Medjoul Dates\\r\\n400 g.jpg\",\n        \"length\": \"3.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"10.000\",\n        \"name\": \"Majestic Medjoul Dates 400 g\",\n        \"category\": \"Others\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1299.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 82813,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DELETED_Majestic Medjoul Dates\\r\\n200 g.jpg\",\n        \"length\": \"3.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"10.000\",\n        \"name\": \"Majestic Medjoul Dates 200 g\",\n        \"category\": \"Others\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"499.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100792,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH-02\",\n        \"length\": \"3.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Subproduct-02\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1234\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 83739,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BIGBOX123\",\n        \"length\": \"45.000\",\n        \"breadth\": \"60.000\",\n        \"height\": \"45.000\",\n        \"dead_weight\": \"15000.000\",\n        \"name\": \"Big Box\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"10000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 102467,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-TEST2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"ABCDEF\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"544.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 105655,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100791,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH-01\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Sub-product1\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100367,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Monitor123\",\n        \"length\": \"83.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"15.000\",\n        \"dead_weight\": \"6000.000\",\n        \"name\": \"Desktop Monitor packed\",\n        \"category\": \"Consumer Electronics\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"10000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 94895,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-TESTREG\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 114702,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU123\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Product-123\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"10\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 114698,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DB1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 102688,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NP-02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 102687,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NP-01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 106053,\n        \"user_id\": \"1\",\n        \"sku_id\": \"test77\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"250.000\",\n        \"name\": \"producttest\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"250.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"hsn2123\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 145185,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA#$#%$\",\n        \"length\": \"1.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"HG\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"144.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 106054,\n        \"user_id\": \"1\",\n        \"sku_id\": \"test77-1\",\n        \"length\": \"15.000\",\n        \"breadth\": \"15.000\",\n        \"height\": \"15.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"test-77-2\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"251.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"hsn123\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 13164,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TestProduct\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"1.000\",\n        \"name\": \"Product\",\n        \"category\": \"Default\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"90.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"1234\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 102551,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-PROD-SKU\",\n        \"length\": \"10.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"123\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 101793,\n        \"user_id\": \"1\",\n        \"sku_id\": \"hjqds\",\n        \"length\": \"0.000\",\n        \"breadth\": \"0.000\",\n        \"height\": \"0.000\",\n        \"dead_weight\": \"0.000\",\n        \"name\": \"djksha\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"482.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 28,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 137050,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODEXP\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TESTEXP\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 29139,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942188028158\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Kurta\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138533,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWSUB2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"NEWCHILD-02\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 2653,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OP8\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus8\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"35000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 5268,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TTYS\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"Tiger Toy\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"180.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 29141,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942188093694\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Kurta\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138502,\n        \"user_id\": \"1\",\n        \"sku_id\": \"LENGHTY\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"6.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"LONGPRODUCT NAME  - TESTING PRODUCT  NAME 12345678\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138532,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWSUB1\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"NEWCHILD-01\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32772,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46639,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS001\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46650,\n        \"user_id\": \"1\",\n        \"sku_id\": \"test_combo\",\n        \"length\": \"2.000\",\n        \"breadth\": \"45.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"233.000\",\n        \"name\": \"test_combo\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"344.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46651,\n        \"user_id\": \"1\",\n        \"sku_id\": \"combo1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"combo1\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"122.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 46656,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COMBO_1\",\n        \"length\": \"44.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"223.000\",\n        \"name\": \"combo 1\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"2333.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 32778,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NewEXP10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 162855,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TESTSKU\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"ABCDEF\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 52892,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TEST_COMBO_2\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"20.000\",\n        \"name\": \"Test combo 2\",\n        \"category\": \"Apparels & Accessories\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"333.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100707,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CO-MAIN\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"COMBO-P\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 100790,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Parentsku\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"maincomboproduct\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 138531,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWCP\",\n        \"length\": \"2.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"8.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"NEWCOMBOPARENT\",\n        \"category\": \"Medical\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144397,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144391,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144388,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144389,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144390,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144392,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Spoon\",\n        \"category\": \"Crockery\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144393,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144394,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144395,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 144396,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"110.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 116911,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RBTLCT1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Tinted Tales Lip & Cheek Tint\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1999.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93941,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93942,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93943,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93944,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-04\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Shoes\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93945,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93946,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93947,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93948,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93949,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93950,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Crème\",\n        \"category\": \"Cosmetics\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 93951,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-TEST-11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 53217,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-COMBO-A\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MAIN PROD\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 94094,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Fabulous Figs (Afghani) 400g.jpg\",\n        \"length\": \"10.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Fabulous Figs (Afghani) 400g\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 123823,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-SKUID\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TESTPRODUCT\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 217083,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU-NE90\",\n        \"length\": \"2.600\",\n        \"breadth\": \"3.780\",\n        \"height\": \"9.890\",\n        \"dead_weight\": \"1.230\",\n        \"name\": \"TESTIMG\",\n        \"category\": \"Clothing & Accessories\",\n        \"subcategory\": \"Handbags, Wallets & Accessories\",\n        \"standard_price\": \"2.78\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 139349,\n        \"user_id\": \"1\",\n        \"sku_id\": \"sample_04\",\n        \"length\": \"5.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"250.000\",\n        \"name\": \"Sample04\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139347,\n        \"user_id\": \"1\",\n        \"sku_id\": \"sample_02\",\n        \"length\": \"10.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"250.000\",\n        \"name\": \"Sample02\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139348,\n        \"user_id\": \"1\",\n        \"sku_id\": \"sample_03\",\n        \"length\": \"5.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"250.000\",\n        \"name\": \"Sample03\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139346,\n        \"user_id\": \"1\",\n        \"sku_id\": \"sample_01\",\n        \"length\": \"5.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"250.000\",\n        \"name\": \"Sample01\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139350,\n        \"user_id\": \"1\",\n        \"sku_id\": \"sample_05\",\n        \"length\": \"5.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"250.000\",\n        \"name\": \"Sample05\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147775,\n        \"user_id\": \"1\",\n        \"sku_id\": \"1234567\",\n        \"length\": \"12.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"Numeric SKU\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139376,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139377,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139378,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139379,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139380,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139381,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139382,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139383,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139384,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139385,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 139386,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147776,\n        \"user_id\": \"1\",\n        \"sku_id\": \"343543535\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"NUm SKU 123\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"211.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147777,\n        \"user_id\": \"1\",\n        \"sku_id\": \"14041998\",\n        \"length\": \"12.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"NUMSKU\",\n        \"category\": \"Home & Garden\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"12\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147882,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PR-SKU\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TESTPRODUCT\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147778,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147779,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147781,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147782,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147783,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147784,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147785,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147786,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147787,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 147788,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50194,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST08\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18280,\n        \"user_id\": \"1\",\n        \"sku_id\": \"O022\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Bat22\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 15470,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KABULI2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Kabuli Chana\",\n        \"category\": \"Default\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"80.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"ABCD\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 1659,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH7100\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 212073,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-PROD-SKU1\",\n        \"length\": \"20.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST1\",\n        \"category\": \"Personal Care\",\n        \"subcategory\": \"Skincare\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [\n            \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1678726812_61%2B8JJldn7L._SL1500_.jpg\"\n        ],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18475,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Test02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"subcategory\": \"Cabinets & Storage\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212093,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK\",\n        \"length\": \"11.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"SPACE\",\n        \"category\": \"Food & Beverages\",\n        \"subcategory\": \"Snacks\",\n        \"standard_price\": \"12.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212090,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-PROD-COMBO1\",\n        \"length\": \"14.000\",\n        \"breadth\": \"14.000\",\n        \"height\": \"14.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"COMBO1\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212597,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DELETE_IT_1\",\n        \"length\": \"123.000\",\n        \"breadth\": \"123.000\",\n        \"height\": \"123.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"DELETE_IT_1\",\n        \"category\": \"Animals & Pet Supplies\",\n        \"subcategory\": \"Supplies for Dogs\",\n        \"standard_price\": \"1231.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 28,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 217547,\n        \"user_id\": \"1\",\n        \"sku_id\": \"2345678\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"679.000\",\n        \"name\": \"new hair combo\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"999.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 18316,\n        \"user_id\": \"1\",\n        \"sku_id\": \"S011\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Pen11\",\n        \"category\": \"Sports\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 175023,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NTP\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"NTP |M | New Test Product \",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 175024,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NTP-2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"NTP-2 |L | New Test Product \",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 175025,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NTP-3\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"NTP-3 |S | New Test Product \",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 50195,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PRODTEST0999\",\n        \"length\": \"70.000\",\n        \"breadth\": \"50.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard-0999\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"Medicines & Drugs\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [\n            \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1678728974_61eNW65rU0L._SX569_.jpg\"\n        ],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212098,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TESST_SKKKK\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"TESST_SKKKK\",\n        \"category\": \"Animals & Pet Supplies\",\n        \"subcategory\": \"Supplies for Dogs\",\n        \"standard_price\": \"121.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [\n            \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1678729797_sample_img.png\"\n        ],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 175026,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43870315053310\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"New Test Product\",\n        \"category\": \".\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 217546,\n        \"user_id\": \"1\",\n        \"sku_id\": \"5567890\",\n        \"length\": \"11.000\",\n        \"breadth\": \"13.000\",\n        \"height\": \"11.000\",\n        \"dead_weight\": \"579.000\",\n        \"name\": \"oil\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"44.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212101,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SR_2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"30.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"My first product2\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212100,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SR_1\",\n        \"length\": \"20.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"560.000\",\n        \"name\": \"My first product1\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212102,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SR_3\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"30.000\",\n        \"dead_weight\": \"50.000\",\n        \"name\": \"My first product3\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212107,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SR_8\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"My first product8\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"600.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212108,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SR_9\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"My first product9\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"600.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212109,\n        \"user_id\": \"1\",\n        \"sku_id\": \"1234\",\n        \"length\": \"20.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"560.000\",\n        \"name\": \"My first product11\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212103,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SR_4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"45.000\",\n        \"name\": \"My first product4\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"122.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212104,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SR_5\",\n        \"length\": \"20.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"560.000\",\n        \"name\": \"My first product5\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"122.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212105,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SR_6\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"WOW Skin Science Ubtan Foaming Face Wash with Built-In Face Brush for Deep Cleansing - No Parabens, Sulphate, Silicones & Color, 150 mL\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212106,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SR_7\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"My first product7\",\n        \"category\": \"NA\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"400.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 9643,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TestProduct3\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"1.000\",\n        \"name\": \"Test3\",\n        \"category\": \"Default\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"80.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"ACGD\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 28537,\n        \"user_id\": \"1\",\n        \"sku_id\": \"ABCDEF\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"ABCDEF\",\n        \"category\": \"Default\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"ABCDEF\",\n        \"is_expirable\": false,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212796,\n        \"user_id\": \"1\",\n        \"sku_id\": \"12231\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"12231\",\n        \"category\": \"Animals & Pet Supplies\",\n        \"subcategory\": \"Supplies for Dogs\",\n        \"standard_price\": \"121.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212797,\n        \"user_id\": \"1\",\n        \"sku_id\": \"122231\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"122231\",\n        \"category\": \"Animals & Pet Supplies\",\n        \"subcategory\": \"Supplies for Dogs\",\n        \"standard_price\": \"121.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 201081,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Lenghthy\",\n        \"length\": \"12.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Calcimax 500 Health Supplement Tablets (500 Mg Of Calcium) Box Of 30+Cofsils Ginger Lemon Lozenges Strip Of 10 +Himalaya Liv.52 Ds Tablets - 60'S\",\n        \"category\": \"Health & Wellness\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 201082,\n        \"user_id\": \"1\",\n        \"sku_id\": \"L2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Dot & Key 10% Vitamin C + E & 5% Niacinamide Glowing Face Serum- Fights Pigmentation & Dark Spots (30ml)+Nykaa SKINRX 10% Vitamin C with 5% Niacinamide Illuminate + Brightening Boost Face Serum (30ml)\",\n        \"category\": \"Sporting Goods\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212827,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"NEW10\",\n        \"category\": \"Electronics\",\n        \"subcategory\": \"Smartphones\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"62041200\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212769,\n        \"user_id\": \"1\",\n        \"sku_id\": \"9046SKDPKXXL\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"Women Pink & Yellow Handblock Printed Pure Cotton Kurta With Trousers & Dupatta\",\n        \"category\": \"The Perfect Sets\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"3999.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"62114210\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 212763,\n        \"user_id\": \"1\",\n        \"sku_id\": \"9046SKDPKXXL2\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"Women Pink & Yellow Handblock Printed Pure Cotton Kurta With Trousers & Dupatta\",\n        \"category\": \"The Perfect Sets\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"3999.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"62114210\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212761,\n        \"user_id\": \"1\",\n        \"sku_id\": \"9046SKDPKXXL1\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"Women Pink & Yellow Handblock Printed Pure Cotton Kurta With Trousers & Dupatta\",\n        \"category\": \"The Perfect Sets\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"3999.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"62114210\",\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": true\n    },\n    {\n        \"gs_uid\": 212826,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"NEW10\",\n        \"category\": \"Kurtas Kaftans\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"62041200\",\n        \"is_expirable\": true,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212825,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STG-NEW10\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"NEW10\",\n        \"category\": \"Kurtas Kaftans\",\n        \"subcategory\": \"NA\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"62041200\",\n        \"is_expirable\": true,\n        \"is_combo\": true,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 212822,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROD-NEWSKU1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TESTING-PROD\",\n        \"category\": \"Personal Care\",\n        \"subcategory\": \"Make-Up\",\n        \"standard_price\": \"223.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 28,\n        \"product_pics\": [\n            \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1679048850_61%2B8JJldn7L._SL1500_.jpg\"\n        ],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    },\n    {\n        \"gs_uid\": 226641,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DS_BAG_BOX\",\n        \"length\": \"60.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"80.000\",\n        \"dead_weight\": \"8000.000\",\n        \"name\": \"Packaging box\",\n        \"category\": \"Others\",\n        \"subcategory\": \"Others\",\n        \"standard_price\": \"4999.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"pack_size\": \"\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false,\n        \"is_deleted\": false\n    }\n]"},{"id":"2592268d-7605-43de-a05e-1f631ef36e1f","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","description":"id_token received in Authorization API","type":"text"}],"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/productListings/product/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:16:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ded3afc9-cca6-4707-b67b-37638cffe46b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"CmCTmFnnBcwFTLA="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"60f28ba8-8d30-4550-862c-d1a6e9101342","name":"Success(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiMWRjMWZiYzItODRiNS00NzVjLWJjZDUtZWRlODMxYTUxOTgzIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImYxMTBkNTNmLWZkODktNDJjMC1hYzZhLWFkODBlOTIwYjVkYSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2MDI2NzY2LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzYwMzAzNjYsImlhdCI6MTY3NjAyNjc2NiwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiMDIzMGU0NDItYTc5OS00ZjE0LTlhNDktOWVjMjdkNzExMjY1IiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.veYzyJx55X7CYxsslhIaof6TouDLth4Lft-ez5WSCDKWQh22FB86Wyuz7oUUgj3GZyS-vbkhzXW6dMnaHScTWg6CDUrk-4pSqKiC1MbmX-C3v1f6mGzQCeAZ6WLrfDx2gus9F2rKKJUWX6zkCWkCWs6sSYkxPclyp5USbhNhTdoWs7Pv5GuzSCkogZSD1xKdbnoTCPc4eTL95ewJ_pPM9tVYds7ZqLX6I2vejaTke67VJvQCMkX_vE579t1ZIZ4MBYLDNgyThhT9u6SUgawGl5M1VQsqSJKxJgfBdWCXcpj5Qogw4s3hDCY-pAhPPlxKmXzdgRbUT0Tpq7HBBXHe6g","description":"id_token received in Authorization API","type":"text"}],"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/productListings/product/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Feb 2023 11:00:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"116314"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"51da39b1-bf7b-4f8b-93ed-1cde2bbd7fea"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, DELETE, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"116314"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AHqKnGIYiYcFz5A="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Fri, 10 Feb 2023 11:00:45 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gs_uid\": 3351,\n        \"user_id\": \"1\",\n        \"sku_id\": \"atta2\",\n        \"length\": \"11.000\",\n        \"breadth\": \"22.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"atta\",\n        \"category\": \"Others\",\n        \"standard_price\": \"250.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": \"67575\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3359,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K004\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"T-shirt4\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3361,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K006\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"T-shirt6\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3362,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K007\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"T-shirt7\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3364,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K009\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"T-shirt9\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3365,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K010\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"T-shirt10\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3366,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K011\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt11\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3368,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K013\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"T-shirt13\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3369,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K014\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt14\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3370,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K015\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"T-shirt15\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3371,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K016\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt16\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3374,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K019\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"T-shirt19\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3375,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K020\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"T-shirt20\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3376,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K021\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"T-shirt21\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3381,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3384,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3386,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3389,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3390,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3357,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K002\",\n        \"length\": \"30.000\",\n        \"breadth\": \"30.000\",\n        \"height\": \"30.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"T-shirt2\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3383,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK04\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5020,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EXP2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST PRODUCT\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": \"100\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3395,\n        \"user_id\": \"1\",\n        \"sku_id\": \"V0\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Value-test\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"0.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3396,\n        \"user_id\": \"1\",\n        \"sku_id\": \"V1\",\n        \"length\": \"11.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"V-TEST\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"300000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5195,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"21.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST1\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3403,\n        \"user_id\": \"1\",\n        \"sku_id\": \"stg3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3426,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKUTesting\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"this is a product with large name\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"unknowncode\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3427,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SVG001\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"dummy prod 1\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1\",\n        \"hsn_code\": \"HSNdummy001\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3425,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SKU1222\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"MytestProduct\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"2.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5196,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"ABCD\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5197,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU3\",\n        \"length\": \"1.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"32.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"XYZ\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"200\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5198,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU4\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"CREME\",\n        \"category\": \"Medical\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5199,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU5\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"TEST5\",\n        \"category\": \"Medical\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5200,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU6\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"120.000\",\n        \"name\": \"PENCILS AND PENS\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5201,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU7\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Cosmeticss\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5202,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU8\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"120.000\",\n        \"name\": \"spoons and plates\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5203,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU9\",\n        \"length\": \"12.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"SHOES\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5204,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-SKU10\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"NEWPRODUCT\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5004,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Pranj001\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Pranjal001\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"10\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5111,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_001\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"KalPro1\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5120,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_010\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"KalPro10\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5121,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_011\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"KalPro11\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5122,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_012\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"KalPro12\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5123,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_013\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"KalPro13\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5124,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_014\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"KalPro14\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5125,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_015\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"KalPro15\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5126,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_016\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"KalPro16\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5127,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_017\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"KalPro17\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5128,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_018\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"KalPro18\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5129,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_019\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"KalPro19\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5130,\n        \"user_id\": \"1\",\n        \"sku_id\": \"MPR_020\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"KalPro20\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5162,\n        \"user_id\": \"1\",\n        \"sku_id\": \"combo_tf\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"132.000\",\n        \"name\": \"combo_tf\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"333.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5132,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-01\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5133,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-02\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5134,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5135,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-04\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5136,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-05\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5137,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-06\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5138,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-07\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5139,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5140,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5142,\n        \"user_id\": \"1\",\n        \"sku_id\": \"augpro-11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5165,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-002\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5166,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-003\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5167,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-004\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5168,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-005\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 4,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5169,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-006\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5170,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-007\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5171,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-008\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5172,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-009\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5173,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-010\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5174,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STAGE-011\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 4,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5036,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5037,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5038,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5040,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5041,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5042,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5044,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5045,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5046,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5039,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5047,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5048,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5049,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5050,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5051,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5052,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5053,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5054,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5055,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5056,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5057,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NE-11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5144,\n        \"user_id\": \"1\",\n        \"sku_id\": \"belan\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"belan\",\n        \"category\": \"a\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5145,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS5\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Chawal 3\",\n        \"category\": \"a\",\n        \"standard_price\": \"110.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5010,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EXP\",\n        \"length\": \"2.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"EXP\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5058,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_001\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5059,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_002\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5060,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_003\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5061,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_004\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5062,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_005\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5063,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_006\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5064,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_007\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5065,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_008\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5066,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_009\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5067,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_010\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5068,\n        \"user_id\": \"1\",\n        \"sku_id\": \"AM_011\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5176,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-STAGE\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TESTWMS\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5011,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EXP1\",\n        \"length\": \"3.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"1700.000\",\n        \"name\": \"EXP1\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"1500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5070,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH1812\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5071,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH1912\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5072,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH2000\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5073,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH3000\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5074,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH4000\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4019,\n        \"user_id\": \"1\",\n        \"sku_id\": \"ATTA1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"uv2369\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5075,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH5000\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5076,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH6000\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5077,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH7000\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5078,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH7100\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5079,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH7200\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5177,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-STAGE1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"PRODUCT1\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4018,\n        \"user_id\": \"1\",\n        \"sku_id\": \"abcd1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"abcd\",\n        \"category\": \".\",\n        \"standard_price\": \"800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4020,\n        \"user_id\": \"1\",\n        \"sku_id\": \"chawal1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"chawal\",\n        \"category\": \".\",\n        \"standard_price\": \"800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4021,\n        \"user_id\": \"1\",\n        \"sku_id\": \"DAAL1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Daal\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4022,\n        \"user_id\": \"1\",\n        \"sku_id\": \"KABULI2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"400.000\",\n        \"name\": \"kabuli1\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4023,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OP6\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus6\",\n        \"category\": \".\",\n        \"standard_price\": \"30000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4024,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OP7\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus7\",\n        \"category\": \".\",\n        \"standard_price\": \"32000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4025,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OP8\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus8\",\n        \"category\": \".\",\n        \"standard_price\": \"35000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4026,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OP9\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus9\",\n        \"category\": \".\",\n        \"standard_price\": \"40000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4027,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RB1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Redbull\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4028,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TTYS\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"Tiger Toy\",\n        \"category\": \".\",\n        \"standard_price\": \"180.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5080,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EXP3\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Test\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5178,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-01\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST1\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4111,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SRR1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TESTPRO\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5179,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-02\",\n        \"length\": \"23.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST2\",\n        \"category\": \"Medical\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5180,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-03\",\n        \"length\": \"1.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Test4\",\n        \"category\": \"Consumer Electronics\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"200\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5092,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5093,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5094,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5095,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5096,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5097,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5098,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5099,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5100,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5101,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5102,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NX11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5181,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-04\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5182,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-05\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Mattress\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5183,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-06\",\n        \"length\": \"1.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"CREME\",\n        \"category\": \"Others\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5184,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-07\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"LONGPRODUCTNAME\",\n        \"category\": \"Others\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"500\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5185,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-08\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"TEST8\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5186,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-09\",\n        \"length\": \"3.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"DOUBLEBED\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5187,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWPROD-10\",\n        \"length\": \"1.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"120.000\",\n        \"name\": \"TESTPRODUCT\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"400.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4721,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942188093694\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Black / Large Kurta BLK\",\n        \"category\": \".\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4720,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942188060926\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Red / Medium Kurta RMK\",\n        \"category\": \".\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4723,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42021095866622\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"abcd\",\n        \"category\": \".\",\n        \"standard_price\": \"800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4739,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BLM\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Black / Medium Kurta BLM\",\n        \"category\": \".\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4725,\n        \"user_id\": \"1\",\n        \"sku_id\": \"41476414341374\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"chawal\",\n        \"category\": \".\",\n        \"standard_price\": \"800.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4726,\n        \"user_id\": \"1\",\n        \"sku_id\": \"41476414177534\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Daal\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4727,\n        \"user_id\": \"1\",\n        \"sku_id\": \"41476414308606\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"400.000\",\n        \"name\": \"kabuli1\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4719,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942188028158\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Red / Large Kurta RLK\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4722,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942188126462\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Black / Medium Kurta BLM\",\n        \"category\": \".\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4728,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42021106352382\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus6\",\n        \"category\": \".\",\n        \"standard_price\": \"30000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4729,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42021131878654\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus7\",\n        \"category\": \".\",\n        \"standard_price\": \"32000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4730,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42021138628862\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus8\",\n        \"category\": \".\",\n        \"standard_price\": \"35000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4731,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42029794492670\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"OnePlus9\",\n        \"category\": \".\",\n        \"standard_price\": \"40000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4732,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42021020336382\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Redbull\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4734,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942202839294\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Red Shirt RS\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4735,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42942202872062\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Black Shirt BS\",\n        \"category\": \".\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4733,\n        \"user_id\": \"1\",\n        \"sku_id\": \"42073445073150\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"Tiger Toy\",\n        \"category\": \".\",\n        \"standard_price\": \"180.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4736,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RLK\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Red / Large Kurta RLK\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4737,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RMK\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Red / Medium Kurta RMK\",\n        \"category\": \".\",\n        \"standard_price\": \"120.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4738,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BLK\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Black / Large Kurta BLK\",\n        \"category\": \".\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4741,\n        \"user_id\": \"1\",\n        \"sku_id\": \"BS\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"Black Shirt BS\",\n        \"category\": \".\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6602,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Inw\",\n        \"length\": \"10.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"8.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"Inw\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5103,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EXPIRY01\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Test1\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5152,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS_1\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"ASD\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"ASAS\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5153,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS_3\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"ASD\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"ASAS\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6603,\n        \"user_id\": \"1\",\n        \"sku_id\": \"inw1\",\n        \"length\": \"12.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"1200.000\",\n        \"name\": \"inw1\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"300\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5155,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS_2\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"ASD\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"ASAS\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5156,\n        \"user_id\": \"1\",\n        \"sku_id\": \"GS_4\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"ASD\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"ASAS\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4724,\n        \"user_id\": \"1\",\n        \"sku_id\": \"41476366336254\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Ashirvaad Atta\",\n        \"category\": \".\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [\n            null\n        ],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6604,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Inw2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"8.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"Inw2\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6605,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROWMS1\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"599.000\",\n        \"name\": \"PROWMS1\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"400.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6606,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PROWMS2\",\n        \"length\": \"5.000\",\n        \"breadth\": \"6.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"PROWMS2\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6638,\n        \"user_id\": \"1\",\n        \"sku_id\": \"TESTPSV\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"XYZ\",\n        \"category\": \"Medical\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"123\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6607,\n        \"user_id\": \"1\",\n        \"sku_id\": \"THUINW1\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"400.000\",\n        \"name\": \"THUINW1\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6608,\n        \"user_id\": \"1\",\n        \"sku_id\": \"THUINW2\",\n        \"length\": \"4.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"6.000\",\n        \"dead_weight\": \"400.000\",\n        \"name\": \"THUINW2\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"400.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6613,\n        \"user_id\": \"1\",\n        \"sku_id\": \"uv45\",\n        \"length\": \"23.000\",\n        \"breadth\": \"34.000\",\n        \"height\": \"34.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"uv123\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"2.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"23\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6600,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEWSTAGE-11\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6610,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OutboundTestSKU1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"15.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"OutboundTestSKU2\",\n        \"category\": \"Consumer Electronics\",\n        \"standard_price\": \"400.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6611,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OutboundTestSKU3\",\n        \"length\": \"20.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"30.000\",\n        \"dead_weight\": \"6000.000\",\n        \"name\": \"OutboundTestSKU3\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6612,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OutboundTestSKU2\",\n        \"length\": \"10.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"15.000\",\n        \"dead_weight\": \"400.000\",\n        \"name\": \"OutboundTestSKU2\",\n        \"category\": \"Medical\",\n        \"standard_price\": \"500.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6614,\n        \"user_id\": \"1\",\n        \"sku_id\": \"testuv1\",\n        \"length\": \"343.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"testuv1\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"12.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6615,\n        \"user_id\": \"1\",\n        \"sku_id\": \"testuvpd\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"testuvpd\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"12.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6616,\n        \"user_id\": \"1\",\n        \"sku_id\": \"test1uv\",\n        \"length\": \"1.000\",\n        \"breadth\": \"1.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"test1uv\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"12.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"2\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6617,\n        \"user_id\": \"1\",\n        \"sku_id\": \"R1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"R-TEST1\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6618,\n        \"user_id\": \"1\",\n        \"sku_id\": \"R2\",\n        \"length\": \"12.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"R-TEST2\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"290.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6619,\n        \"user_id\": \"1\",\n        \"sku_id\": \"R3\",\n        \"length\": \"12.000\",\n        \"breadth\": \"22.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"R-TEST3\",\n        \"category\": \"Medical\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"109\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6620,\n        \"user_id\": \"1\",\n        \"sku_id\": \"R4\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"R-TEST4\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"230.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"123\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6621,\n        \"user_id\": \"1\",\n        \"sku_id\": \"R5\",\n        \"length\": \"1.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"120.000\",\n        \"name\": \"R-TEST5\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"131\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6622,\n        \"user_id\": \"1\",\n        \"sku_id\": \"test90\",\n        \"length\": \"2.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"test90\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"12.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6623,\n        \"user_id\": \"1\",\n        \"sku_id\": \"testlast\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"testlast\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"23.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6625,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OBL-01\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST1\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6626,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OBL-02\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST2\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6627,\n        \"user_id\": \"1\",\n        \"sku_id\": \"OBL-03\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST3\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6630,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381598462\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"damp river\",\n        \"category\": \".\",\n        \"standard_price\": \"4.94\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6631,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381663998\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"patient bird\",\n        \"category\": \".\",\n        \"standard_price\": \"3.05\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6632,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381631230\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"silent glitter\",\n        \"category\": \".\",\n        \"standard_price\": \"9.72\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6633,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381696766\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"crimson butterfly\",\n        \"category\": \".\",\n        \"standard_price\": \"7.94\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6634,\n        \"user_id\": \"1\",\n        \"sku_id\": \"43623381729534\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"499.000\",\n        \"name\": \"frosty glade\",\n        \"category\": \".\",\n        \"standard_price\": \"0.36\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6635,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Fabulous Figs (Afghani) 400g.jpg\",\n        \"length\": \"15.000\",\n        \"breadth\": \"15.000\",\n        \"height\": \"30.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \" Fabulous Figs (Afghani) 400g\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 3352,\n        \"user_id\": \"1\",\n        \"sku_id\": \"atta3\",\n        \"length\": \"11.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"atta\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"230.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"2353\",\n        \"hsn_code\": \"5675658\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3354,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Rose\",\n        \"length\": \"12.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"34.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"flower\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"234.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"234\",\n        \"hsn_code\": \"346474\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3355,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Tiger\",\n        \"length\": \"23.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"21.000\",\n        \"dead_weight\": \"234.000\",\n        \"name\": \"Toy\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"250.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"6y5859\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3356,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K001\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"T-shirt1\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3358,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K003\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt3\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3360,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K005\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt5\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3363,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K008\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"T-shirt8\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3372,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K017\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"T-shirt17\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3373,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K018\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"T-shirt18\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3377,\n        \"user_id\": \"1\",\n        \"sku_id\": \"K022\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"T-shirt22\",\n        \"category\": \"Sports\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3382,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK03\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3387,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK08\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3388,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SK09\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 3394,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5159,\n        \"user_id\": \"1\",\n        \"sku_id\": \"aka_combo\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"145.000\",\n        \"name\": \"test combo\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"122.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5160,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COMBO_4\",\n        \"length\": \"2.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"454.000\",\n        \"name\": \"combos\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5022,\n        \"user_id\": \"1\",\n        \"sku_id\": \"productuv\",\n        \"length\": \"2.000\",\n        \"breadth\": \"24.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"2.000\",\n        \"name\": \"productuv123\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"2334.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"23\",\n        \"hsn_code\": \"23\",\n        \"is_expirable\": true,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5161,\n        \"user_id\": \"1\",\n        \"sku_id\": \"combo_tst\",\n        \"length\": \"12.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"22.000\",\n        \"dead_weight\": \"122.000\",\n        \"name\": \"combo_tst\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"313.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5023,\n        \"user_id\": \"1\",\n        \"sku_id\": \"exp-test\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"testing-product1\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": \"100\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5043,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX-PRO-8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5143,\n        \"user_id\": \"1\",\n        \"sku_id\": \"uv5678\",\n        \"length\": \"2.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"34.000\",\n        \"name\": \"utkarsh\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"23.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"34\",\n        \"hsn_code\": \"34\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5151,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COMBO_1\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"ASD\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"ASAS\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5146,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COMBOTEST\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Testprod\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 6609,\n        \"user_id\": \"1\",\n        \"sku_id\": \"uv3456\",\n        \"length\": \"23.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"1.000\",\n        \"name\": \"jocket\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"2343.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 6629,\n        \"user_id\": \"1\",\n        \"sku_id\": \"LONGPRODUCT NAME\",\n        \"length\": \"1.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Sharpy Knife.-ABCDEFGHAGHJGSAYUTJSAJAGSJHDCCDC\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 5147,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COMBO-02\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TEST\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5148,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Combo01\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"15001.000\",\n        \"name\": \"Combo Product\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5149,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Combo02\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"Combo Product\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5150,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Combo03\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1500.000\",\n        \"name\": \"Combo Product\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"900.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 28,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5154,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COMBO_2\",\n        \"length\": \"12.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"ASD\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"1200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": \"ASAS\",\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5157,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COMBO_5\",\n        \"length\": \"4.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"545.000\",\n        \"name\": \"wombo\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"333.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5158,\n        \"user_id\": \"1\",\n        \"sku_id\": \"COMBO_6\",\n        \"length\": \"1.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"5.000\",\n        \"dead_weight\": \"112.000\",\n        \"name\": \"wombo2 \",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"1232.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"11\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 6628,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Combo Test 5\",\n        \"length\": \"10.000\",\n        \"breadth\": \"11.000\",\n        \"height\": \"21.000\",\n        \"dead_weight\": \"201.000\",\n        \"name\": \"New Product Combo of 5\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"1000.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"05\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 6637,\n        \"user_id\": \"1\",\n        \"sku_id\": \"PSVSKU\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"ABCD\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"134\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 4740,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RS\",\n        \"length\": \"4.000\",\n        \"breadth\": \"4.000\",\n        \"height\": \"14.000\",\n        \"dead_weight\": \"45.000\",\n        \"name\": \"RU\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"4.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"44\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 6641,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Combo-parent\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"parentprod\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"123\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6642,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CO-CH1\",\n        \"length\": \"2.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"4.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"Sub1\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"145\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6643,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CO-CH2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Sub2\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6645,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH-01\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"CHILD1\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6646,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH-02\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"CHILD2\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"123\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6648,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SUB1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"SUBPRO1\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6649,\n        \"user_id\": \"1\",\n        \"sku_id\": \"SUB2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"SUB PRO2\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6651,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CHILD1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"CHPRODUCT1\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6652,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CHILD2\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"CHPRODUCT2\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6654,\n        \"user_id\": \"1\",\n        \"sku_id\": \"P1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"PART1\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6655,\n        \"user_id\": \"1\",\n        \"sku_id\": \"P2\",\n        \"length\": \"5.000\",\n        \"breadth\": \"6.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"234.000\",\n        \"name\": \"PART2\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"109.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6657,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX1\",\n        \"length\": \"6.000\",\n        \"breadth\": \"3.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"PRD1\",\n        \"category\": \"Medical\",\n        \"standard_price\": \"670.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"134\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6658,\n        \"user_id\": \"1\",\n        \"sku_id\": \"EX2\",\n        \"length\": \"4.000\",\n        \"breadth\": \"5.000\",\n        \"height\": \"6.000\",\n        \"dead_weight\": \"345.000\",\n        \"name\": \"PRD2\",\n        \"category\": \"Consumer Electronics\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"123\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6644,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STG-PARENTCOMBO1\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"PARENT1\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 6647,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STG-PARENTCOMBO2\",\n        \"length\": \"11.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"PARENT PRODUCT\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 6650,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STG-PARENTCOMBO3\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"MAINPRODUCT\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"223.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"200\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 6653,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STG-PARENTCOMBO4\",\n        \"length\": \"11.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"12.000\",\n        \"dead_weight\": \"123.000\",\n        \"name\": \"MAINPRO\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"300.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 6656,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STG-PARENTCOMBO5\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"EXPIRABLE PRODUCT\",\n        \"category\": \"Medical\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"134\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": true\n    },\n    {\n        \"gs_uid\": 5069,\n        \"user_id\": \"1\",\n        \"sku_id\": \"CH1712\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9668,\n        \"user_id\": \"1\",\n        \"sku_id\": \"testing\",\n        \"length\": \"22.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"31.000\",\n        \"name\": \"testing\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"13.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"32\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 6624,\n        \"user_id\": \"1\",\n        \"sku_id\": \"D1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"DISPATCHED\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"12\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9675,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Test_exp\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"145.000\",\n        \"name\": \"Test_exp\",\n        \"category\": \"Medical\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9670,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA-SKUID\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"2.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"TESTPRODUCT\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9671,\n        \"user_id\": \"1\",\n        \"sku_id\": \"ST-SKU\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"ABCDEF\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"400.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9683,\n        \"user_id\": \"1\",\n        \"sku_id\": \"RUK-SKU\",\n        \"length\": \"12.000\",\n        \"breadth\": \"23.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"QA-PRODUCT\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"200.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"120\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9684,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9685,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9686,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Stool\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9687,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9688,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Spoon\",\n        \"category\": \"Crockery\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9690,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9691,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9693,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9694,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9692,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"110.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"1234\",\n        \"is_expirable\": true,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9689,\n        \"user_id\": \"1\",\n        \"sku_id\": \"STGPR6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9695,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU1\",\n        \"length\": \"200.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"200.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Sofa\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"123.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9696,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU2\",\n        \"length\": \"300.000\",\n        \"breadth\": \"300.000\",\n        \"height\": \"300.000\",\n        \"dead_weight\": \"2000.000\",\n        \"name\": \"Table\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"124.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9697,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU3\",\n        \"length\": \"40.000\",\n        \"breadth\": \"40.000\",\n        \"height\": \"40.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Chair\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"125.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9698,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU4\",\n        \"length\": \"10.000\",\n        \"breadth\": \"200.000\",\n        \"height\": \"100.000\",\n        \"dead_weight\": \"3000.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"126.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9699,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU5\",\n        \"length\": \"30.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Matteress-Single Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"127.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Orange\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9700,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU6\",\n        \"length\": \"40.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"1000.000\",\n        \"name\": \"Matteress-Double Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"128.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Green\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9701,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU7\",\n        \"length\": \"50.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Pillow\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"129.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 2,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Black\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9702,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU8\",\n        \"length\": \"60.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Lamp\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"130.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 3,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Brown\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9703,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU9\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 12,\n        \"product_pics\": [],\n        \"color\": \"Silver\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9704,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU10\",\n        \"length\": \"70.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"300.000\",\n        \"name\": \"Bed\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 100,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"Gold\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9705,\n        \"user_id\": \"1\",\n        \"sku_id\": \"NEW-SKU11\",\n        \"length\": \"80.000\",\n        \"breadth\": \"20.000\",\n        \"height\": \"20.000\",\n        \"dead_weight\": \"500.000\",\n        \"name\": \"Cupboard\",\n        \"category\": \"Furniture\",\n        \"standard_price\": \"131.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 10,\n        \"gst_per\": 18,\n        \"product_pics\": [],\n        \"color\": \"White\",\n        \"pack_size\": \"1 unit\",\n        \"hsn_code\": \"dnm\",\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9706,\n        \"user_id\": \"1\",\n        \"sku_id\": \"12345\",\n        \"length\": \"2.000\",\n        \"breadth\": \"33.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"12.000\",\n        \"name\": \"Numeric SKU\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"213.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": null,\n        \"pack_size\": null,\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9708,\n        \"user_id\": \"1\",\n        \"sku_id\": \"LENGTHYSKU\",\n        \"length\": \"11.000\",\n        \"breadth\": \"12.000\",\n        \"height\": \"1.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"Vitamin C Day Cream with Vitamin C and SPF 20 for Skin Illumination - 100g\",\n        \"category\": \"Health & Wellness\",\n        \"standard_price\": \"350.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"50\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9707,\n        \"user_id\": \"1\",\n        \"sku_id\": \"14041998\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"NUMSKU\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9713,\n        \"user_id\": \"1\",\n        \"sku_id\": \"QA1234\",\n        \"length\": \"1.000\",\n        \"breadth\": \"2.000\",\n        \"height\": \"3.000\",\n        \"dead_weight\": \"100.000\",\n        \"name\": \"NUMERICSKU\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"100.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Blue\",\n        \"pack_size\": \"100\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9715,\n        \"user_id\": \"1\",\n        \"sku_id\": \"imge_testing\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"200.000\",\n        \"name\": \"image_testing\",\n        \"category\": \"Sporting Goods\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 5,\n        \"product_pics\": [],\n        \"color\": \"Red\",\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9716,\n        \"user_id\": \"1\",\n        \"sku_id\": \"Image_testing_1\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"Image_testing_1\",\n        \"category\": \"Home & Garden\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": false,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"0\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    },\n    {\n        \"gs_uid\": 9718,\n        \"user_id\": \"1\",\n        \"sku_id\": \"this_product\",\n        \"length\": \"10.000\",\n        \"breadth\": \"10.000\",\n        \"height\": \"10.000\",\n        \"dead_weight\": \"150.000\",\n        \"name\": \"this_product\",\n        \"category\": \"Apparels & Accessories\",\n        \"standard_price\": \"150.00\",\n        \"is_fragile\": true,\n        \"box_qty\": 1,\n        \"gst_per\": 0,\n        \"product_pics\": [],\n        \"color\": \"Yellow\",\n        \"pack_size\": \"1\",\n        \"hsn_code\": null,\n        \"is_expirable\": false,\n        \"is_combo\": false\n    }\n]"},{"id":"d41eeca5-da8f-42e5-afae-e7a9fa6efe9a","name":"Failure(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiMWRjMWZiYzItODRiNS00NzVjLWJjZDUtZWRlODMxYTUxOTgzIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImYxMTBkNTNmLWZkODktNDJjMC1hYzZhLWFkODBlOTIwYjVkYSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2MDI2NzY2LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzYwMzAzNjYsImlhdCI6MTY3NjAyNjc2NiwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiMDIzMGU0NDItYTc5OS00ZjE0LTlhNDktOWVjMjdkNzExMjY1IiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.veYzyJx55X7CYxsslhIaof6TouDLth4Lft-ez5WSCDKWQh22FB86Wyuz7oUUgj3GZyS-vbkhzXW6dMnaHScTWg6CDUrk-4pSqKiC1MbmX-C3v1f6mGzQCeAZ6WLrfDx2gus9F2rKKJUWX6zkCWkCWs6sSYkxPclyp5USbhNhTdoWs7Pv5GuzSCkogZSD1xKdbnoTCPc4eTL95ewJ_pPM9tVYds7ZqLX6I2vejaTke67VJvQCMkX_vE579t1ZIZ4MBYLDNgyThhT9u6SUgawGl5M1VQsqSJKxJgfBdWCXcpj5Qogw4s3hDCY-pAhPPlxKmXzdgRbUT0Tpq7HBBXHe6","description":"id_token received in Authorization API","type":"text"}],"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/productListings/product/"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Feb 2023 11:01:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"eea0aef4-787f-45b6-b313-fa0622cf023d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amzn-ErrorType","value":"AccessDeniedException"},{"key":"x-amz-apigw-id","value":"AHqQQExRCYcFZhg="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Access Denied\"\n}"}],"_postman_id":"a9f6ba70-3a7a-4d65-8416-563175ef1621"},{"name":"Create Product","id":"cb14d7b6-9f7e-4afc-8cdf-92d7278246e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","type":"text","description":"<p>id_token received in Authorization API</p>\n"}],"body":{"mode":"raw","raw":"[\n  {\n    \"sku_id\": \"SKU Id\",\n    \"length\": \"Length\",\n    \"breadth\": \"Breadth\",\n    \"height\": \"Height\",\n    \"dead_weight\": \"Dead Weight\",\n    \"pack_size\": \"Pack Size\",\n    \"hsn_code\": \"HSN Code\",\n    \"name\": \"Name\",\n    \"category\": \"Category\",\n    \"standard_price\": \"Standard Prize\",\n    \"gst_per\": 1,\n    \"is_fragile\": true,\n    \"color\": \"Color\",\n    \"product_pics\": []\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/inventory/productListings/product/","description":"<blockquote>\n<p>Request Body </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku_id</td>\n<td>String</td>\n<td>SKU Id</td>\n</tr>\n<tr>\n<td>length</td>\n<td>String</td>\n<td>Length of the product in <strong>centimeter</strong></td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>String</td>\n<td>Breadth of the product in <strong>centimeter</strong></td>\n</tr>\n<tr>\n<td>height</td>\n<td>String</td>\n<td>Height of the product in <strong>centimeter</strong></td>\n</tr>\n<tr>\n<td>dead_weight</td>\n<td>String</td>\n<td>Dead Weight of the product in <strong>grams</strong></td>\n</tr>\n<tr>\n<td>hsn_code</td>\n<td>String</td>\n<td>Harmonized standardized code for taxation compliant with GST</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Product Name</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td>standard_price</td>\n<td>String</td>\n<td>Typical product price across all channels or MRP</td>\n</tr>\n<tr>\n<td>gst_per</td>\n<td>Integer</td>\n<td>GST tax slab of product</td>\n</tr>\n<tr>\n<td>is_fragile</td>\n<td>Boolean</td>\n<td>Is the product fragile? This is used for shipping purposes</td>\n</tr>\n<tr>\n<td>color</td>\n<td>String</td>\n<td>Product Color</td>\n</tr>\n<tr>\n<td>product_pics</td>\n<td>String Array</td>\n<td>List of image urls of product. At max 4</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Response Body </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Boolean</td>\n<td>Status of the API request</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>SKU id of the product</td>\n</tr>\n<tr>\n<td>Success</td>\n<td>Boolean</td>\n<td>Status corresponding to particular SKU</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Message regarding particular SKU</td>\n</tr>\n<tr>\n<td>channel_listing_status</td>\n<td>String</td>\n<td>Reflecting if a manual channel listing was created or not</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Type of the request for particular SKU</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>Status Code corresponding to the SKU</td>\n</tr>\n<tr>\n<td>error</td>\n<td>String</td>\n<td>Error message for the SKU</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Code Mapping </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>20000</td>\n<td>Added Successfully</td>\n</tr>\n<tr>\n<td>20001</td>\n<td>Edited Successfully</td>\n</tr>\n<tr>\n<td>43001</td>\n<td>Missing Fields - name or sku_id</td>\n</tr>\n<tr>\n<td>43002</td>\n<td>Invalid dimension - non numeric length, breadth, dead_weight, height, gst_per, standard_price</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","inventory","productListings","product",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3d8088d1-5a77-445a-b8d9-74f03d07c15a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\n  {\n    \"sku_id\": \"SKU0884\",\n    \"length\": \"12\",\n    \"breadth\": \"12\",\n    \"height\": \"12\",\n    \"dead_weight\": \"12\",\n    \"pack_size\": \"12\",\n    \"hsn_code\": \"ASAS\",\n    \"name\": \"ASD\",\n    \"category\": \"Apparels & Accessories\",\n    \"standard_price\": \"1200\",\n    \"gst_per\": 1,\n    \"is_fragile\": true,\n    \"color\": \"White\",\n    \"product_pics\": []\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/productListings/product/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:18:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2d5b3503-753f-4e9e-8c05-66e6cb6cae38"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"1b7d9776-5b74-4c17-a30b-e48944a4d178"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"138"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, PUT, DELETE, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:18:38 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmCk2H2nBcwFnqg="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"138"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:18:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"message\": [\n        [\n            {\n                \"SKU\": \"SKU0884\",\n                \"Success\": true,\n                \"message\": \"\",\n                \"created\": true,\n                \"channel_listing_status\": \"success\"\n            }\n        ]\n    ]\n}"},{"id":"5c4b5729-d703-49de-ab8b-9d8772f0f7ae","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\n  {\n    \"length\": \"12\",\n    \"breadth\": \"12\",\n    \"height\": \"12\",\n    \"dead_weight\": \"12\",\n    \"pack_size\": \"12\",\n    \"hsn_code\": \"ASAS\",\n    \"name\": \"ASD\",\n    \"category\": \"Apparels & Accessories\",\n    \"standard_price\": \"1200\",\n    \"gst_per\": 1,\n    \"is_fragile\": true,\n    \"color\": \"White\",\n    \"product_pics\": []\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/productListings/product/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:19:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"111"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"273f182c-1486-4979-881d-c822b0e1cad5"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"6456b8b4-de30-4a47-9a8b-a1ffb3f24fec"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"111"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, PUT, DELETE, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:19:27 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmCshFxNhcwFQNw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"111"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:19:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"message\": [\n        [\n            {\n                \"Type\": \"Add\",\n                \"success\": false,\n                \"code\": \"43001\",\n                \"error\": \"Missing Fields\"\n            }\n        ]\n    ]\n}"},{"id":"d9f2858e-1e98-44f4-aec2-f5bf93537f32","name":"Success(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiNWVhYTJjNWUtN2QxZi00MWE1LWFmZmMtYWZjMjlmNTdjNWI5IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImI0ZDUxMzRlLTVlODQtNDUyNS1hYTRhLTQ5ZGY0OGVmZDRmNyIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUyMjA3LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTU4MDcsImlhdCI6MTY3Njc1MjIwNywiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiYWMxYmQwMTAtMDEyZi00YWQ1LTliZmItYmMyZGNjMTJkNDllIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.h66lnSZYUcsjomHLfCpVTnY64psjuYqprKsF_dWZ9C_Lv7sn-J6pGeMOubMFeS_XVL4NaAOAbHN4JslhoAqGF59M-yIigHJvBknnlK3lwyV9zfas7cjlJ6o9rLoaoYq-2rk68lgNV7NvlBDRlYOW7RyF34FhuBFqBziwI3X3wIceIj1leihgUNKrhFXksdANB5GFsF0fU1VD1nAMwsVzQLbMipLsMf1-ftOSkVcyzzqakGOqaGrXls4CUTYoe04iqlGM3F6ZkDnesKc96xRp2aRACizxqTSbuRVpdqQtcHCsD7TyRFLjG1lv0Ko651OzFzWy_G8XCO1nJq05QIQZhw","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\n  {\n    \"sku_id\": \"SKU0884\",\n    \"length\": \"12\",\n    \"breadth\": \"12\",\n    \"height\": \"12\",\n    \"dead_weight\": \"12\",\n    \"pack_size\": \"12\",\n    \"hsn_code\": \"ASAS\",\n    \"name\": \"ASD\",\n    \"category\": \"Apparels & Accessories\",\n    \"standard_price\": \"1200\",\n    \"gst_per\": 1,\n    \"is_fragile\": true,\n    \"color\": \"White\",\n    \"product_pics\": []\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/productListings/product/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:30:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"121"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"df14742a-b582-4ab2-8cc8-3af5a90d6d3c"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, DELETE, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"121"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjVG_HqzCYcF_NA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:30:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"message\": [\n        [\n            {\n                \"SKU\": \"SKU0884\",\n                \"Success\": true,\n                \"message\": \"\",\n                \"channel_listing_status\": \"success\"\n            }\n        ]\n    ]\n}"},{"id":"f27779d5-470f-475d-abf4-3c0af9413a18","name":"Failure(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiNWVhYTJjNWUtN2QxZi00MWE1LWFmZmMtYWZjMjlmNTdjNWI5IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImI0ZDUxMzRlLTVlODQtNDUyNS1hYTRhLTQ5ZGY0OGVmZDRmNyIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUyMjA3LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTU4MDcsImlhdCI6MTY3Njc1MjIwNywiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiYWMxYmQwMTAtMDEyZi00YWQ1LTliZmItYmMyZGNjMTJkNDllIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.h66lnSZYUcsjomHLfCpVTnY64psjuYqprKsF_dWZ9C_Lv7sn-J6pGeMOubMFeS_XVL4NaAOAbHN4JslhoAqGF59M-yIigHJvBknnlK3lwyV9zfas7cjlJ6o9rLoaoYq-2rk68lgNV7NvlBDRlYOW7RyF34FhuBFqBziwI3X3wIceIj1leihgUNKrhFXksdANB5GFsF0fU1VD1nAMwsVzQLbMipLsMf1-ftOSkVcyzzqakGOqaGrXls4CUTYoe04iqlGM3F6ZkDnesKc96xRp2aRACizxqTSbuRVpdqQtcHCsD7TyRFLjG1lv0Ko651OzFzWy_G8XCO1nJq05QIQZhw","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\n  {\n    \"length\": \"12\",\n    \"breadth\": \"12\",\n    \"height\": \"12\",\n    \"dead_weight\": \"12\",\n    \"pack_size\": \"12\",\n    \"hsn_code\": \"ASAS\",\n    \"name\": \"ASD\",\n    \"category\": \"Apparels & Accessories\",\n    \"standard_price\": \"1200\",\n    \"gst_per\": 1,\n    \"is_fragile\": true,\n    \"color\": \"White\",\n    \"product_pics\": []\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/productListings/product/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:32:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"116"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8a4eaa05-13f8-4752-a5f7-7c25eb194062"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, DELETE, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"116"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjVYuH3aCYcF7_A="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:32:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"message\": [\n        [\n            {\n                \"Type\": \"Add/Edit\",\n                \"success\": false,\n                \"code\": \"43001\",\n                \"error\": \"Missing Fields\"\n            }\n        ]\n    ]\n}"}],"_postman_id":"cb14d7b6-9f7e-4afc-8cdf-92d7278246e4"}],"id":"e905d8db-a507-480e-a8f6-dd7879d9b53d","description":"<p>You may fetch, create and update the products on Grow Simplee System. Following APIs will help you assist in these tasks.</p>\n","_postman_id":"e905d8db-a507-480e-a8f6-dd7879d9b53d"},{"name":"Listings","item":[{"name":"Get All Listings","id":"f753526d-89e4-426e-9963-4cb6c4e61d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","type":"text","description":"<p>id_token received in Authorization API</p>\n"}],"url":"{{baseUrl}}/v1/inventory/productListings/listing/","description":"<blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>gs_uid</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>String</td>\n<td>User Id allocated by Grow Simplee</td>\n</tr>\n<tr>\n<td>sku_id</td>\n<td>String</td>\n<td>SKU Id</td>\n</tr>\n<tr>\n<td>length</td>\n<td>String</td>\n<td>Length of the product in <strong>millimeter</strong></td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>String</td>\n<td>Breadth of the product in <strong>millimeter</strong></td>\n</tr>\n<tr>\n<td>height</td>\n<td>String</td>\n<td>Height of the product in <strong>millimeter</strong></td>\n</tr>\n<tr>\n<td>dead_weight</td>\n<td>String</td>\n<td>Dead Weight of the product in <strong>grams</strong></td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Product name</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td>standard_price</td>\n<td>String</td>\n<td>Typical product price across all channels or MRP</td>\n</tr>\n<tr>\n<td>is_fragile</td>\n<td>Boolean</td>\n<td>Is the product fragile? This is used for shipping purposes</td>\n</tr>\n<tr>\n<td>box_qty</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>gst_per</td>\n<td>Integer</td>\n<td>GST tax slab of product</td>\n</tr>\n<tr>\n<td>product_pics</td>\n<td>String Array</td>\n<td>List of image urls of product. At max 4</td>\n</tr>\n<tr>\n<td>color</td>\n<td>String</td>\n<td>Product Color</td>\n</tr>\n<tr>\n<td>pack_size</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>hsn_code</td>\n<td>String</td>\n<td>Harmonized standardized code for taxation compliant with GST</td>\n</tr>\n<tr>\n<td>is_expirable</td>\n<td>Boolean</td>\n<td>Is product Expirable</td>\n</tr>\n<tr>\n<td>is_combo</td>\n<td>Boolean</td>\n<td>Is product Combo</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>String</td>\n<td>Channel Id</td>\n</tr>\n<tr>\n<td>channel_listing_id</td>\n<td>String</td>\n<td>Channel Listing Id</td>\n</tr>\n<tr>\n<td>channel_sp</td>\n<td>String</td>\n<td>Channel Standard Price</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","inventory","productListings","listing",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a3d100dd-1208-4405-8e26-6bf1e3827126","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","type":"text","description":"id_token received in Authorization API"}],"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/productListings/listing/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:20:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"377965"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"821126d6-c0e7-4355-aed4-6b87ec892bab"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"f65ffa2b-90ff-456c-b8a0-e1ecea311a6e"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"377965"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:20:52 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmC5rGDShcwFfXg="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"377965"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:20:52 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"product\": {\n            \"gs_uid\": 1390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"abcd1\",\n        \"channel_sp\": \"800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021095866622\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29140,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188060926\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942188060926\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29142,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188126462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942188126462\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29142,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188126462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942188126462\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29144,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Shirt\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BS\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29144,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Shirt\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942202872062\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29143,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Shirt\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29143,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Shirt\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942202839294\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 432,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO006\",\n            \"length\": \"6.800\",\n            \"breadth\": \"5.800\",\n            \"height\": \"6.800\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Dr.oracle Antibac Moisturizing Gel Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO006\",\n        \"channel_sp\": \"2250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 619,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO004\",\n            \"length\": \"4.500\",\n            \"breadth\": \"12.000\",\n            \"height\": \"3.500\",\n            \"dead_weight\": \"80.000\",\n            \"name\": \"Dr.oracle Antibac Greentherapy Tightening Ampoule (40ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO004\",\n        \"channel_sp\": \"2250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50193,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18474,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Test01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Test01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18476,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Test03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Test03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 21380,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DS_BAG_BOX\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"10000.000\",\n            \"name\": \"Bag Box\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DS_BAG_BOX\",\n        \"channel_sp\": \"4999.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18286,\n            \"user_id\": \"1\",\n            \"sku_id\": \"wms-pr\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"wmstestproduct\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"wms-pr\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20977,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9SKU1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"9SKU1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50196,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20979,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9SKU3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"9SKU3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20981,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9SKU5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"9SKU5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20983,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9SKU7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"9SKU7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50197,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18213,\n            \"user_id\": \"1\",\n            \"sku_id\": \"wmstestone\",\n            \"length\": \"12.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"wmstestone\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"12345\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"wmstestone\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18214,\n            \"user_id\": \"1\",\n            \"sku_id\": \"wmstesttwo\",\n            \"length\": \"11.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"wmstesttwo\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"198\",\n            \"hsn_code\": \"3214322\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"wmstesttwo\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18259,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Bat1\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O001\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18260,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O002\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Bat2\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O002\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18261,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O003\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bat3\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O003\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18262,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bat4\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O004\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18263,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O005\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bat5\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O005\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18264,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O006\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Bat6\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O006\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18265,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O007\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Bat7\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O007\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18266,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O008\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Bat8\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O008\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18267,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O009\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bat9\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O009\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bat10\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O010\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18269,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O011\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bat11\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O011\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18271,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O013\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Bat13\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O013\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18272,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O014\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bat14\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O014\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18273,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O015\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bat15\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O015\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18274,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O016\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bat16\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O016\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18275,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O017\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Bat17\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O017\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18276,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O018\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Bat18\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O018\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18277,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O019\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Bat19\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O019\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18279,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O021\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bat21\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O021\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18294,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18295,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18296,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU04\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU04\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18297,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18299,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18300,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18301,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18303,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18302,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15983,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Daal - M\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"40759003644057\",\n        \"channel_sp\": \"160.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15983,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Daal - M\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"25\",\n        \"channel_sp\": \"8.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15983,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Daal - M\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"27\",\n        \"channel_sp\": \"8.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15983,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Daal - M\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"26\",\n        \"channel_sp\": \"18.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15983,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Daal - M\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41476414177534\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15983,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Daal - M\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DAAL1\",\n        \"channel_sp\": \"20.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18306,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Pen1\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S001\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18307,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S002\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Pen2\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S002\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18308,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S003\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Pen3\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S003\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18309,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Pen4\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S004\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18310,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S005\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Pen5\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S005\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18311,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S006\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Pen6\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S006\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18312,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S007\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pen7\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S007\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18313,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S008\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Pen8\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S008\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18314,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S009\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Pen9\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S009\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18315,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Pen10\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S010\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18317,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S012\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Pen12\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S012\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18318,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S013\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Pen13\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S013\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18319,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S014\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Pen14\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S014\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18320,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S015\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Pen15\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S015\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18321,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S016\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Pen16\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S016\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18322,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S017\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Pen17\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S017\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18323,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S018\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pen18\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S018\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18324,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S019\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Pen19\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S019\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18325,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S020\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Pen20\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S020\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18326,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S021\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Pen21\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S021\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18327,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S022\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Pen22\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"S022\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18328,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18329,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18330,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18331,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK04\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK04\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18332,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18333,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18334,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18335,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18336,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18337,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18338,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 52531,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-PROD\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-PROD\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51678,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51679,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3335,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS1\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"16.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Eno Bottle\",\n            \"category\": \"Medicine\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A!B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"LGS1\",\n        \"channel_sp\": \"265.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51680,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gs3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"iphon\",\n            \"category\": \"phone\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Shopify\",\n        \"channel_listing_id\": \"1234\",\n        \"channel_sp\": \"23.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gs3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"iphon\",\n            \"category\": \"phone\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"amazon\",\n        \"channel_listing_id\": \"gs345\",\n        \"channel_sp\": \"45000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 26563,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20928,\n            \"user_id\": \"1\",\n            \"sku_id\": \"REG01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"REG01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20932,\n            \"user_id\": \"1\",\n            \"sku_id\": \"REG05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"REG05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20933,\n            \"user_id\": \"1\",\n            \"sku_id\": \"REG06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"REG06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20934,\n            \"user_id\": \"1\",\n            \"sku_id\": \"REG07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"REG07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20935,\n            \"user_id\": \"1\",\n            \"sku_id\": \"REG08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"REG08\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20938,\n            \"user_id\": \"1\",\n            \"sku_id\": \"REG11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"REG11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 21480,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Value1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Testprod\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"3000000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Value1\",\n        \"channel_sp\": \"3000000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51682,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20271,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"T-shirt1\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K001\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20272,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K002\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"T-shirt2\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K002\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20273,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K003\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt3\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K003\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20274,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt4\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K004\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20275,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K005\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt5\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K005\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20276,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K006\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"T-shirt6\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K006\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20277,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K007\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"T-shirt7\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K007\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20278,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K008\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"T-shirt8\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K008\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20279,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K009\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt9\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K009\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20280,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt10\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K010\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20282,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K012\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"T-shirt12\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K012\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20283,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K013\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"T-shirt13\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K013\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20284,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K014\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt14\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K014\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20285,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K015\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt15\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K015\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20286,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K016\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt16\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K016\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20287,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K017\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"T-shirt17\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K017\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20288,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K018\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"T-shirt18\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K018\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20290,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K020\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt20\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K020\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20291,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K021\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt21\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K021\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 20292,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K022\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt22\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K022\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51683,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 52532,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-TEST\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRODUCT1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-TEST\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51684,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51685,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"2 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51686,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51687,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51688,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SEPT-PRO11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SEPT-PRO11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51690,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Please work\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Phuto\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Please work\",\n        \"channel_sp\": \"1.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"123\",\n            \"length\": \"56.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"3.000\",\n            \"name\": \"DFVD\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"123\",\n        \"channel_sp\": \"12.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32755,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Imagine_dragons\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Imagine Dragons\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Imagine_dragons\",\n        \"channel_sp\": \"1.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32756,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Imagine_dragons_2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Imagine_dragons 2\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Imagine_dragons_2\",\n        \"channel_sp\": \"2.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 52891,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TEST_COMBO_1\",\n            \"length\": \"12.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"1200.000\",\n            \"name\": \"Atta ABCD Combo\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1232.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TEST_COMBO_1\",\n        \"channel_sp\": \"1232.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 39422,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Pranjal01\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"96.000\",\n            \"name\": \"Pranjal Expiry\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Pranjal01\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1045,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs032\",\n            \"length\": \"7.000\",\n            \"breadth\": \"3.400\",\n            \"height\": \"7.800\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 23W Ecru Refill (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1410.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs032\",\n        \"channel_sp\": \"1410.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1046,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC003\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"151.000\",\n            \"name\": \"Dr. Ceuracle Royal Vita Propolis 33 Cream (50g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DRC003\",\n        \"channel_sp\": \"2450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1055,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR005\",\n            \"length\": \"4.500\",\n            \"breadth\": \"4.500\",\n            \"height\": \"14.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"Cosrx AC Collection Calming Liquid Mild (125ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1890.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR005\",\n        \"channel_sp\": \"1890.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 28850,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Newprod01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Newprod01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 53341,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DELETED_Knockout Kalmi Dates 800 \\r\\ng.jpg\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Knockout Kalmi Dates 800 gm\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1199.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Knockout Kalmi Dates 800 \\r\\ng.jpg\",\n        \"channel_sp\": \"1199.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 101354,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CMB-SUB1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"CHILD PRODUCT1\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CMB-SUB1\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 101355,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CMB-SUB2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"CHILD PRODUCT1\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CMB-SUB2\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 101353,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CMB-MAIN\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PARENT SKU\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CMB-MAIN\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 101356,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TEST-COMBO-A1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST-COMBO-A1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TEST-COMBO-A1\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32754,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS9\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Atta S\",\n            \"category\": \"a\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"80.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS9\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 53218,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-COMBO-B\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"SUB-PROD\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"97\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-COMBO-B\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 53219,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-COMBO-C\",\n            \"length\": \"1.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"SUB-PROD\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-COMBO-C\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1118,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT018\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Hyaluronic Acid Complex (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT018\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1121,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0107\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Hat\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"990.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"HSN0107\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU0107\",\n        \"channel_sp\": \"990.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1130,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs010S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Midnight Blue Calming Cream (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs010S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1212,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA006\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK T2 READY TO COOL (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA006\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3614,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Image\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1600.000\",\n            \"name\": \"Image\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"15900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Image\",\n        \"channel_sp\": \"15900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1326,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs002S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Rich Moist Soothing Serum (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs002S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1447,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC005\",\n            \"length\": \"7.000\",\n            \"breadth\": \"6.500\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Dr. Ceuracle 5α CONTROL CLEARING CREAM (50g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DRC005\",\n        \"channel_sp\": \"2950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33247,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2815,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA005\",\n            \"length\": \"5.000\",\n            \"breadth\": \"19.300\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"KLAVUU PURE PEARLSATION Divine Pearl Cleansing Oil (150 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KLA005\",\n        \"channel_sp\": \"1850.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33248,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33249,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33251,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33252,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1541,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY008\",\n            \"length\": \"4.600\",\n            \"breadth\": \"4.600\",\n            \"height\": \"19.200\",\n            \"dead_weight\": \"279.000\",\n            \"name\": \"VELY VELY GOOD MORNING CLEANSER (200 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1640.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"VELYVELY008\",\n        \"channel_sp\": \"1640.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33253,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33254,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33255,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33256,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"LGS2\",\n        \"channel_sp\": \"1476.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS2\",\n        \"channel_sp\": \"140.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"amazon\",\n        \"channel_listing_id\": \"213\",\n        \"channel_sp\": \"2.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33257,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"hhbhjbhjb\",\n        \"channel_sp\": \"23243.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS4\",\n        \"channel_sp\": \"140.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33250,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg04\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Beding\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"expreg04\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1938,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs003S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Rich Moist Soothing Cream (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs003S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2345,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS011\",\n            \"length\": \"5.500\",\n            \"breadth\": \"5.500\",\n            \"height\": \"5.500\",\n            \"dead_weight\": \"51.000\",\n            \"name\": \"Too Cool For School EGG MELLOW CREAM (50g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS011\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 1946,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Dhoni\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"PLayer\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MS\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2300,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA011\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK Y3 LIVELY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA011\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2162,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BEER\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Beer\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-15at11.36.02AM.png?v=1632069622\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-16at3.03.19PM.png?v=1632069622\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-19at10.10.28PM.png?v=1632069665\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-19at10.10.35PM.png?v=1632069665\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BEER\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2162,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BEER\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Beer\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-15at11.36.02AM.png?v=1632069622\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-16at3.03.19PM.png?v=1632069622\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-19at10.10.28PM.png?v=1632069665\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-19at10.10.35PM.png?v=1632069665\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41163025449113\",\n        \"channel_sp\": \"110.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP011\",\n            \"length\": \"5.800\",\n            \"breadth\": \"13.800\",\n            \"height\": \"5.800\",\n            \"dead_weight\": \"302.000\",\n            \"name\": \"SNP PREP Cicaronic Toning Essence (220ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP011\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2397,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs026\",\n            \"length\": \"5.400\",\n            \"breadth\": \"4.000\",\n            \"height\": \"15.500\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"Dear, Klairs Mid day Blue UV Shield (80ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1570.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs026\",\n        \"channel_sp\": \"1570.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2278,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH6000\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH6000\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2278,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH6000\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"S6000\",\n        \"channel_sp\": \"400.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 299,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT002\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Artemisia capillaris Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT002\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 70,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP002\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Royal Honey Essence (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP002\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 182,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABUl2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Kabuli Chana sizeL\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KABUl2\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 182,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABUl2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Kabuli Chana sizeL\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"38\",\n        \"channel_sp\": \"9.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 307,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA012\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK Y4 DAINTILY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA012\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 631,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1782\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1782\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SABU3\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"6.000\",\n            \"name\": \"Sabu Dana colorGrey\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SABU3\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SABU3\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"6.000\",\n            \"name\": \"Sabu Dana colorGrey\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"35\",\n        \"channel_sp\": \"18.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 855,\n            \"user_id\": \"1\",\n            \"sku_id\": \"P234\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"P234\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 817,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA010\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK Y2 SLOWLY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA010\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2692,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC001\",\n            \"length\": \"6.500\",\n            \"breadth\": \"6.500\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"49.000\",\n            \"name\": \"Dr. Ceuracle Royal Vita Propolis 33 Ampoule (15ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DRC001\",\n        \"channel_sp\": \"1750.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2592,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP009\",\n            \"length\": \"6.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"6.000\",\n            \"dead_weight\": \"118.000\",\n            \"name\": \"SNP PREP Peptaronic Cream (55ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP009\",\n        \"channel_sp\": \"750.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2608,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA004\",\n            \"length\": \"5.000\",\n            \"breadth\": \"4.700\",\n            \"height\": \"5.200\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"KLAVUU Nourishing Care Lip Sleeping Pack (20ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KLA004\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3354,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA003\",\n            \"length\": \"4.000\",\n            \"breadth\": \"17.600\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"145.000\",\n            \"name\": \"KLAVUU GREEN PEARLSATION Teatree Care Body Spray (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"740.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KLA003\",\n        \"channel_sp\": \"740.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3137,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COT01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Cheery on Top\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COT01\",\n        \"channel_sp\": \"225.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3137,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COT01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Cheery on Top\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COT0\",\n        \"channel_sp\": \"225.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2726,\n            \"user_id\": \"1\",\n            \"sku_id\": \"P124\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"P124\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2985,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH2000\",\n        \"channel_sp\": \"15.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2985,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"S2000\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2985,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"flipkart\",\n        \"channel_listing_id\": \"S1912\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3377,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM003\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"245.000\",\n            \"name\": \"BELLAMONSTER pore out solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BM003\",\n        \"channel_sp\": \"1250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3398,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs031\",\n            \"length\": \"7.000\",\n            \"breadth\": \"3.400\",\n            \"height\": \"7.800\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 21N Linen Refill (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1410.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs031\",\n        \"channel_sp\": \"1410.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3979,\n            \"user_id\": \"1\",\n            \"sku_id\": \"31232135\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"8 Plus\",\n            \"category\": \"Consumer Electronics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [\n                null,\n                null,\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"31232135\",\n        \"channel_sp\": \"10000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3888,\n            \"user_id\": \"1\",\n            \"sku_id\": \"uv987\",\n            \"length\": \"234.000\",\n            \"breadth\": \"34.000\",\n            \"height\": \"34.000\",\n            \"dead_weight\": \"24.000\",\n            \"name\": \"bad\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"234.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": \"23\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"uv987\",\n        \"channel_sp\": \"234.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3888,\n            \"user_id\": \"1\",\n            \"sku_id\": \"uv987\",\n            \"length\": \"234.000\",\n            \"breadth\": \"34.000\",\n            \"height\": \"34.000\",\n            \"dead_weight\": \"24.000\",\n            \"name\": \"bad\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"234.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": \"23\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"sdgefdg\",\n        \"channel_sp\": \"7464.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3488,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT026\",\n            \"length\": \"2.300\",\n            \"breadth\": \"2.300\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"22.000\",\n            \"name\": \"ONE THING Moisturizing Lip Essence (13g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"650.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT026\",\n        \"channel_sp\": \"650.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3496,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA002\",\n            \"length\": \"3.500\",\n            \"breadth\": \"10.000\",\n            \"height\": \"3.500\",\n            \"dead_weight\": \"50.000\",\n            \"name\": \"KLAVUU PURE PEARLSATION Revitalizing Facial Cleansing Foam miniature (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KLA002\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3763,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS001\",\n            \"length\": \"5.000\",\n            \"breadth\": \"17.300\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"101.000\",\n            \"name\": \"Too Cool For School EGG MOUSSE PACK (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS001\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SHKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0102\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SHKU0102\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SHKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0102\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"amazon\",\n        \"channel_listing_id\": \"0102\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4277,\n            \"user_id\": \"1\",\n            \"sku_id\": \"APP_SKU2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"1300.000\",\n            \"name\": \"Product_APP\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"HGHG1300\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"APP_SKU2\",\n        \"channel_sp\": \"1300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4094,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP013\",\n            \"length\": \"15.500\",\n            \"breadth\": \"15.500\",\n            \"height\": \"5.200\",\n            \"dead_weight\": \"25.000\",\n            \"name\": \"SNP PREP Cicaronic SOS Ampoule (1.5ml X 7ea)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP013\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4493,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC004\",\n            \"length\": \"4.300\",\n            \"breadth\": \"4.300\",\n            \"height\": \"17.000\",\n            \"dead_weight\": \"215.000\",\n            \"name\": \"Dr. Ceuracle 5α CONTROL CLEARING SERUM IN EMULSION (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DRC004\",\n        \"channel_sp\": \"2450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4386,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1882\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1882\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4606,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT009\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Brassica Oleracea Italica(Broccoli) Extract (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT009\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4795,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY007\",\n            \"length\": \"4.400\",\n            \"breadth\": \"4.400\",\n            \"height\": \"1.700\",\n            \"dead_weight\": \"194.000\",\n            \"name\": \"VELY VELY O2 WATER GLOW MIST (120 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"VELYVELY007\",\n        \"channel_sp\": \"2450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4724,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PH01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Purple Haze\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1550.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PH01\",\n        \"channel_sp\": \"1550.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4724,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PH01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Purple Haze\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1550.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"PH01\",\n        \"channel_sp\": \"1550.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4779,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT006\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Houttuynia Cordata Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT006\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4813,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1812\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"S1812\",\n        \"channel_sp\": \"355.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4858,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1982\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1982\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5108,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Hair boost\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Hair boost\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Auric Hair boost\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5052,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs023S\",\n            \"length\": \"6.000\",\n            \"breadth\": \"6.500\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"2.000\",\n            \"name\": \"Dear, Klairs Fundamental Eye Awakening Gel (1ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs023S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5011,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO009\",\n            \"length\": \"4.000\",\n            \"breadth\": \"15.500\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Emulsion (120ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO009\",\n        \"channel_sp\": \"1850.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5246,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs004S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Illuminating Supple Blemish Cream (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs004S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5201,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA004\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK R4 VINTAGE ROSE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA004\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5504,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7200\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH7200\",\n        \"channel_sp\": \"75675.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5213,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY001\",\n            \"length\": \"8.100\",\n            \"breadth\": \"8.100\",\n            \"height\": \"7.800\",\n            \"dead_weight\": \"222.000\",\n            \"name\": \"VELY VELY PINK PEELING PADS (120 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1700.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"VELYVELY001\",\n        \"channel_sp\": \"1700.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5467,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs001S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Supple Preparation Facial Toner (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs001S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5515,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SAURABH2\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Skin Radiance\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SAURABH2\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5391,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO007\",\n            \"length\": \"3.100\",\n            \"breadth\": \"12.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"65.000\",\n            \"name\": \"Dr.oracle Antibac Spot Corrector (15ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1350.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO007\",\n        \"channel_sp\": \"1350.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5493,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS002\",\n            \"length\": \"5.000\",\n            \"breadth\": \"17.300\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"151.000\",\n            \"name\": \"Too Cool For School EGG MOUSSE SOAP (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS002\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5548,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs024S\",\n            \"length\": \"6.000\",\n            \"breadth\": \"6.500\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"2.000\",\n            \"name\": \"Dear, Klairs Fundamental Nourishing Eye Butter (1ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs024S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5525,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT025\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Propolis+Honey Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT025\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5699,\n            \"user_id\": \"1\",\n            \"sku_id\": \"40903253983385\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Chawal\",\n            \"category\": \"Pulses.\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"40903253983385\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5588,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs030\",\n            \"length\": \"7.000\",\n            \"breadth\": \"3.400\",\n            \"height\": \"7.800\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 21C Rosy Refill (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1410.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs030\",\n        \"channel_sp\": \"1410.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5595,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NC002\",\n            \"length\": \"4.500\",\n            \"breadth\": \"4.500\",\n            \"height\": \"17.000\",\n            \"dead_weight\": \"260.000\",\n            \"name\": \"Nacific Real Floral Toner Calendula (180ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1550.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NC002\",\n        \"channel_sp\": \"1550.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5572,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS010\",\n            \"length\": \"7.000\",\n            \"breadth\": \"17.500\",\n            \"height\": \"4.300\",\n            \"dead_weight\": \"151.000\",\n            \"name\": \"Too Cool For School EGG-ZYME WHIPPED FOAM (150g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS010\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5699,\n            \"user_id\": \"1\",\n            \"sku_id\": \"40903253983385\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Chawal\",\n            \"category\": \"Pulses.\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"40903253983385\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"FN1712\",\n        \"channel_sp\": \"990.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"kjbjbjhbhjb\",\n        \"channel_sp\": \"990.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"unicommerce\",\n        \"channel_listing_id\": \"VIK_List\",\n        \"channel_sp\": \"1230.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5865,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs013\",\n            \"length\": \"14.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"30.000\",\n            \"name\": \"Dear, Klairs Midnight Blue Calming Sheet Mask (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs013\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"unicommerce\",\n        \"channel_listing_id\": \"LIST001\",\n        \"channel_sp\": \"12000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5718,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PEN123\",\n            \"length\": \"10.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Luxury Pen\",\n            \"category\": \"Essentials\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1005.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"5373\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PEN123\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5718,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PEN123\",\n            \"length\": \"10.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Luxury Pen\",\n            \"category\": \"Essentials\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1005.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"5373\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH098\",\n        \"channel_sp\": \"199.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6097,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP008\",\n            \"length\": \"5.800\",\n            \"breadth\": \"13.800\",\n            \"height\": \"5.800\",\n            \"dead_weight\": \"302.000\",\n            \"name\": \"SNP PREP Peptaronic Serum (220ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP008\",\n        \"channel_sp\": \"750.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5977,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RB1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Redbull\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RB1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5977,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RB1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Redbull\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021020336382\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH4000\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH4000\",\n        \"channel_sp\": \"1555.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH4000\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"flipkart\",\n        \"channel_listing_id\": \"S3000\",\n        \"channel_sp\": \"355.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH4000\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"S4000\",\n        \"channel_sp\": \"3555.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5956,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Cosmetics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"345.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"as\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"unicommerce\",\n        \"channel_sp\": \"345.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5956,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Cosmetics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"345.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"as\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"unicommerce\",\n        \"channel_listing_id\": \"GS4\",\n        \"channel_sp\": \"345.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5956,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Cosmetics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"345.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"as\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"GS4\",\n        \"channel_sp\": \"345.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5956,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Cosmetics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"345.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"as\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"hjknjhbn\",\n        \"channel_listing_id\": \"GS4\",\n        \"channel_sp\": \"345.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6124,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SABU2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Sabu Dana colorWhite\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SABU2\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6124,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SABU2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Sabu Dana colorWhite\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"34\",\n        \"channel_sp\": \"8.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6375,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH120\",\n            \"length\": \"10.000\",\n            \"breadth\": \"15.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"Nirog 1\",\n            \"category\": \"healthcare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"Asd\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH3000\",\n        \"channel_sp\": \"456.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6375,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH120\",\n            \"length\": \"10.000\",\n            \"breadth\": \"15.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"Nirog 1\",\n            \"category\": \"healthcare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"Asd\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1812\",\n        \"channel_sp\": \"2667.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6375,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH120\",\n            \"length\": \"10.000\",\n            \"breadth\": \"15.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"Nirog 1\",\n            \"category\": \"healthcare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"Asd\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1\",\n        \"channel_sp\": \"30303.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6577,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA008\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK T4 READY TO DIE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA008\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"S1712\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1712\",\n        \"channel_sp\": \"25.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43\",\n        \"channel_sp\": \"456.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"9000\",\n        \"channel_sp\": \"456.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SH1712\",\n        \"channel_sp\": \"34.04\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"hbbhjbhjjh\",\n        \"channel_sp\": \"345454.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"jhbj\",\n        \"channel_sp\": \"34.04\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"SH17yyu\",\n        \"channel_sp\": \"34.04\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"jhbjhb\",\n        \"channel_sp\": \"34.04\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"SH171ij\",\n        \"channel_sp\": \"34.04\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"SH17124\",\n        \"channel_sp\": \"34.04\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"SH1715\",\n        \"channel_sp\": \"34.08\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"SH171\",\n        \"channel_sp\": \"34.08\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"SH1714\",\n        \"channel_sp\": \"34.08\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"SH1712\",\n        \"channel_sp\": \"34.08\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6447,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT027\",\n            \"length\": \"6.100\",\n            \"breadth\": \"6.100\",\n            \"height\": \"4.200\",\n            \"dead_weight\": \"105.000\",\n            \"name\": \"ONE THING Moisture Plus Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1550.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT027\",\n        \"channel_sp\": \"1550.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6498,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs028\",\n            \"length\": \"7.900\",\n            \"breadth\": \"2.900\",\n            \"height\": \"7.900\",\n            \"dead_weight\": \"80.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 21N Linen (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2620.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs028\",\n        \"channel_sp\": \"2620.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6595,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs003M\",\n            \"length\": \"3.200\",\n            \"breadth\": \"3.200\",\n            \"height\": \"10.100\",\n            \"dead_weight\": \"33.000\",\n            \"name\": \"Dear, Klairs Rich Moist Soothing Cream (20ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"590.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs003M\",\n        \"channel_sp\": \"590.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7028,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU_VIKD1\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"PRODUCT_VIKD\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"12345.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"QW\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU_VIKD1\",\n        \"channel_sp\": \"12345.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6819,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA003\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK R3 DRY ROSE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA003\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6851,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP001\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Moisture Petal Toner (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP001\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6935,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA009\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK Y1 SOFTLY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA009\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6953,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR027\",\n            \"length\": \"8.800\",\n            \"breadth\": \"8.800\",\n            \"height\": \"6.700\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cosrx Hydrogel Very Simple Pack (60patches)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR027\",\n        \"channel_sp\": \"1850.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"C659611\",\n        \"channel_sp\": \"799.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Shopify\",\n        \"channel_listing_id\": \"C659611\",\n        \"channel_sp\": \"701.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"44g5g\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Shopify\",\n        \"channel_listing_id\": \"74hfnbf\",\n        \"channel_sp\": \"699.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Shopify\",\n        \"channel_listing_id\": \"C659612\",\n        \"channel_sp\": \"699.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Shopify\",\n        \"channel_listing_id\": \"jhbhjbhjbjhbjh\",\n        \"channel_sp\": \"699.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Shopify\",\n        \"channel_listing_id\": \"hjvhgvh\",\n        \"channel_sp\": \"699.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Shopify\",\n        \"channel_listing_id\": \"yuvhgvg\",\n        \"channel_sp\": \"699.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Shopify\",\n        \"channel_listing_id\": \"utk\",\n        \"channel_sp\": \"712.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Shopify\",\n        \"channel_listing_id\": \"utkars\",\n        \"channel_sp\": \"712.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"\",\n        \"channel_listing_id\": \"34432\",\n        \"channel_sp\": \"858757.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7258,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA005\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK T1 READY TO HOT (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA005\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7337,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Body defence\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Body defence\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Auric Body defence\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7337,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Body defence\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Body defence\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1234\",\n        \"channel_sp\": \"1234.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7337,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Body defence\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Body defence\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"3458\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7159,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT023\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Bifida Ferment Lysate (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT023\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7443,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT012\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Calendula Officinalis(Pot Marigold) Flower Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT012\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7043,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs003R\",\n            \"length\": \"5.300\",\n            \"breadth\": \"3.600\",\n            \"height\": \"17.000\",\n            \"dead_weight\": \"106.000\",\n            \"name\": \"Dear, Klairs Rich Moist Soothing Cream (80ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs003R\",\n        \"channel_sp\": \"1850.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 134093,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TESTCR1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"TestCreation\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TESTCR1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 134093,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TESTCR1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"TestCreation\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43796337852670\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7539,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA006\",\n            \"length\": \"4.800\",\n            \"breadth\": \"17.000\",\n            \"height\": \"4.800\",\n            \"dead_weight\": \"275.000\",\n            \"name\": \"KLAVUU PURE PEARLSATION Marine Collagen Micro Cleansing Water (250 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KLA006\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH3000\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-47-56.013.jpg\",\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-48-34.492.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"S3000\",\n        \"channel_sp\": \"355.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7644,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR006\",\n            \"length\": \"3.500\",\n            \"breadth\": \"2.500\",\n            \"height\": \"14.500\",\n            \"dead_weight\": \"50.000\",\n            \"name\": \"Cosrx AC Collection Ultimate Spot Cream (30g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1690.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR006\",\n        \"channel_sp\": \"1690.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7686,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP014\",\n            \"length\": \"15.500\",\n            \"breadth\": \"15.500\",\n            \"height\": \"5.200\",\n            \"dead_weight\": \"25.000\",\n            \"name\": \"SNP PREP Vitaronic SOS Ampoule (1.5ml X 7ea)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP014\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7839,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR002\",\n            \"length\": \"11.200\",\n            \"breadth\": \"17.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Cosrx Clear Fit Master Patch (1ea)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR002\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH3000\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-47-56.013.jpg\",\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-48-34.492.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"flipkart\",\n        \"channel_listing_id\": \"S2000\",\n        \"channel_sp\": \"1300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8229,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Men's Energy\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Men's Energy\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Auric Men's Energy\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 7846,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO005\",\n            \"length\": \"4.400\",\n            \"breadth\": \"14.500\",\n            \"height\": \"4.400\",\n            \"dead_weight\": \"160.000\",\n            \"name\": \"Dr.oracle Antibac Derma Balancing Essence Lotion (110ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO005\",\n        \"channel_sp\": \"2250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8001,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP012\",\n            \"length\": \"5.700\",\n            \"breadth\": \"4.000\",\n            \"height\": \"13.700\",\n            \"dead_weight\": \"95.000\",\n            \"name\": \"SNP PREP Cicaronic Soothing Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP012\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8062,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs027\",\n            \"length\": \"7.900\",\n            \"breadth\": \"2.900\",\n            \"height\": \"7.900\",\n            \"dead_weight\": \"80.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 21C Rosy (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2620.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs027\",\n        \"channel_sp\": \"2620.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8229,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Men's Energy\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Men's Energy\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH6373\",\n        \"channel_sp\": \"1012.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8236,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0104\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"5\",\n            \"hsn_code\": \"0104\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU0104\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8289,\n            \"user_id\": \"1\",\n            \"sku_id\": \"12576w57\",\n            \"length\": \"11.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"11.000\",\n            \"dead_weight\": \"22.000\",\n            \"name\": \"dsjkbckjd\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"111.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"212212\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"12576w57\",\n        \"channel_sp\": \"111.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8297,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NC004\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Nacific Real Floral Air Cream Calendula (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NC004\",\n        \"channel_sp\": \"1900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8236,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0104\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"5\",\n            \"hsn_code\": \"0104\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"0104\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8440,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP015\",\n            \"length\": \"5.700\",\n            \"breadth\": \"4.000\",\n            \"height\": \"13.700\",\n            \"dead_weight\": \"95.000\",\n            \"name\": \"SNP PREP Vitaronic Gel Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP015\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AWSNAP\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"AWSNAP\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-30T00-17-54.013.jpg\"\n            ],\n            \"pack_size\": \"2\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AWSNAP\",\n        \"channel_sp\": \"1123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AWSNAP\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"AWSNAP\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-30T00-17-54.013.jpg\"\n            ],\n            \"pack_size\": \"2\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"AWSNAP\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8954,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY006\",\n            \"length\": \"4.700\",\n            \"breadth\": \"4.700\",\n            \"height\": \"18.500\",\n            \"dead_weight\": \"138.000\",\n            \"name\": \"VELY VELY SWEET RICE CAKE CLARIFYING MASK (120ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"VELYVELY006\",\n        \"channel_sp\": \"2250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8477,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT015\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Camellia Sinensis Leaf Extract (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT015\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8411,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SAURABH1\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Skin Radiance\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SAURABH1\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8773,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP7\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus7\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"32000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OP7\",\n        \"channel_sp\": \"32000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8773,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP7\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus7\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"32000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021131878654\",\n        \"channel_sp\": \"30000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8964,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT008\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Citrus Unshiu Fruit Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT008\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8937,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP006\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Charcoal Cleansing Foam (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP006\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 8995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT010\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Brassica Oleracea Italica(Broccoli) Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT010\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9307,\n            \"user_id\": \"1\",\n            \"sku_id\": \"36\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Kabuli Chana \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"36\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9222,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO001\",\n            \"length\": \"4.800\",\n            \"breadth\": \"15.500\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Cleansing Foam (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1190.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO001\",\n        \"channel_sp\": \"1190.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9156,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS005\",\n            \"length\": \"15.100\",\n            \"breadth\": \"12.600\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"29.000\",\n            \"name\": \"Too Cool For School EGG CREAM MASK PORE TIGHTENING (28g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"270.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS005\",\n        \"channel_sp\": \"270.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9307,\n            \"user_id\": \"1\",\n            \"sku_id\": \"36\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Kabuli Chana \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"36\",\n        \"channel_sp\": \"9.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs010\",\n            \"length\": \"6.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"Dear, Klairs Midnight Blue Calming Cream (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1670.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs010\",\n        \"channel_sp\": \"1670.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9357,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP007\",\n            \"length\": \"6.500\",\n            \"breadth\": \"15.600\",\n            \"height\": \"6.500\",\n            \"dead_weight\": \"412.000\",\n            \"name\": \"SNP PREP Peptaronic Toner (320ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP007\",\n        \"channel_sp\": \"750.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9742,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS013\",\n            \"length\": \"5.500\",\n            \"breadth\": \"10.000\",\n            \"height\": \"3.300\",\n            \"dead_weight\": \"145.000\",\n            \"name\": \"Too Cool For School PUMPKIN SLEEPING PACK (MINI) (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"550.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS013\",\n        \"channel_sp\": \"550.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO003\",\n            \"length\": \"4.600\",\n            \"breadth\": \"16.000\",\n            \"height\": \"4.500\",\n            \"dead_weight\": \"180.000\",\n            \"name\": \"Dr.oracle Antibac Derma Refining Toner (130ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2150.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO003\",\n        \"channel_sp\": \"2150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10288,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO008\",\n            \"length\": \"4.000\",\n            \"breadth\": \"15.500\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Toner (120ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO008\",\n        \"channel_sp\": \"1750.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9928,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Weight balance\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Weight balance\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Auric Weight balance\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10056,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT016\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Camellia Sinensis Leaf Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT016\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10230,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT024\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Propolis+Honey Extract (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT024\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9881,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC006\",\n            \"length\": \"6.500\",\n            \"breadth\": \"6.500\",\n            \"height\": \"23.000\",\n            \"dead_weight\": \"634.000\",\n            \"name\": \"Dr. Ceuracle SCALP DX SCALING SHAMPOO (500ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DRC006\",\n        \"channel_sp\": \"2450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10473,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA001\",\n            \"length\": \"4.500\",\n            \"breadth\": \"17.000\",\n            \"height\": \"5.600\",\n            \"dead_weight\": \"270.000\",\n            \"name\": \"KLAVUU PURE PEARLSATION Revitalizing Facial Cleansing Foam (130ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KLA001\",\n        \"channel_sp\": \"1850.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT019\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING 1% Oligo Hyaluronic Acid (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT019\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10642,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI1\",\n            \"length\": \"20.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"20.000\",\n            \"name\": \"Kabuli Chana - M \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KABULI1\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10642,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI1\",\n            \"length\": \"20.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"20.000\",\n            \"name\": \"Kabuli Chana - M \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"37\",\n        \"channel_sp\": \"9.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10761,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT020\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Galactomyces Ferment Filtrate (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT020\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10689,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RCM\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Red Chilli Masala\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RCM\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10689,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RCM\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Red Chilli Masala\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41163062870169\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10711,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CL01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1600.000\",\n            \"name\": \"Chai Lover\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2180.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CL01\",\n        \"channel_sp\": \"3454.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10711,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CL01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1600.000\",\n            \"name\": \"Chai Lover\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2180.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"hhfhhedkjkm\",\n        \"channel_sp\": \"345.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10711,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CL01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1600.000\",\n            \"name\": \"Chai Lover\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2180.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"uv345\",\n        \"channel_sp\": \"95885.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11319,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs015S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Supple Preparation All Over Lotion (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs015S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11035,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU Dummy\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"My product\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-09-03T02-07-49.952.jpg\"\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU Dummy\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33258,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11005,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT014\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Coix Lacryma-Jobi Ma-yuen Seed Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT014\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11717,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT021\",\n            \"length\": \"3.500\",\n            \"breadth\": \"3.500\",\n            \"height\": \"9.800\",\n            \"dead_weight\": \"68.000\",\n            \"name\": \"ONE THING Idebenone 1% Liposome (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT021\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33259,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11408,\n            \"user_id\": \"1\",\n            \"sku_id\": \"chawal1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41476414341374\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11408,\n            \"user_id\": \"1\",\n            \"sku_id\": \"chawal1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"chawal1\",\n        \"channel_sp\": \"800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33260,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11440,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SL001\",\n            \"length\": \"4.300\",\n            \"breadth\": \"10.500\",\n            \"height\": \"4.300\",\n            \"dead_weight\": \"124.000\",\n            \"name\": \"SKIN&LAB Dr.Color Effect Red Serum (40ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2500.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SL001\",\n        \"channel_sp\": \"2500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11461,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EUNYUL009\",\n            \"length\": \"10.900\",\n            \"breadth\": \"17.100\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"28.000\",\n            \"name\": \"EUNYUL RICE DAILY CARE SHEET MASK (22g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"80.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EUNYUL009\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11800,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR013\",\n            \"length\": \"4.500\",\n            \"breadth\": \"4.300\",\n            \"height\": \"10.500\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"Cosrx Centella Blemish Ampule (20ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1990.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR013\",\n        \"channel_sp\": \"1990.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33261,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp04\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp04\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11887,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP004\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Eye & Facial Nourishing Cream (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP004\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11856,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BOMBE_01\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"T-shirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"600.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-10-01T23-04-15.533.jpg\"\n            ],\n            \"pack_size\": \"20\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BOMBE_01\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 11856,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BOMBE_01\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"T-shirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"600.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-10-01T23-04-15.533.jpg\"\n            ],\n            \"pack_size\": \"20\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"List_Bombe\",\n        \"channel_sp\": \"700.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33266,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33262,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33267,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33263,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33264,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12024,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NNC\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Nutella Nutty Crepe \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"72\",\n        \"channel_sp\": \"8.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12024,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NNC\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Nutella Nutty Crepe \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NNC\",\n        \"channel_sp\": \"10.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33265,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"re-exp08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12235,\n            \"user_id\": \"1\",\n            \"sku_id\": \"asas\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"S\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"121.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"asas\",\n        \"channel_sp\": \"121.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12121,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs006\",\n            \"length\": \"4.500\",\n            \"breadth\": \"4.500\",\n            \"height\": \"14.500\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Dear, Klairs Rich Moist Foaming Cleanser (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1230.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs006\",\n        \"channel_sp\": \"1230.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12098,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY005\",\n            \"length\": \"6.800\",\n            \"breadth\": \"6.800\",\n            \"height\": \"6.900\",\n            \"dead_weight\": \"203.000\",\n            \"name\": \"VELY VELY SWEET RICE CAKE SLEEPING CREAM (80 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"VELYVELY005\",\n        \"channel_sp\": \"2450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12974,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7000\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"S7000\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12686,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP010\",\n            \"length\": \"5.800\",\n            \"breadth\": \"15.000\",\n            \"height\": \"5.800\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"SNP PREP Peptaronic Tone up Cream (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP010\",\n        \"channel_sp\": \"750.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12783,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MEN01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1600.000\",\n            \"name\": \"Men In Black\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MEN01\",\n        \"channel_sp\": \"235678.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12894,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO011\",\n            \"length\": \"4.700\",\n            \"breadth\": \"12.600\",\n            \"height\": \"2.600\",\n            \"dead_weight\": \"90.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Sunblock SPF50+ PA+++ (40ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1590.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO011\",\n        \"channel_sp\": \"1590.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12417,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0103\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU0102\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12417,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0103\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"0102\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12720,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Daal2\",\n            \"category\": \"Lentil.\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DAAL2\",\n        \"channel_sp\": \"400.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12720,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Daal2\",\n            \"category\": \"Lentil.\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"40901989466265\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 12974,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7000\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH7000\",\n        \"channel_sp\": \"701.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13481,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY004\",\n            \"length\": \"3.500\",\n            \"breadth\": \"3.500\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"57.000\",\n            \"name\": \"VELY VELY WATERFALL SUN ESSENCE (50 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"VELYVELY004\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13246,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TSHIRT\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"T-Shirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TSHIRT\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13246,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TSHIRT\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"T-Shirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"LISTT\",\n        \"channel_sp\": \"1500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13376,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS014\",\n            \"length\": \"9.600\",\n            \"breadth\": \"6.200\",\n            \"height\": \"9.500\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Too Cool For School EGG MELLOW BODY BUTTER (200g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS014\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13302,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC002\",\n            \"length\": \"4.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"139.000\",\n            \"name\": \"Dr. Ceuracle Royal Vita Propolis 33 Ampoule (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DRC002\",\n        \"channel_sp\": \"2950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13423,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS004\",\n            \"length\": \"15.100\",\n            \"breadth\": \"12.600\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"29.000\",\n            \"name\": \"Too Cool For School EGG CREAM MASK FIRMING (28g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"270.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS004\",\n        \"channel_sp\": \"270.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13541,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS012\",\n            \"length\": \"5.800\",\n            \"breadth\": \"14.000\",\n            \"height\": \"5.800\",\n            \"dead_weight\": \"201.000\",\n            \"name\": \"Too Cool For School PUMPKIN SLEEPING PACK (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS012\",\n        \"channel_sp\": \"1050.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13698,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs004\",\n            \"length\": \"2.800\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.300\",\n            \"dead_weight\": \"60.000\",\n            \"name\": \"Dear, Klairs Illuminating Supple Blemish Cream (40ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1710.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs004\",\n        \"channel_sp\": \"1710.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14240,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Mind Rejuvenation\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Mind Rejuvenation\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Auric Mind Rejuvenation\",\n        \"channel_sp\": \"1801.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO010\",\n            \"length\": \"4.300\",\n            \"breadth\": \"12.500\",\n            \"height\": \"3.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO010\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14141,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO012\",\n            \"length\": \"12.500\",\n            \"breadth\": \"2.500\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Peeling Stick (2.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO012\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14255,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM002\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"245.000\",\n            \"name\": \"BELLAMONSTER blemish care solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BM002\",\n        \"channel_sp\": \"1250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13772,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA002\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK R2 COTTON ROSE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA002\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13923,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM001\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"245.000\",\n            \"name\": \"BELLAMONSTER sensitive care solution pad (165ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1350.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BM001\",\n        \"channel_sp\": \"1350.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13933,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR025\",\n            \"length\": \"7.700\",\n            \"breadth\": \"0.000\",\n            \"height\": \"16.400\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Cosrx Low pH Good Morning Gel Cleanser (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR025\",\n        \"channel_sp\": \"850.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13956,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs025S\",\n            \"length\": \"4.000\",\n            \"breadth\": \"10.500\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"3.000\",\n            \"name\": \"Dear, Klairs Soft Airy UV Essence (2ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs025S\",\n        \"channel_sp\": \"50.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14292,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BDG01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1600.000\",\n            \"name\": \"Birthday Gala\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BDG01\",\n        \"channel_sp\": \"45.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14240,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Mind Rejuvenation\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Mind Rejuvenation\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"utkahd\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14240,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Mind Rejuvenation\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Mind Rejuvenation\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"unicommerce\",\n        \"channel_listing_id\": \"SH1712\",\n        \"channel_sp\": \"34.04\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14474,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs014S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Supple Preparation Unscented Toner (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs014S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14403,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs029\",\n            \"length\": \"7.900\",\n            \"breadth\": \"2.900\",\n            \"height\": \"7.900\",\n            \"dead_weight\": \"80.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 23W Ecru (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2620.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs029\",\n        \"channel_sp\": \"2620.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14570,\n            \"user_id\": \"1\",\n            \"sku_id\": \"hxjhd\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Tetst1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"hxjhd\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14538,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU_123\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"1200.000\",\n            \"name\": \"Apna product\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-19T21-57-18.118.jpg\",\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-19T21-57-37.889.jpg\"\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU_123\",\n        \"channel_sp\": \"2300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15028,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SL002\",\n            \"length\": \"5.500\",\n            \"breadth\": \"5.500\",\n            \"height\": \"5.500\",\n            \"dead_weight\": \"116.000\",\n            \"name\": \"SKIN&LAB Dr.Color Effect Red Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2550.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SL002\",\n        \"channel_sp\": \"2550.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14832,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FAFDU\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Plessis\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 28,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"PLayer\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"FAFDU\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14906,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS009\",\n            \"length\": \"19.800\",\n            \"breadth\": \"17.200\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Too Cool For School PUMPKIN 24K GOLD MASK (25g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS009\",\n        \"channel_sp\": \"450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15037,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA007\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK T3 READY TO PLAY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA007\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15044,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP003\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Shea Butter Moisture Serum (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP003\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15740,\n            \"user_id\": \"1\",\n            \"sku_id\": \"33\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sabu Dana \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"33\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15166,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO002\",\n            \"length\": \"5.600\",\n            \"breadth\": \"15.000\",\n            \"height\": \"5.600\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Dr.oracle Antibac Acne Cleansing Foam (120ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1690.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DO002\",\n        \"channel_sp\": \"1690.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15182,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS003\",\n            \"length\": \"15.100\",\n            \"breadth\": \"12.600\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"29.000\",\n            \"name\": \"Too Cool For School EGG CREAM MASK HYDRATION (28g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"270.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TCFS003\",\n        \"channel_sp\": \"270.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15587,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RF01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1700.000\",\n            \"name\": \"Romance Fusion\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RF01\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15587,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RF01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1700.000\",\n            \"name\": \"Romance Fusion\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"RF01\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15587,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RF01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1700.000\",\n            \"name\": \"Romance Fusion\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"uv\",\n        \"channel_listing_id\": \"RF01\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15587,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RF01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1700.000\",\n            \"name\": \"Romance Fusion\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"shopify\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15587,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RF01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1700.000\",\n            \"name\": \"Romance Fusion\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"unicommerce\",\n        \"channel_listing_id\": \"RF01\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15587,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RF01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1700.000\",\n            \"name\": \"Romance Fusion\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RF03\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15826,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT004\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Centella Asiatica Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OT004\",\n        \"channel_sp\": \"1450.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15282,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA001\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK R1 SAND ROSE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MOA001\",\n        \"channel_sp\": \"950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15776,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs008S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Gentle Black Deep Cleansing Oil (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs008S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15791,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP9\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus9\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"40000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OP9\",\n        \"channel_sp\": \"40000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15791,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP9\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus9\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"40000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42029794492670\",\n        \"channel_sp\": \"36000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15740,\n            \"user_id\": \"1\",\n            \"sku_id\": \"33\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sabu Dana \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"33\",\n        \"channel_sp\": \"8.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16307,\n            \"user_id\": \"1\",\n            \"sku_id\": \"50\",\n            \"length\": \"8.000\",\n            \"breadth\": \"8.000\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"20.000\",\n            \"name\": \"Raisins \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"50\",\n        \"channel_sp\": \"10.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16150,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR001\",\n            \"length\": \"11.200\",\n            \"breadth\": \"14.400\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Cosrx Acne Pimple Master Patch (1ea)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR001\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15979,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MS002\",\n            \"length\": \"4.900\",\n            \"breadth\": \"17.500\",\n            \"height\": \"4.900\",\n            \"dead_weight\": \"232.000\",\n            \"name\": \"M'solic Oil Defender All In One (130ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1650.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MS002\",\n        \"channel_sp\": \"1650.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16307,\n            \"user_id\": \"1\",\n            \"sku_id\": \"50\",\n            \"length\": \"8.000\",\n            \"breadth\": \"8.000\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"20.000\",\n            \"name\": \"Raisins \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"50\",\n        \"channel_sp\": \"8.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16325,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SAS\",\n            \"length\": \"1212.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"121.000\",\n            \"name\": \"SAS\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-09-03T02-08-21.289.jpg\"\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SAS\",\n        \"channel_sp\": \"12.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16428,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR017\",\n            \"length\": \"4.100\",\n            \"breadth\": \"4.100\",\n            \"height\": \"10.200\",\n            \"dead_weight\": \"92.000\",\n            \"name\": \"Cosrx Propolis Light Ampule (20ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1990.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR017\",\n        \"channel_sp\": \"1990.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16594,\n            \"user_id\": \"1\",\n            \"sku_id\": \"1231\",\n            \"length\": \"11.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"11.000\",\n            \"dead_weight\": \"112.000\",\n            \"name\": \"anma\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"112.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"1231\",\n        \"channel_sp\": \"112.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16510,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CM01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1900.000\",\n            \"name\": \"Choco Maniac\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2690.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"20212021\",\n        \"channel_sp\": \"7000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16510,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CM01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1900.000\",\n            \"name\": \"Choco Maniac\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2690.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"589\",\n        \"channel_sp\": \"7000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16543,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OP6\",\n        \"channel_sp\": \"30000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16543,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021106352382\",\n        \"channel_sp\": \"24000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16712,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR021\",\n            \"length\": \"5.500\",\n            \"breadth\": \"5.000\",\n            \"height\": \"14.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Cosrx Ultimate Moisturizing Honey Overnight Mask (60ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1390.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR021\",\n        \"channel_sp\": \"1390.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16646,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs025\",\n            \"length\": \"5.400\",\n            \"breadth\": \"4.000\",\n            \"height\": \"15.500\",\n            \"dead_weight\": \"115.000\",\n            \"name\": \"Dear, Klairs Soft Airy UV Essence (80ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1570.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs025\",\n        \"channel_sp\": \"1570.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16722,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA3\",\n            \"length\": \"13.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"atta\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"ATTA3\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16755,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Dummy SKU\",\n            \"length\": \"12.000\",\n            \"breadth\": \"121.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"Dummy Product Name\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-09-03T02-06-04.914.jpg\"\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Dummy SKU\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17066,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM004\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"BELLAMONSTER stress out solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BM004\",\n        \"channel_sp\": \"1250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 16998,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0304\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Blah\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"80\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU0304\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17233,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP005\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Water Drop Tone Up Cream (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SNP005\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17507,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs016S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Freshly Juiced Vitamin E Mask (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Klairs016S\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17457,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY003\",\n            \"length\": \"3.500\",\n            \"breadth\": \"3.500\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"57.000\",\n            \"name\": \"VELY VELY PEACH SKIN SUNCREAM (50 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"VELYVELY003\",\n        \"channel_sp\": \"1950.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17703,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0105\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Shirt\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0105\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU0105\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17478,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MS001\",\n            \"length\": \"4.900\",\n            \"breadth\": \"17.500\",\n            \"height\": \"4.900\",\n            \"dead_weight\": \"236.000\",\n            \"name\": \"M'solic Drying Defender All In One (130ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1650.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MS001\",\n        \"channel_sp\": \"1650.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17591,\n            \"user_id\": \"1\",\n            \"sku_id\": \"WMSTEST2022\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"50.000\",\n            \"name\": \"WMS Test Productww33\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"WMSTEST2022\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17680,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GGM\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Grounded Garam Masala\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GGM\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17703,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0105\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Shirt\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0105\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"flipkart\",\n        \"channel_listing_id\": \"FLIP0105\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17680,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GGM\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Grounded Garam Masala\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41163073323161\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17712,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ABC product\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"Mobile Phone\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"SDSD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"ABC product\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"uv\",\n        \"channel_sp\": \"9887.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18139,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SAURABH3\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Skin Radiance\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SAURABH3\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 14207,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CLUB_BLACK_4\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"SHOES_TEST_SAPAATO\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ABCD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CLUB_BLACK_4\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17974,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY002\",\n            \"length\": \"4.200\",\n            \"breadth\": \"4.200\",\n            \"height\": \"17.300\",\n            \"dead_weight\": \"224.000\",\n            \"name\": \"VELY VELY ARTEMISIA BALANCE ESSENSE (150 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"3250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"VELYVELY002\",\n        \"channel_sp\": \"3250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18087,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Auric Skin Radiance\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Skin Radiance\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Auric Skin Radiance\",\n        \"channel_sp\": \"1800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18106,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR015\",\n            \"length\": \"4.300\",\n            \"breadth\": \"4.300\",\n            \"height\": \"15.500\",\n            \"dead_weight\": \"190.000\",\n            \"name\": \"Cosrx Galactomyces 95 Tone Balancing Essence (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1590.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CR015\",\n        \"channel_sp\": \"1590.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Amazon\",\n        \"channel_listing_id\": \"Shipment\",\n        \"channel_sp\": \"35.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1912\",\n        \"channel_sp\": \"2555.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"S1912\",\n        \"channel_sp\": \"3555.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CM01\",\n        \"channel_sp\": \"5089.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PIC01\",\n        \"channel_sp\": \"9887.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"hjbjhbhb\",\n        \"channel_sp\": \"24.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"jwbhjjhbb\",\n        \"channel_sp\": \"16.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH5000\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"S5000\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS1\",\n        \"channel_sp\": \"3031.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BJ01\",\n        \"channel_sp\": \"2990.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"flipkart\",\n        \"channel_listing_id\": \"S4000\",\n        \"channel_sp\": \"3555.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"Manual\",\n        \"channel_listing_id\": \"uyghvgh\",\n        \"channel_sp\": \"32444.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"TWILIGHT\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"LIST4000\",\n        \"channel_sp\": \"10000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33489,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXPI01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EXPI01\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 134121,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43796609892606\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"TestCreation2\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43796609892606\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 134121,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43796609892606\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"TestCreation2\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43796609892606\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33490,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32768,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"100\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EXP1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33491,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33492,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33493,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex04\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex04\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33494,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33495,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33496,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33497,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33498,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33499,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33500,\n            \"user_id\": \"1\",\n            \"sku_id\": \"pro-ex11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"pro-ex11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32776,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32777,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP9\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32779,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32769,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32770,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32771,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32773,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32774,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32775,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94243,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381663998\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"patient bird\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"3.05\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381663998\",\n        \"channel_sp\": \"3.05\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 33545,\n            \"user_id\": \"1\",\n            \"sku_id\": \"LONG-PRODUCT\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRODUCT WITH LONG NAME\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"LONG-PRODUCT\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94242,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381598462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"damp river\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381598462\",\n        \"channel_sp\": \"4.94\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94242,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381598462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"damp river\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381598462\",\n        \"channel_sp\": \"4.94\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94243,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381663998\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"patient bird\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"3.05\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381663998\",\n        \"channel_sp\": \"3.05\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94246,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381729534\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"frosty glade\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.36\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381729534\",\n        \"channel_sp\": \"0.36\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94245,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381696766\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"crimson butterfly\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"7.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381696766\",\n        \"channel_sp\": \"7.94\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94245,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381696766\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"crimson butterfly\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"7.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381696766\",\n        \"channel_sp\": \"7.94\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94244,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381631230\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"silent glitter\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"9.72\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381631230\",\n        \"channel_sp\": \"9.72\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94244,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381631230\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"silent glitter\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"9.72\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381631230\",\n        \"channel_sp\": \"9.72\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 51689,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-WMS-TEST\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"TESTPRO\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"98\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-WMS-TEST\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94246,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381729534\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"frosty glade\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.36\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381729534\",\n        \"channel_sp\": \"0.36\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Aashirvaad Atta\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41476366336254\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 53618,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Standalore\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Stand\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Standalore\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 40658,\n            \"user_id\": \"1\",\n            \"sku_id\": \"uv2345\",\n            \"length\": \"4.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"34.000\",\n            \"name\": \"combo 1&2\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"23.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"34\",\n            \"hsn_code\": \"34\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"uv2345\",\n        \"channel_sp\": \"23.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Aashirvaad Atta\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"40693146845337\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Aashirvaad Atta\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"woocommerce\",\n        \"channel_listing_id\": \"15\",\n        \"channel_sp\": \"4.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Aashirvaad Atta\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"ATTA1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46653,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS004\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42668,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42669,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42670,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42671,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-04\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-04\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42672,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42673,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42674,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42675,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42676,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42677,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42678,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46645,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS007\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS007\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46640,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS002\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS002\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46641,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS003\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS003\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46643,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS005\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS005\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 42679,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-EXP-04\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-EXP-04\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46654,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_1\",\n            \"length\": \"2.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"ag test 1\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS_1\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46644,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS006\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS006\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 61658,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FRIINW2\",\n            \"length\": \"3.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"FRIINW2\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"600.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"FRIINW2\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46646,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS008\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS008\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46647,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS009\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS009\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46648,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS010\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46649,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS011\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS011\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46655,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_2\",\n            \"length\": \"44.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"33.000\",\n            \"name\": \"ag test 2\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"213.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS_2\",\n        \"channel_sp\": \"213.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 61657,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FRIINW1\",\n            \"length\": \"3.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"FRIINW1\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"600.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"FRIINW1\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17038,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Ashirvaad Atta\",\n            \"category\": \"Consumer Electronics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/camel.png?v=1627663408\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/d2c3.jpg?v=1627663408\",\n                null\n            ],\n            \"pack_size\": \"2 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"ATTA2\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50189,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50191,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50192,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50187,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50188,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50896,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DELETED_Majestic Medjoul Dates800g\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Majestic Medjoul Dates - 800 gm\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1999.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Majestic Medjoul Dates800g\",\n        \"channel_sp\": \"1999.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50900,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DELETED_Knockout Kalmi Dates800g\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Knockout Kalmi Dates 800 gm\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1199.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Knockout Kalmi Dates800g\",\n        \"channel_sp\": \"1199.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 17038,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Ashirvaad Atta\",\n            \"category\": \"Consumer Electronics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/camel.png?v=1627663408\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/d2c3.jpg?v=1627663408\",\n                null\n            ],\n            \"pack_size\": \"2 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"40693146910873\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 126878,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TEST-QA\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"XYZ\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TEST-QA\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 52525,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO-MAIN\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COMBO-MAIN\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 52526,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"C1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 52527,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST2\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"C2\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13196,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gdagdha\",\n            \"length\": \"12.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"560.000\",\n            \"name\": \"ABC1231\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"gdagdha\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94375,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SCAN-TEST2\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"TESTPRO\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"122.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"203\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SCAN-TEST2\",\n        \"channel_sp\": \"122.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94374,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SCAN-TEST1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTING PRODUCT\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SCAN-TEST1\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138140,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138139,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138143,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138141,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138142,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100708,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CO-01\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"COMBO1\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CO-01\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138145,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138146,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS9\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138147,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138148,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 53337,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DELETED_Majestic Medjoul Dates\\r\\n800 g.jpg\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Majestic Medjoul Dates - 800 gm\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1999.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Majestic Medjoul Dates\\r\\n800 g.jpg\",\n        \"channel_sp\": \"1999.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 82810,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DELETED_Knockout Kalmi Dates 800\\r\\ng.jpg\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Knockout Kalmi Dates 800 g\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1199.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Knockout Kalmi Dates 800\\r\\ng.jpg\",\n        \"channel_sp\": \"1199.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 82812,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DELETED_Majestic Medjoul Dates\\r\\n400 g.jpg\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Majestic Medjoul Dates 400 g\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1299.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Majestic Medjoul Dates\\r\\n400 g.jpg\",\n        \"channel_sp\": \"1299.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 82813,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DELETED_Majestic Medjoul Dates\\r\\n200 g.jpg\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Majestic Medjoul Dates 200 g\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"499.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Majestic Medjoul Dates\\r\\n200 g.jpg\",\n        \"channel_sp\": \"499.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100705,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TEST123A\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"2323.000\",\n            \"name\": \"TEST123A\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1212.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TEST123A\",\n        \"channel_sp\": \"1212.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138144,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100696,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-PSV\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPSV\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-PSV\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100706,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PSV2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PSV2\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100709,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CO-02\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"COMBO2\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CO-02\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100367,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Monitor123\",\n            \"length\": \"83.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"15.000\",\n            \"dead_weight\": \"6000.000\",\n            \"name\": \"Desktop Monitor packed\",\n            \"category\": \"Consumer Electronics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Monitor123\",\n        \"channel_sp\": \"10000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94895,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-TESTREG\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-TESTREG\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100792,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH-02\",\n            \"length\": \"3.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Subproduct-02\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1234\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH-02\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 105655,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 83739,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BIGBOX123\",\n            \"length\": \"45.000\",\n            \"breadth\": \"60.000\",\n            \"height\": \"45.000\",\n            \"dead_weight\": \"15000.000\",\n            \"name\": \"Big Box\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BIGBOX123\",\n        \"channel_sp\": \"10000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 102467,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-TEST2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCDEF\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"544.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-TEST2\",\n        \"channel_sp\": \"544.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100791,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH-01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Sub-product1\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH-01\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 114698,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DB1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DB1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 106053,\n            \"user_id\": \"1\",\n            \"sku_id\": \"test77\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"producttest\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsn2123\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"test77\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 114702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU123\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Product-123\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU123\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 106054,\n            \"user_id\": \"1\",\n            \"sku_id\": \"test77-1\",\n            \"length\": \"15.000\",\n            \"breadth\": \"15.000\",\n            \"height\": \"15.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"test-77-2\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"251.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsn123\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"test77-1\",\n        \"channel_sp\": \"251.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 102687,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NP-01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NP-01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 102688,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NP-02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NP-02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 145185,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA#$#%$\",\n            \"length\": \"1.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"HG\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"144.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA#$#%$\",\n        \"channel_sp\": \"144.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 13164,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TestProduct\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Product\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"90.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"1234\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TestProduct\",\n        \"channel_sp\": \"90.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 101793,\n            \"user_id\": \"1\",\n            \"sku_id\": \"hjqds\",\n            \"length\": \"0.000\",\n            \"breadth\": \"0.000\",\n            \"height\": \"0.000\",\n            \"dead_weight\": \"0.000\",\n            \"name\": \"djksha\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"482.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 28,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"hjqds\",\n        \"channel_sp\": \"482.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 137050,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODEXP\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTEXP\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODEXP\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 102551,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-PROD-SKU\",\n            \"length\": \"10.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-PROD-SKU\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29139,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188028158\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942188028158\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138532,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWSUB1\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NEWCHILD-01\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWSUB1\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138502,\n            \"user_id\": \"1\",\n            \"sku_id\": \"LENGHTY\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"6.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"LONGPRODUCT NAME  - TESTING PRODUCT  NAME 12345678\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"LENGHTY\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138533,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWSUB2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NEWCHILD-02\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWSUB2\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2653,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OP8\",\n        \"channel_sp\": \"35000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 2653,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021138628862\",\n        \"channel_sp\": \"34900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TTYS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Tiger Toy\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"180.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TTYS\",\n        \"channel_sp\": \"180.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29141,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188093694\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942188093694\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29141,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188093694\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942188093694\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 29139,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188028158\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942188028158\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32772,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 32778,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NewEXP10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100707,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CO-MAIN\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"COMBO-P\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CO-MAIN\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46639,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS001\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46650,\n            \"user_id\": \"1\",\n            \"sku_id\": \"test_combo\",\n            \"length\": \"2.000\",\n            \"breadth\": \"45.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"233.000\",\n            \"name\": \"test_combo\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"344.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"test_combo\",\n        \"channel_sp\": \"344.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46651,\n            \"user_id\": \"1\",\n            \"sku_id\": \"combo1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"combo1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"122.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"combo1\",\n        \"channel_sp\": \"122.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 46656,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_1\",\n            \"length\": \"44.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"223.000\",\n            \"name\": \"combo 1\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2333.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COMBO_1\",\n        \"channel_sp\": \"2333.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 52892,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TEST_COMBO_2\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"20.000\",\n            \"name\": \"Test combo 2\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"333.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TEST_COMBO_2\",\n        \"channel_sp\": \"333.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 100790,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Parentsku\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"maincomboproduct\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Parentsku\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 162855,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TESTSKU\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCDEF\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TESTSKU\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93941,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144397,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 138531,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWCP\",\n            \"length\": \"2.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NEWCOMBOPARENT\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWCP\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144391,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144388,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144389,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144392,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Spoon\",\n            \"category\": \"Crockery\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144393,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144394,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144395,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 144396,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"110.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR9\",\n        \"channel_sp\": \"110.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93942,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93943,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93944,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-04\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Shoes\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-04\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93945,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93946,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93947,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93948,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93949,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93950,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Crème\",\n            \"category\": \"Cosmetics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 93951,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-TEST-11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-TEST-11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 94094,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Fabulous Figs (Afghani) 400g.jpg\",\n            \"length\": \"10.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Fabulous Figs (Afghani) 400g\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Fabulous Figs (Afghani) 400g.jpg\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139346,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_01\",\n            \"length\": \"5.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample01\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"sample_01\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 53217,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-COMBO-A\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MAIN PROD\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-COMBO-A\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 123823,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-SKUID\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 116911,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RBTLCT1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Tinted Tales Lip & Cheek Tint\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1999.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RBTLCT1\",\n        \"channel_sp\": \"1999.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147777,\n            \"user_id\": \"1\",\n            \"sku_id\": \"14041998\",\n            \"length\": \"12.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMSKU\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"14041998\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139349,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_04\",\n            \"length\": \"5.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample04\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"sample_04\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139376,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139377,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139378,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139379,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139380,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139381,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139382,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139383,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139384,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU9\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139385,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139386,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147775,\n            \"user_id\": \"1\",\n            \"sku_id\": \"1234567\",\n            \"length\": \"12.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"Numeric SKU\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"1234567\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147776,\n            \"user_id\": \"1\",\n            \"sku_id\": \"343543535\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"NUm SKU 123\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"211.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"343543535\",\n        \"channel_sp\": \"211.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139347,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_02\",\n            \"length\": \"10.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample02\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"sample_02\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139348,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_03\",\n            \"length\": \"5.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample03\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"sample_03\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 139350,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_05\",\n            \"length\": \"5.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample05\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"sample_05\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147778,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147779,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147781,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18280,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O022\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bat22\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"O022\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147782,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147783,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147784,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147785,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147786,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK9\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147787,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147788,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 147882,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PR-SKU\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PR-SKU\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 18475,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Test02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"Cabinets & Storage\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Test02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212090,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-PROD-COMBO1\",\n            \"length\": \"14.000\",\n            \"breadth\": \"14.000\",\n            \"height\": \"14.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"COMBO1\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-PROD-COMBO1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15470,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Kabuli Chana\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"80.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ABCD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41476414308606\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 15470,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Kabuli Chana\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"80.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ABCD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KABULI2\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212073,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-PROD-SKU1\",\n            \"length\": \"20.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Personal Care\",\n            \"subcategory\": \"Skincare\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1678726812_61%2B8JJldn7L._SL1500_.jpg\"\n            ],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-PROD-SKU1\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50194,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST08\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212093,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK\",\n            \"length\": \"11.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"SPACE\",\n            \"category\": \"Food & Beverages\",\n            \"subcategory\": \"Snacks\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK\",\n        \"channel_sp\": \"12.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212098,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TESST_SKKKK\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"TESST_SKKKK\",\n            \"category\": \"Animals & Pet Supplies\",\n            \"subcategory\": \"Supplies for Dogs\",\n            \"standard_price\": \"121.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [\n                \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1678729797_sample_img.png\"\n            ],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TESST_SKKKK\",\n        \"channel_sp\": \"121.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 50195,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST0999\",\n            \"length\": \"70.000\",\n            \"breadth\": \"50.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard-0999\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"Medicines & Drugs\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1678728974_61eNW65rU0L._SX569_.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PRODTEST0999\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212107,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SR_8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"My first product8\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"600.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SR_8\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 175026,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43870315053310\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"New Test Product\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43870315053310\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 175026,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43870315053310\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"New Test Product\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43870315053310\",\n        \"channel_sp\": \"20.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 175023,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NTP\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"NTP |M | New Test Product \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NTP\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 175023,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NTP\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"NTP |M | New Test Product \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43870302961918\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 175024,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NTP-2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"NTP-2 |L | New Test Product \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NTP-2\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 175024,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NTP-2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"NTP-2 |L | New Test Product \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43870302994686\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 175025,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NTP-3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"NTP-3 |S | New Test Product \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NTP-3\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 175025,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NTP-3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"NTP-3 |S | New Test Product \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43870303027454\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 217546,\n            \"user_id\": \"1\",\n            \"sku_id\": \"5567890\",\n            \"length\": \"11.000\",\n            \"breadth\": \"13.000\",\n            \"height\": \"11.000\",\n            \"dead_weight\": \"579.000\",\n            \"name\": \"oil\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"44.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"5567890\",\n        \"channel_sp\": \"44.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 217547,\n            \"user_id\": \"1\",\n            \"sku_id\": \"2345678\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"679.000\",\n            \"name\": \"new hair combo\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"999.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"2345678\",\n        \"channel_sp\": \"999.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212101,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SR_2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"My first product2\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SR_2\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212100,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SR_1\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"560.000\",\n            \"name\": \"My first product1\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SR_1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212102,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SR_3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"50.000\",\n            \"name\": \"My first product3\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SR_3\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212108,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SR_9\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"My first product9\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"600.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SR_9\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212103,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SR_4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"45.000\",\n            \"name\": \"My first product4\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"122.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SR_4\",\n        \"channel_sp\": \"122.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212104,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SR_5\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"560.000\",\n            \"name\": \"My first product5\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"122.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SR_5\",\n        \"channel_sp\": \"122.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212109,\n            \"user_id\": \"1\",\n            \"sku_id\": \"1234\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"560.000\",\n            \"name\": \"My first product11\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"1234\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212105,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SR_6\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"WOW Skin Science Ubtan Foaming Face Wash with Built-In Face Brush for Deep Cleansing - No Parabens, Sulphate, Silicones & Color, 150 mL\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SR_6\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212796,\n            \"user_id\": \"1\",\n            \"sku_id\": \"12231\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"12231\",\n            \"category\": \"Animals & Pet Supplies\",\n            \"subcategory\": \"Supplies for Dogs\",\n            \"standard_price\": \"121.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"12231\",\n        \"channel_sp\": \"121.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212106,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SR_7\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"My first product7\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SR_7\",\n        \"channel_sp\": \"400.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 28537,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ABCDEF\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCDEF\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ABCDEF\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"ABCDEF\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 201081,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Lenghthy\",\n            \"length\": \"12.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Calcimax 500 Health Supplement Tablets (500 Mg Of Calcium) Box Of 30+Cofsils Ginger Lemon Lozenges Strip Of 10 +Himalaya Liv.52 Ds Tablets - 60'S\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Lenghthy\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212797,\n            \"user_id\": \"1\",\n            \"sku_id\": \"122231\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"122231\",\n            \"category\": \"Animals & Pet Supplies\",\n            \"subcategory\": \"Supplies for Dogs\",\n            \"standard_price\": \"121.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"122231\",\n        \"channel_sp\": \"121.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9643,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TestProduct3\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Test3\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"80.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACGD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TestProduct3\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 201082,\n            \"user_id\": \"1\",\n            \"sku_id\": \"L2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Dot & Key 10% Vitamin C + E & 5% Niacinamide Glowing Face Serum- Fights Pigmentation & Dark Spots (30ml)+Nykaa SKINRX 10% Vitamin C with 5% Niacinamide Illuminate + Brightening Boost Face Serum (30ml)\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"L2\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212826,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"NEW10\",\n            \"category\": \"Kurtas Kaftans\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"62041200\",\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD1\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"NEW10\",\n            \"category\": \"Electronics\",\n            \"subcategory\": \"Smartphones\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"62041200\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD2\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212825,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STG-NEW10\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"NEW10\",\n            \"category\": \"Kurtas Kaftans\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"62041200\",\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STG-NEW10\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212763,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9046SKDPKXXL2\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"Women Pink & Yellow Handblock Printed Pure Cotton Kurta With Trousers & Dupatta\",\n            \"category\": \"The Perfect Sets\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"3999.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"62114210\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"9046SKDPKXXL2\",\n        \"channel_sp\": \"3999.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212763,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9046SKDPKXXL2\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"Women Pink & Yellow Handblock Printed Pure Cotton Kurta With Trousers & Dupatta\",\n            \"category\": \"The Perfect Sets\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"3999.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"62114210\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"popclub\",\n        \"channel_listing_id\": \"9046SKDPKXX1L2\",\n        \"channel_sp\": \"243.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 212822,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-NEWSKU1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTING-PROD\",\n            \"category\": \"Personal Care\",\n            \"subcategory\": \"Make-Up\",\n            \"standard_price\": \"223.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 28,\n            \"product_pics\": [\n                \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1679048850_61%2B8JJldn7L._SL1500_.jpg\"\n            ],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROD-NEWSKU1\",\n        \"channel_sp\": \"223.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 227800,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0884\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 1,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU0884\",\n        \"channel_sp\": \"1200.00\"\n    }\n]"},{"id":"29ea2a76-27ec-434c-8658-501c88eb9308","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiJjOWQ3OTA5ZS1hNWZlLTQ4ZGQtYTIyMS03NDY3OTU2OTAwZmQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3NzgzMiwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NDIzMiwiaWF0IjoxNjgwMTc3ODMyLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.UAR5JVSJ0dPuX9_8vydmzgC3K2RK2HUdUlQHRQRj8a1g1VHD-EkGC65QE_jxnboX6UpR74RpGl-TQ17c0xCi7fZtcMzihFsZ3gRldaW6aKp-SiCT4tXyakw1b4kxJlY-FVWL3K0HyhSxj-3l68PFtOH648awB2evCsYpcpRUPJRa2SjfKgwnHXhe33XNKC32lkgPG-MdxtXFOydtaHsRLail7jhwvgoChX7dDLdAvgCZbsDSW1-ydMPOHYN03m5KdGun4SMiMQ9XcDN2mF7DGs_LPmefBMJwDz9avksqgeu3qo_xrij_dWUba7VjZp77S8YwSfKDyY6QJpG4rLCRQA","type":"text","description":"id_token received in Authorization API"}],"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/productListings/listing/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:21:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"15342165-fa01-476a-87a4-fb46717fb0d4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"CmDCdFtjhcwFtcA="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"a4ea8b3c-9af7-47dd-8a73-e638304808f7","name":"Success(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiNDY1NDNkNjQtOTU0OS00ZTdmLWJkODItN2IxY2FkYjg3NGRiIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImRmZjE1MmNiLWVjNDctNGFjMC1hNjJjLThlY2Y1ZjAzMGZhYSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUyMzg2LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTU5ODYsImlhdCI6MTY3Njc1MjM4NiwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiNmIyZTEwZTAtOGExMi00ZjFiLWJiYzEtOWIzMTA0MGJlOTZkIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.xbnKw1UVi89EUFZVcwqRxw4LLI3iauXVU0XRbxHmNrsynp1IbYojcQBnvP6clcaf1kZK88Nl5aJPA9V6kdglDf9-8loF-BJTr9iqT98vwgMxZ-K-LY7yqNax6at9ushEJbeqihF7TJlwTkVNkqtvclkYEllbnse-HzXZmXTj0Kt1IbPHYftNNPJ59ncN-2Db8X1aRiV2Zxqt5tiqDaV9I871NHko67G8QhHxfYsi7qGImKa6eOHT29JnkXIPm_N89Ul-8iG83bQ_5NPh1ixE-dVyXUL2PSYxRMKPgCcTRb2DfoELFdNSOafQOmvKY1XxvhcG_GwSA4-5tT1anMAa5Q","type":"text","description":"id_token received in Authorization API"}],"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/productListings/listing/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:36:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"155781"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"969af752-3122-4d9e-8867-985c847d2b05"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"155781"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjV9lFDUCYcFgXA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:36:13 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"product\": {\n            \"gs_uid\": 3351,\n            \"user_id\": \"1\",\n            \"sku_id\": \"atta2\",\n            \"length\": \"11.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"atta\",\n            \"category\": \"Others\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"67575\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"atta2\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3352,\n            \"user_id\": \"1\",\n            \"sku_id\": \"atta3\",\n            \"length\": \"11.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"atta\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"230.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"2353\",\n            \"hsn_code\": \"5675658\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"atta3\",\n        \"channel_sp\": \"230.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3354,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Rose\",\n            \"length\": \"12.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"34.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"flower\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"234.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"234\",\n            \"hsn_code\": \"346474\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Rose\",\n        \"channel_sp\": \"234.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3355,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Tiger\",\n            \"length\": \"23.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"234.000\",\n            \"name\": \"Toy\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"6y5859\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Tiger\",\n        \"channel_sp\": \"250.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3356,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"T-shirt1\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K001\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3357,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K002\",\n            \"length\": \"30.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"T-shirt2\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K002\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K003\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt3\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K003\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3360,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K005\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt5\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K005\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3361,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K006\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"T-shirt6\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K006\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3362,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K007\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"T-shirt7\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K007\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3363,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K008\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"T-shirt8\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K008\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3364,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K009\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt9\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K009\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3365,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt10\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K010\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3366,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K011\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt11\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K011\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3368,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K013\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"T-shirt13\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K013\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3369,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K014\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt14\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K014\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3370,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K015\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt15\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K015\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3371,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K016\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt16\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K016\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3372,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K017\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"T-shirt17\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K017\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3373,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K018\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"T-shirt18\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K018\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3374,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K019\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"T-shirt19\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K019\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3375,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K020\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt20\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K020\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3376,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K021\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt21\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K021\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3377,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K022\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt22\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K022\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3381,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3382,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3383,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK04\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK04\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3384,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3386,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3387,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3388,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3389,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SK11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3395,\n            \"user_id\": \"1\",\n            \"sku_id\": \"V0\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Value-test\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"V0\",\n        \"channel_sp\": \"0.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3396,\n            \"user_id\": \"1\",\n            \"sku_id\": \"V1\",\n            \"length\": \"11.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"V-TEST\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"300000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"V1\",\n        \"channel_sp\": \"300000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5004,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Pranj001\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Pranjal001\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"10\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Pranj001\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4740,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS\",\n            \"length\": \"4.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"14.000\",\n            \"dead_weight\": \"45.000\",\n            \"name\": \"RU\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"4.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"44\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RS\",\n        \"channel_sp\": \"4.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3403,\n            \"user_id\": \"1\",\n            \"sku_id\": \"stg3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"stg3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5010,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP\",\n            \"length\": \"2.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"EXP\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EXP\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5011,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP1\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"1700.000\",\n            \"name\": \"EXP1\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"1500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EXP1\",\n        \"channel_sp\": \"1500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5020,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST PRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"100\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EXP2\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5022,\n            \"user_id\": \"1\",\n            \"sku_id\": \"productuv\",\n            \"length\": \"2.000\",\n            \"breadth\": \"24.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"2.000\",\n            \"name\": \"productuv123\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"2334.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"23\",\n            \"hsn_code\": \"23\",\n            \"is_expirable\": true,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"productuv\",\n        \"channel_sp\": \"2334.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4019,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"uv2369\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"ATTA1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3425,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU1222\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"MytestProduct\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"2.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU1222\",\n        \"channel_sp\": \"2.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3426,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKUTesting\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"this is a product with large name\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"unknowncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKUTesting\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3427,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SVG001\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"dummy prod 1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"HSNdummy001\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SVG001\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3394,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5023,\n            \"user_id\": \"1\",\n            \"sku_id\": \"exp-test\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"testing-product1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"100\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"exp-test\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4018,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"abcd1\",\n        \"channel_sp\": \"800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4020,\n            \"user_id\": \"1\",\n            \"sku_id\": \"chawal1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"chawal1\",\n        \"channel_sp\": \"800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4021,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Daal\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"DAAL1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4022,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"kabuli1\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"KABULI2\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4023,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OP6\",\n        \"channel_sp\": \"30000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4024,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP7\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus7\",\n            \"category\": \".\",\n            \"standard_price\": \"32000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OP7\",\n        \"channel_sp\": \"32000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4025,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OP8\",\n        \"channel_sp\": \"35000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4026,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP9\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus9\",\n            \"category\": \".\",\n            \"standard_price\": \"40000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OP9\",\n        \"channel_sp\": \"40000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4027,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RB1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Redbull\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RB1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4028,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TTYS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Tiger Toy\",\n            \"category\": \".\",\n            \"standard_price\": \"180.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TTYS\",\n        \"channel_sp\": \"180.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4739,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BLM\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Medium Kurta BLM\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BLM\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4724,\n            \"user_id\": \"1\",\n            \"sku_id\": \"41476366336254\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Ashirvaad Atta\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"41476366336254\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4111,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SRR1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRO\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SRR1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4719,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188028158\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Large Kurta RLK\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942188028158\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4720,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188060926\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Medium Kurta RMK\",\n            \"category\": \".\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942188060926\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4721,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188093694\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Large Kurta BLK\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942188093694\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4722,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188126462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Medium Kurta BLM\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942188126462\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4723,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021095866622\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42021095866622\",\n        \"channel_sp\": \"800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4725,\n            \"user_id\": \"1\",\n            \"sku_id\": \"41476414341374\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"41476414341374\",\n        \"channel_sp\": \"800.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4726,\n            \"user_id\": \"1\",\n            \"sku_id\": \"41476414177534\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Daal\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"41476414177534\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4727,\n            \"user_id\": \"1\",\n            \"sku_id\": \"41476414308606\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"kabuli1\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"41476414308606\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4728,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021106352382\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42021106352382\",\n        \"channel_sp\": \"30000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4729,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021131878654\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus7\",\n            \"category\": \".\",\n            \"standard_price\": \"32000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42021131878654\",\n        \"channel_sp\": \"32000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4730,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021138628862\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42021138628862\",\n        \"channel_sp\": \"35000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4731,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42029794492670\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus9\",\n            \"category\": \".\",\n            \"standard_price\": \"40000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42029794492670\",\n        \"channel_sp\": \"40000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4732,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021020336382\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Redbull\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42021020336382\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4733,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42073445073150\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Tiger Toy\",\n            \"category\": \".\",\n            \"standard_price\": \"180.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42073445073150\",\n        \"channel_sp\": \"180.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4738,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BLK\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Large Kurta BLK\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942188093694\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4024,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP7\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus7\",\n            \"category\": \".\",\n            \"standard_price\": \"32000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021131878654\",\n        \"channel_sp\": \"30000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4025,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021138628862\",\n        \"channel_sp\": \"34900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4026,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP9\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus9\",\n            \"category\": \".\",\n            \"standard_price\": \"40000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42029794492670\",\n        \"channel_sp\": \"36000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4734,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942202839294\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red Shirt RS\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942202839294\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942202872062\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black Shirt BS\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"42942202872062\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4019,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"uv2369\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41476366336254\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4020,\n            \"user_id\": \"1\",\n            \"sku_id\": \"chawal1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41476414341374\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4021,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Daal\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41476414177534\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4022,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"kabuli1\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"41476414308606\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4736,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RLK\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Large Kurta RLK\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942188028158\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4737,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RMK\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Medium Kurta RMK\",\n            \"category\": \".\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942188060926\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4739,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BLM\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Medium Kurta BLM\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942188126462\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4023,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021106352382\",\n        \"channel_sp\": \"24000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4027,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RB1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Redbull\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021020336382\",\n        \"channel_sp\": \"80.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4740,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS\",\n            \"length\": \"4.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"14.000\",\n            \"dead_weight\": \"45.000\",\n            \"name\": \"RU\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"4.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"44\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942202839294\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4741,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black Shirt BS\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42942202872062\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4028,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TTYS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Tiger Toy\",\n            \"category\": \".\",\n            \"standard_price\": \"180.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42073445073150\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4736,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RLK\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Large Kurta RLK\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RLK\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4737,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RMK\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Medium Kurta RMK\",\n            \"category\": \".\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RMK\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4738,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BLK\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Large Kurta BLK\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BLK\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4741,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black Shirt BS\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"BS\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 4018,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"42021095866622\",\n        \"channel_sp\": \"600.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5036,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5037,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5038,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5040,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5041,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5042,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5043,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5044,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-9\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5045,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5046,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5047,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5048,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5049,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5050,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5051,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5052,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5053,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5054,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5055,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-9\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5056,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5057,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NE-11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5058,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_001\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5059,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_002\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_002\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5060,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_003\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_003\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5061,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_004\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5062,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_005\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_005\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5063,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_006\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_006\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5064,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_007\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_007\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5065,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_008\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_008\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5066,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_009\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_009\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5067,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_010\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5068,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AM_011\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"AM_011\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5080,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP3\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EXP3\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5070,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1812\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1812\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5071,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1912\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5072,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH2000\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5073,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH3000\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH3000\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5074,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH4000\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH4000\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5075,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH5000\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5076,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH6000\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH6000\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5077,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7000\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH7000\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5078,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7100\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH7100\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5092,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5093,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5094,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5095,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5096,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5097,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5098,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5099,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5100,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX9\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5101,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5102,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NX11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5103,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXPIRY01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EXPIRY01\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5079,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7200\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH7200\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5139,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-08\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5140,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-09\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5152,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_1\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS_1\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5153,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_3\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS_3\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5154,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_2\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COMBO_2\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5155,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_2\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS_2\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5156,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_4\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS_4\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5157,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_5\",\n            \"length\": \"4.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"545.000\",\n            \"name\": \"wombo\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"333.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COMBO_5\",\n        \"channel_sp\": \"333.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5158,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_6\",\n            \"length\": \"1.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"112.000\",\n            \"name\": \"wombo2 \",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1232.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"11\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COMBO_6\",\n        \"channel_sp\": \"1232.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5159,\n            \"user_id\": \"1\",\n            \"sku_id\": \"aka_combo\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"145.000\",\n            \"name\": \"test combo\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"122.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"aka_combo\",\n        \"channel_sp\": \"122.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5160,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_4\",\n            \"length\": \"2.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"454.000\",\n            \"name\": \"combos\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COMBO_4\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5161,\n            \"user_id\": \"1\",\n            \"sku_id\": \"combo_tst\",\n            \"length\": \"12.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"22.000\",\n            \"dead_weight\": \"122.000\",\n            \"name\": \"combo_tst\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"313.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"combo_tst\",\n        \"channel_sp\": \"313.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5111,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"KalPro1\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_001\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5120,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"KalPro10\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_010\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5121,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_011\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"KalPro11\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_011\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5122,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_012\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"KalPro12\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_012\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5123,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_013\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"KalPro13\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_013\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5124,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_014\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"KalPro14\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_014\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5125,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_015\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"KalPro15\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_015\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5126,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_016\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"KalPro16\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_016\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5127,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_017\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"KalPro17\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_017\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5128,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_018\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"KalPro18\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_018\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5129,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_019\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"KalPro19\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_019\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5130,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_020\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"KalPro20\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"MPR_020\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5132,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-01\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5133,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-02\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5134,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-03\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5135,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-04\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-04\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5136,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-05\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5137,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-06\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-06\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5138,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-07\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5142,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"augpro-11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5143,\n            \"user_id\": \"1\",\n            \"sku_id\": \"uv5678\",\n            \"length\": \"2.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"34.000\",\n            \"name\": \"utkarsh\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"23.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"34\",\n            \"hsn_code\": \"34\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"uv5678\",\n        \"channel_sp\": \"23.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5144,\n            \"user_id\": \"1\",\n            \"sku_id\": \"belan\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"belan\",\n            \"category\": \"a\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"belan\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5145,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS5\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Chawal 3\",\n            \"category\": \"a\",\n            \"standard_price\": \"110.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"GS5\",\n        \"channel_sp\": \"110.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5146,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBOTEST\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Testprod\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COMBOTEST\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5147,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO-02\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COMBO-02\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5148,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Combo01\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"15001.000\",\n            \"name\": \"Combo Product\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Combo01\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5149,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Combo02\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Combo Product\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Combo02\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5150,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Combo03\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Combo Product\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 28,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Combo03\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5162,\n            \"user_id\": \"1\",\n            \"sku_id\": \"combo_tf\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"132.000\",\n            \"name\": \"combo_tf\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"333.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"combo_tf\",\n        \"channel_sp\": \"333.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5165,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-002\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-002\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5166,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-003\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-003\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5167,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-004\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5168,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-005\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 4,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-005\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5169,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-006\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-006\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5170,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-007\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-007\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5171,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-008\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-008\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5172,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-009\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-009\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5173,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-010\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5174,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-011\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 4,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-011\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5151,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_1\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"COMBO_1\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5039,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX-PRO-4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX-PRO-4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5176,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-STAGE\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTWMS\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-STAGE\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5177,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-STAGE1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRODUCT1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-STAGE1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5178,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-01\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5179,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-02\",\n            \"length\": \"23.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST2\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-02\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5180,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-03\",\n            \"length\": \"1.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test4\",\n            \"category\": \"Consumer Electronics\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"200\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-03\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5181,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-04\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-04\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5182,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-05\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Mattress\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-05\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5183,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-06\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"CREME\",\n            \"category\": \"Others\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-06\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5184,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-07\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"LONGPRODUCTNAME\",\n            \"category\": \"Others\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"500\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-07\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5185,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-08\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"TEST8\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-08\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5186,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-09\",\n            \"length\": \"3.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"DOUBLEBED\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-09\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5187,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-10\",\n            \"length\": \"1.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWPROD-10\",\n        \"channel_sp\": \"400.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5195,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5196,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCD\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU2\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5197,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU3\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"32.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"XYZ\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"200\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU3\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5198,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU4\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"CREME\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU4\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5199,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU5\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"TEST5\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU5\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5200,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU6\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"PENCILS AND PENS\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU6\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5201,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU7\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Cosmeticss\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU7\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5202,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU8\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"spoons and plates\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU8\",\n        \"channel_sp\": \"120.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5203,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU9\",\n            \"length\": \"12.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"SHOES\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU9\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5204,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU10\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NEWPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STAGE-SKU10\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6600,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWSTAGE-11\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEWSTAGE-11\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6602,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Inw\",\n            \"length\": \"10.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Inw\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Inw\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6603,\n            \"user_id\": \"1\",\n            \"sku_id\": \"inw1\",\n            \"length\": \"12.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"1200.000\",\n            \"name\": \"inw1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"300\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"inw1\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6604,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Inw2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Inw2\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Inw2\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6605,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROWMS1\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"599.000\",\n            \"name\": \"PROWMS1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROWMS1\",\n        \"channel_sp\": \"400.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6606,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROWMS2\",\n            \"length\": \"5.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"PROWMS2\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PROWMS2\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6607,\n            \"user_id\": \"1\",\n            \"sku_id\": \"THUINW1\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"THUINW1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"THUINW1\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6608,\n            \"user_id\": \"1\",\n            \"sku_id\": \"THUINW2\",\n            \"length\": \"4.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"6.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"THUINW2\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"THUINW2\",\n        \"channel_sp\": \"400.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6609,\n            \"user_id\": \"1\",\n            \"sku_id\": \"uv3456\",\n            \"length\": \"23.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"jocket\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"2343.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"uv3456\",\n        \"channel_sp\": \"2343.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6610,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OutboundTestSKU1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"15.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"OutboundTestSKU2\",\n            \"category\": \"Consumer Electronics\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OutboundTestSKU1\",\n        \"channel_sp\": \"400.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6611,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OutboundTestSKU3\",\n            \"length\": \"20.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"6000.000\",\n            \"name\": \"OutboundTestSKU3\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OutboundTestSKU3\",\n        \"channel_sp\": \"900.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6612,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OutboundTestSKU2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"15.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"OutboundTestSKU2\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OutboundTestSKU2\",\n        \"channel_sp\": \"500.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6613,\n            \"user_id\": \"1\",\n            \"sku_id\": \"uv45\",\n            \"length\": \"23.000\",\n            \"breadth\": \"34.000\",\n            \"height\": \"34.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"uv123\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"2.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"23\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"uv45\",\n        \"channel_sp\": \"2.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6614,\n            \"user_id\": \"1\",\n            \"sku_id\": \"testuv1\",\n            \"length\": \"343.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"testuv1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"testuv1\",\n        \"channel_sp\": \"12.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6615,\n            \"user_id\": \"1\",\n            \"sku_id\": \"testuvpd\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"testuvpd\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"testuvpd\",\n        \"channel_sp\": \"12.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6616,\n            \"user_id\": \"1\",\n            \"sku_id\": \"test1uv\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"test1uv\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"2\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"test1uv\",\n        \"channel_sp\": \"12.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6617,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"R-TEST1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"R1\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6618,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R2\",\n            \"length\": \"12.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"R-TEST2\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"290.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"R2\",\n        \"channel_sp\": \"290.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6619,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R3\",\n            \"length\": \"12.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"R-TEST3\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"109\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"R3\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R4\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"R-TEST4\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"230.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"R4\",\n        \"channel_sp\": \"230.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6621,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R5\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"R-TEST5\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"131\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"R5\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6622,\n            \"user_id\": \"1\",\n            \"sku_id\": \"test90\",\n            \"length\": \"2.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"test90\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"test90\",\n        \"channel_sp\": \"12.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6623,\n            \"user_id\": \"1\",\n            \"sku_id\": \"testlast\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"testlast\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"23.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"testlast\",\n        \"channel_sp\": \"23.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6625,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OBL-01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OBL-01\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6626,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OBL-02\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST2\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OBL-02\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6627,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OBL-03\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST3\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"OBL-03\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6628,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Combo Test 5\",\n            \"length\": \"10.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"201.000\",\n            \"name\": \"New Product Combo of 5\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"05\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Combo Test 5\",\n        \"channel_sp\": \"1000.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6630,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381598462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"damp river\",\n            \"category\": \".\",\n            \"standard_price\": \"4.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381598462\",\n        \"channel_sp\": \"4.94\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6630,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381598462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"damp river\",\n            \"category\": \".\",\n            \"standard_price\": \"4.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381598462\",\n        \"channel_sp\": \"4.94\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6631,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381663998\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"patient bird\",\n            \"category\": \".\",\n            \"standard_price\": \"3.05\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381663998\",\n        \"channel_sp\": \"3.05\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6631,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381663998\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"patient bird\",\n            \"category\": \".\",\n            \"standard_price\": \"3.05\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381663998\",\n        \"channel_sp\": \"3.05\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6632,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381631230\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"silent glitter\",\n            \"category\": \".\",\n            \"standard_price\": \"9.72\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381631230\",\n        \"channel_sp\": \"9.72\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6632,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381631230\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"silent glitter\",\n            \"category\": \".\",\n            \"standard_price\": \"9.72\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381631230\",\n        \"channel_sp\": \"9.72\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6633,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381696766\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"crimson butterfly\",\n            \"category\": \".\",\n            \"standard_price\": \"7.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381696766\",\n        \"channel_sp\": \"7.94\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6633,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381696766\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"crimson butterfly\",\n            \"category\": \".\",\n            \"standard_price\": \"7.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381696766\",\n        \"channel_sp\": \"7.94\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6634,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381729534\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"frosty glade\",\n            \"category\": \".\",\n            \"standard_price\": \"0.36\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"43623381729534\",\n        \"channel_sp\": \"0.36\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6634,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381729534\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"frosty glade\",\n            \"category\": \".\",\n            \"standard_price\": \"0.36\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"shopify\",\n        \"channel_listing_id\": \"43623381729534\",\n        \"channel_sp\": \"0.36\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6635,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Fabulous Figs (Afghani) 400g.jpg\",\n            \"length\": \"15.000\",\n            \"breadth\": \"15.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \" Fabulous Figs (Afghani) 400g\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Fabulous Figs (Afghani) 400g.jpg\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6637,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PSVSKU\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCD\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"134\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"PSVSKU\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6638,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TESTPSV\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"XYZ\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"TESTPSV\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6624,\n            \"user_id\": \"1\",\n            \"sku_id\": \"D1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"DISPATCHED\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"D1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6629,\n            \"user_id\": \"1\",\n            \"sku_id\": \"LONGPRODUCT NAME\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Sharpy Knife.-ABCDEFGHAGHJGSAYUTJSAJAGSJHDCCDC\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"LONGPRODUCT NAME\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6641,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Combo-parent\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"parentprod\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Combo-parent\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6642,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CO-CH1\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"Sub1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"145\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CO-CH1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6643,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CO-CH2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Sub2\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CO-CH2\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6644,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STG-PARENTCOMBO1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PARENT1\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STG-PARENTCOMBO1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6645,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH-01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"CHILD1\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH-01\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6646,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH-02\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"CHILD2\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH-02\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6647,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STG-PARENTCOMBO2\",\n            \"length\": \"11.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PARENT PRODUCT\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STG-PARENTCOMBO2\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6648,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SUB1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"SUBPRO1\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SUB1\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6649,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SUB2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"SUB PRO2\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SUB2\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6650,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STG-PARENTCOMBO3\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MAINPRODUCT\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"223.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"200\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STG-PARENTCOMBO3\",\n        \"channel_sp\": \"223.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6651,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CHILD1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"CHPRODUCT1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CHILD1\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6652,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CHILD2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"CHPRODUCT2\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CHILD2\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6653,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STG-PARENTCOMBO4\",\n            \"length\": \"11.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"MAINPRO\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STG-PARENTCOMBO4\",\n        \"channel_sp\": \"300.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6654,\n            \"user_id\": \"1\",\n            \"sku_id\": \"P1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PART1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"P1\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6655,\n            \"user_id\": \"1\",\n            \"sku_id\": \"P2\",\n            \"length\": \"5.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"234.000\",\n            \"name\": \"PART2\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"109.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"P2\",\n        \"channel_sp\": \"109.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6656,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STG-PARENTCOMBO5\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"EXPIRABLE PRODUCT\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"134\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STG-PARENTCOMBO5\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6657,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX1\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRD1\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"670.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"134\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX1\",\n        \"channel_sp\": \"670.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 6658,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EX2\",\n            \"length\": \"4.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"6.000\",\n            \"dead_weight\": \"345.000\",\n            \"name\": \"PRD2\",\n            \"category\": \"Consumer Electronics\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"EX2\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9706,\n            \"user_id\": \"1\",\n            \"sku_id\": \"12345\",\n            \"length\": \"2.000\",\n            \"breadth\": \"33.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"Numeric SKU\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"213.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"12345\",\n        \"channel_sp\": \"213.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9707,\n            \"user_id\": \"1\",\n            \"sku_id\": \"14041998\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMSKU\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"14041998\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 5069,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"CH1712\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9668,\n            \"user_id\": \"1\",\n            \"sku_id\": \"testing\",\n            \"length\": \"22.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"31.000\",\n            \"name\": \"testing\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"13.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"32\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"testing\",\n        \"channel_sp\": \"13.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9670,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA-SKUID\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9671,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ST-SKU\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ABCDEF\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"ST-SKU\",\n        \"channel_sp\": \"400.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9675,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Test_exp\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"145.000\",\n            \"name\": \"Test_exp\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Test_exp\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9708,\n            \"user_id\": \"1\",\n            \"sku_id\": \"LENGTHYSKU\",\n            \"length\": \"11.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Vitamin C Day Cream with Vitamin C and SPF 20 for Skin Illumination - 100g\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"350.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"50\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"LENGTHYSKU\",\n        \"channel_sp\": \"350.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9713,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA1234\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMERICSKU\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"QA1234\",\n        \"channel_sp\": \"100.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 3359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt4\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"K004\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9715,\n            \"user_id\": \"1\",\n            \"sku_id\": \"imge_testing\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"image_testing\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"imge_testing\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9716,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Image_testing_1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Image_testing_1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"Image_testing_1\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9718,\n            \"user_id\": \"1\",\n            \"sku_id\": \"this_product\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"this_product\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"this_product\",\n        \"channel_sp\": \"150.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9719,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0884\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 1,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"SKU0884\",\n        \"channel_sp\": \"1200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9683,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK-SKU\",\n            \"length\": \"12.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"QA-PRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"RUK-SKU\",\n        \"channel_sp\": \"200.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9684,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9685,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9686,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9687,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9688,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Spoon\",\n            \"category\": \"Crockery\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9690,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9691,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9693,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9694,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR11\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9692,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"110.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"1234\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR9\",\n        \"channel_sp\": \"110.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9689,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STGPR6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"STGPR6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9695,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU1\",\n        \"channel_sp\": \"123.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9696,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU2\",\n        \"channel_sp\": \"124.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9697,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU3\",\n        \"channel_sp\": \"125.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9698,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU4\",\n        \"channel_sp\": \"126.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9699,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU5\",\n        \"channel_sp\": \"127.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9700,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU6\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU6\",\n        \"channel_sp\": \"128.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9701,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU7\",\n        \"channel_sp\": \"129.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU8\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Brown\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU8\",\n        \"channel_sp\": \"130.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9703,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU9\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU9\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9704,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU10\",\n        \"channel_sp\": \"131.00\"\n    },\n    {\n        \"product\": {\n            \"gs_uid\": 9705,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-SKU11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"channel_id\": \"manual\",\n        \"channel_listing_id\": \"NEW-SKU11\",\n        \"channel_sp\": \"131.00\"\n    }\n]"},{"id":"46b74268-c14e-473b-b0bb-0b3489ecefc9","name":"Failure(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTld0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiNDY1NDNkNjQtOTU0OS00ZTdmLWJkODItN2IxY2FkYjg3NGRiIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImRmZjE1MmNiLWVjNDctNGFjMC1hNjJjLThlY2Y1ZjAzMGZhYSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUyMzg2LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTU5ODYsImlhdCI6MTY3Njc1MjM4NiwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiNmIyZTEwZTAtOGExMi00ZjFiLWJiYzEtOWIzMTA0MGJlOTZkIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.xbnKw1UVi89EUFZVcwqRxw4LLI3iauXVU0XRbxHmNrsynp1IbYojcQBnvP6clcaf1kZK88Nl5aJPA9V6kdglDf9-8loF-BJTr9iqT98vwgMxZ-K-LY7yqNax6at9ushEJbeqihF7TJlwTkVNkqtvclkYEllbnse-HzXZmXTj0Kt1IbPHYftNNPJ59ncN-2Db8X1aRiV2Zxqt5tiqDaV9I871NHko67G8QhHxfYsi7qGImKa6eOHT29JnkXIPm_N89Ul-8iG83bQ_5NPh1ixE-dVyXUL2PSYxRMKPgCcTRb2DfoELFdNSOafQOmvKY1XxvhcG_GwSA4-5tT1anMAa5Q","type":"text","description":"id_token received in Authorization API"}],"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/productListings/listing/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:36:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"45521347-3e4d-4843-8ff3-a0b889256b5a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"AjWBQHEnCYcFbhw="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"}],"_postman_id":"f753526d-89e4-426e-9963-4cb6c4e61d88"},{"name":"Create Listing","id":"2c16bc92-91c8-4061-b1af-27d26abac3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","type":"text","description":"<p>id_token received in Authorization API</p>\n"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"sku_id\": \"SKU Id\",\r\n        \"channel_listing_id\": \"Channel Listing Id\",\r\n        \"channel_id\": \"Channel Id\",\r\n        \"channel_sp\": \"Channel SP\"\r\n    },\r\n    {\r\n        \"sku_id\": \"SKU Id\",\r\n        \"channel_listing_id\": \"Channel Listing Id\",\r\n        \"channel_id\": \"Channel Id\",\r\n        \"channel_sp\": \"Channel SP\"\r\n    },\r\n     {\r\n        \"sku_id\": \"SKU Id\",\r\n        \"channel_listing_id\": \"Channel Listing Id\",\r\n        \"channel_id\": \"Channel Id\",\r\n        \"channel_sp\": \"Channel SP\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/inventory/productListings/listing/","description":"<blockquote>\n<p><strong>Request Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku_id</td>\n<td>String</td>\n<td>Unique product (SKU) identifier</td>\n</tr>\n<tr>\n<td>channel_listing_id</td>\n<td>String</td>\n<td>Channel listing id is the channel specific id for the product</td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>String</td>\n<td>Channel id is the name of channel - manual, shopify, amazon</td>\n</tr>\n<tr>\n<td>channel_sp</td>\n<td>String</td>\n<td>Channel selling price</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Boolean</td>\n<td>Status of the request</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Unique product (SKU) identifier</td>\n</tr>\n<tr>\n<td>Success</td>\n<td>Boolean</td>\n<td>Status of particular SKU</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Message regarding particular SKU</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>20000</td>\n<td>Added Successfully</td>\n</tr>\n<tr>\n<td>20001</td>\n<td>Edited Successfully</td>\n</tr>\n<tr>\n<td>43001</td>\n<td>Missing Fields - channel_listing_id, channel_id, channel_sp or sku_id</td>\n</tr>\n<tr>\n<td>43002</td>\n<td>Invalid dimension - non numeric channel_sp</td>\n</tr>\n<tr>\n<td>43003</td>\n<td>SKU ID Not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","inventory","productListings","listing",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a973f3c5-09e9-49ec-9a2b-771378cfdeac","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"sku_id\": \"SKU0884\",\r\n        \"channel_listing_id\": \"33593250611259\",\r\n        \"channel_id\": \"shopify\",\r\n        \"channel_sp\": \"150\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/productListings/listing/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:25:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9197750e-438c-451d-ac4b-1ccc8edcc8eb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"48dba259-28bd-4185-a415-c1983c4b73df"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"82"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:25:45 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmDnfE3kBcwFf9g="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"82"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:25:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"message\": [\n        {\n            \"SKU\": \"SKU0884\",\n            \"Success\": true,\n            \"message\": \"\"\n        }\n    ]\n}"},{"id":"51c4ae12-8e90-462c-b799-c8da394866cd","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"sku_id\": \"atta2\",\r\n        \"channel_listing_id\": \"33593250611259\",\r\n        \"channel_id\": \"shopify\",\r\n        \"channel_sp\": \"150\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/productListings/listing/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:26:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fae03f18-672b-479e-811b-272f3e57ad47"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"985554fd-cf44-41be-8fc8-bb918a4cf984"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"117"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:26:42 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmDwfGO-BcwFpGg="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"117"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:26:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"message\": [\n        {\n            \"SKU\": \"atta2\",\n            \"Success\": false,\n            \"message\": \"no products exists for atta2 user 1 \"\n        }\n    ]\n}"},{"id":"dbff46cd-70ba-4394-b88b-04598adc1e7b","name":"Success(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiYTk2NTJkMmQtNWM5OS00NGUwLTlmMDQtOTg3ZjY5ZTUxMTAwIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImEyMTAwMmM5LTg0MzQtNDI5Yi1iMjMwLTdjZDI1NzEzMDI0MCIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzMDA2LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTY2MDYsImlhdCI6MTY3Njc1MzAwNiwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiNzU0Y2MzY2MtNzFkZi00OWM5LTllYzUtYThiOWYxNDkyNmJhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.cyisCNw8RK0vae5IusglQX1jyUzIiSwLkul7jtK19KdFs-qq4EOf-aNqOsgPW134sw_Svf9MXLRRE7G-GlcwO0C9rNLcuEgiVuktfjxghhxpwFOeWJR5qSvsYGnLGQCKp9uxA78iVCbboShhzvpzDa-rSOFAACc8kAKRmMOGbiBwc2KKjfzW-QYki9u6CocAuxXVt7phK39npJ6Mv4gdlMcYpzLNE8pD3QoXhkqukUBCwU5n5JX770ryWQxNseTHDEGXG8gyqUz9wSMAuL8nPpZFM5d9UZ2PbKOCjMv2pJrqkdtTyfkaHizGzH0YaAttdsMjbaXf9n6NNscKTO31CQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"sku_id\": \"atta2\",\r\n        \"channel_listing_id\": \"33593250611259\",\r\n        \"channel_id\": \"shopify\",\r\n        \"channel_sp\": \"150\"\r\n    },\r\n    {\r\n        \"sku_id\": \"K004\",\r\n        \"channel_listing_id\": \"33593315164219\",\r\n        \"channel_id\": \"shopify\",\r\n        \"channel_sp\": \"150\"\r\n    },\r\n    {\r\n        \"sku_id\": \"K006\",\r\n        \"channel_listing_id\": \"33593389383739\",\r\n        \"channel_id\": \"shopify\",\r\n        \"channel_sp\": \"150\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/productListings/listing/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:45:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"178"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e35fd994-9b5f-4b82-9798-1a8df38a4f6c"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"178"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjXYIGJQCYcF1SQ="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:45:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"message\": [\n        {\n            \"SKU\": \"atta2\",\n            \"Success\": true,\n            \"message\": \"\"\n        },\n        {\n            \"SKU\": \"K004\",\n            \"Success\": true,\n            \"message\": \"\"\n        },\n        {\n            \"SKU\": \"K006\",\n            \"Success\": true,\n            \"message\": \"\"\n        }\n    ]\n}"},{"id":"8338943f-47dc-4ae9-8d74-3610e5458783","name":"Failure(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiYTk2NTJkMmQtNWM5OS00NGUwLTlmMDQtOTg3ZjY5ZTUxMTAwIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6ImEyMTAwMmM5LTg0MzQtNDI5Yi1iMjMwLTdjZDI1NzEzMDI0MCIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzMDA2LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTY2MDYsImlhdCI6MTY3Njc1MzAwNiwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiNzU0Y2MzY2MtNzFkZi00OWM5LTllYzUtYThiOWYxNDkyNmJhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.cyisCNw8RK0vae5IusglQX1jyUzIiSwLkul7jtK19KdFs-qq4EOf-aNqOsgPW134sw_Svf9MXLRRE7G-GlcwO0C9rNLcuEgiVuktfjxghhxpwFOeWJR5qSvsYGnLGQCKp9uxA78iVCbboShhzvpzDa-rSOFAACc8kAKRmMOGbiBwc2KKjfzW-QYki9u6CocAuxXVt7phK39npJ6Mv4gdlMcYpzLNE8pD3QoXhkqukUBCwU5n5JX770ryWQxNseTHDEGXG8gyqUz9wSMAuL8nPpZFM5d9UZ2PbKOCjMv2pJrqkdtTyfkaHizGzH0YaAttdsMjbaXf9n6NNscKTO31CQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"sku_id\": \"atta2\",\r\n        \"channel_listing_id\": \"33593250611259\",\r\n        \"channel_id\": \"shopify\",\r\n        \"channel_sp\": \"150\"\r\n    },\r\n    {\r\n        \"sku_id\": \"K004\",\r\n        \"channel_listing_id\": \"33593315164219\",\r\n        \"channel_id\": \"shopify\",\r\n        \"channel_sp\": \"150\"\r\n    },\r\n    {\r\n        \"sku_id\": \"K006\",\r\n        \"channel_listing_id\": \"33593389383739\",\r\n        \"channel_id\": \"shopify\",\r\n        \"channel_sp\": \"150\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/productListings/listing/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:44:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"309"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"04af6605-bf23-4f76-810b-1dc8e6a481f6"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"309"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjXL-GwViYcFTdA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:44:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"message\": [\n        {\n            \"SKU\": \"50611259\",\n            \"Success\": false,\n            \"message\": \"no products exists for 50611259 user 1 \"\n        },\n        {\n            \"SKU\": \"15164219\",\n            \"Success\": false,\n            \"message\": \"no products exists for 15164219 user 1 \"\n        },\n        {\n            \"SKU\": \"89383739\",\n            \"Success\": false,\n            \"message\": \"no products exists for 89383739 user 1 \"\n        }\n    ]\n}"}],"_postman_id":"2c16bc92-91c8-4061-b1af-27d26abac3d9"}],"id":"6d8be435-0404-497e-903d-c4d7cf094e96","description":"<p>Listings are representations of products in a specific channel. The same product could have different ids in different channels like Shopify or Amazon. The same product could also be identified in the same channel for different pricing or offers. Listings tracks these so that our algorithms recognise these products.</p>\n<p><strong>Note</strong><br />By default as a product is created, a listing is also created for the same for <code>manual</code> channel. For clients, directly integrating their websites, only creating product is sufficient.</p>\n","_postman_id":"6d8be435-0404-497e-903d-c4d7cf094e96"},{"name":"Warehouse","item":[{"name":"Fetch Warehouses","id":"8bb89c6b-a256-4ddd-abc4-7f97704a2c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","type":"text","description":"<p>id_token received in Authorization API</p>\n"}],"url":"{{baseUrl}}/v1/inventory/warehouse/virtual/","description":"<blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>warehouse_int_id</td>\n<td>Integer</td>\n<td>Warehouse Integer Id</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>String</td>\n<td>Unique Identifier for the warehouse of seller</td>\n</tr>\n<tr>\n<td>warehouse_name</td>\n<td>String</td>\n<td>Warehouse Name</td>\n</tr>\n<tr>\n<td>warehouse_gstin</td>\n<td>String</td>\n<td>GST Number of warehouse</td>\n</tr>\n<tr>\n<td>warehouse_phone</td>\n<td>String</td>\n<td>Warehouse Phone Nunber</td>\n</tr>\n<tr>\n<td>warehouse_address</td>\n<td>String</td>\n<td>Warehouse Address</td>\n</tr>\n<tr>\n<td>warehouse_city</td>\n<td>String</td>\n<td>Warehouse City</td>\n</tr>\n<tr>\n<td>warehouse_state</td>\n<td>String</td>\n<td>Warehouse State</td>\n</tr>\n<tr>\n<td>warehouse_pincode</td>\n<td>Integer</td>\n<td>Warehouse Pincode</td>\n</tr>\n<tr>\n<td>contact_name</td>\n<td>String</td>\n<td>Name of Point of contact of the warehouse</td>\n</tr>\n<tr>\n<td>contact_number</td>\n<td>String</td>\n<td>Contact Number of Point of contact of warehouse</td>\n</tr>\n<tr>\n<td>wms_id</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>op_owner</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>shipping_auto</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>stock_tracking</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>bin_tracking</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>warehouse_pin</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>is_app_enabled</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","inventory","warehouse","virtual",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"000bd896-11f9-445f-992b-4dfce70daacf","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/warehouse/virtual/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:27:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32025"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"04da7982-4270-4d55-8046-8c6623eef826"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"26dd64d9-f57c-449d-9483-3583d7d6d284"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"32025"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, DELETE, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:27:39 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmD5RHp4BcwFeyA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"32025"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:27:39 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"warehouse_int_id\": 42,\n        \"warehouse_id\": \"jknkjnjn\",\n        \"warehouse_name\": \"jknkjnjn\",\n        \"warehouse_gstin\": \"1002\",\n        \"warehouse_phone\": \"8888888888\",\n        \"warehouse_address\": \"IIT Delhi\",\n        \"warehouse_city\": \"North Delhi\",\n        \"warehouse_state\": \"Delhi\",\n        \"warehouse_pincode\": 110037,\n        \"contact_name\": \"Director\",\n        \"contact_number\": \"9999999999\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 49,\n        \"warehouse_id\": \"Mumbai_test\",\n        \"warehouse_name\": \"Mumbai_test\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"9182283169\",\n        \"warehouse_address\": \"XYX,Test Mumbai,Maharastra\",\n        \"warehouse_city\": \"Mumbai\",\n        \"warehouse_state\": \"MAHARASTRA\",\n        \"warehouse_pincode\": 400002,\n        \"contact_name\": \"Amey\",\n        \"contact_number\": \"9005533960\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 51,\n        \"warehouse_id\": \"Fcpl\",\n        \"warehouse_name\": \"Fcpl\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"8377086507\",\n        \"warehouse_address\": \"Taluk\",\n        \"warehouse_city\": \"BANGALORE\",\n        \"warehouse_state\": \"KARNATAKA\",\n        \"warehouse_pincode\": 562114,\n        \"contact_name\": \"Saurabh\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 54,\n        \"warehouse_id\": \"GS_office_1\",\n        \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n        \"warehouse_gstin\": \"Bangalore Test GST\",\n        \"warehouse_phone\": \"9995552221\",\n        \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"KARNATAKA\",\n        \"warehouse_pincode\": 560008,\n        \"contact_name\": \"Saurabh Sinha\",\n        \"contact_number\": \"9995552221\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 68,\n        \"warehouse_id\": \"Divya_Surat\",\n        \"warehouse_name\": \"Opera_Flats\",\n        \"warehouse_gstin\": \"06AAQFT4857J1ZH\",\n        \"warehouse_phone\": \"8758210955\",\n        \"warehouse_address\": \"A/301 Opera Flats, Opposite Umrighar School, Parle Point Road, Surat, Gujarat - 395007\",\n        \"warehouse_city\": \"Surat\",\n        \"warehouse_state\": \"Gujarat\",\n        \"warehouse_pincode\": 395007,\n        \"contact_name\": \"Divya\",\n        \"contact_number\": \"8758210955\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 80,\n        \"warehouse_id\": \"Deepankar\",\n        \"warehouse_name\": \"Deepankar\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"9741819625\",\n        \"warehouse_address\": \"ejipura\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560047,\n        \"contact_name\": \"deepankar\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 81,\n        \"warehouse_id\": \"Dzor\",\n        \"warehouse_name\": \"Dzor\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"9724160013\",\n        \"warehouse_address\": \"6 Rajsuya Bungalows, Ramdevnagar Satellite, Ahmedabad, Gujarat, 380015\",\n        \"warehouse_city\": \"Ahmedabad\",\n        \"warehouse_state\": \"Gujarat\",\n        \"warehouse_pincode\": 380015,\n        \"contact_name\": \"Anushil Sutaria\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 138,\n        \"warehouse_id\": \"Snehil's Warehouse\",\n        \"warehouse_name\": \"Snehil's Warehouse\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"9335288201\",\n        \"warehouse_address\": \"1075i, 5th Cross Road, 12th Main Road\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560008,\n        \"contact_name\": \"Snehil Saluja\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 141,\n        \"warehouse_id\": \"House Number 125\",\n        \"warehouse_name\": \"House Number 125\",\n        \"warehouse_gstin\": \"\",\n        \"warehouse_phone\": \"9540187111\",\n        \"warehouse_address\": \"House Number 125, Sector 4, Gurgaon, Near Blue Bells model School\",\n        \"warehouse_city\": \"Gurgaon\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 122001,\n        \"contact_name\": \"Neelam\",\n        \"contact_number\": \"9540187111\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 143,\n        \"warehouse_id\": \"default\",\n        \"warehouse_name\": \"default\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"9741819625\",\n        \"warehouse_address\": \"ejipura\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560047,\n        \"contact_name\": \"bangalore\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 144,\n        \"warehouse_id\": \"Test12345\",\n        \"warehouse_name\": \"Test12345\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"9741819625\",\n        \"warehouse_address\": \"ejipura\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560047,\n        \"contact_name\": \"Test12345\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 158,\n        \"warehouse_id\": \"Anil_test\",\n        \"warehouse_name\": \"Anil_test\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"7430907727\",\n        \"warehouse_address\": \"Gurudwara backside  Radhakrishna Pally Benachity Durgapur\",\n        \"warehouse_city\": \"Bardhaman\",\n        \"warehouse_state\": \"West Bengal\",\n        \"warehouse_pincode\": 713213,\n        \"contact_name\": \"Yash\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 285,\n        \"warehouse_id\": \"hhhhhhh\",\n        \"warehouse_name\": \"hhhhhhh\",\n        \"warehouse_gstin\": \"333\",\n        \"warehouse_phone\": \"3333333333\",\n        \"warehouse_address\": \"hhhhhhhh\",\n        \"warehouse_city\": \"Gurgaon\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 333333,\n        \"contact_name\": \"333\",\n        \"contact_number\": \"3333333333\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 288,\n        \"warehouse_id\": \"7-ga-4 hnwkfbkv\",\n        \"warehouse_name\": \"7-ga-4 hnwkfbkv\",\n        \"warehouse_gstin\": \"88484\",\n        \"warehouse_phone\": \"3883883883\",\n        \"warehouse_address\": \"jawahar nagar, jaipur\",\n        \"warehouse_city\": \"Fatehgarh Sahib\",\n        \"warehouse_state\": \"Punjab\",\n        \"warehouse_pincode\": 373377,\n        \"contact_name\": \"dbvd\",\n        \"contact_number\": \"3883883883\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 306,\n        \"warehouse_id\": \"nl\",\n        \"warehouse_name\": \"nl\",\n        \"warehouse_gstin\": \"mn \",\n        \"warehouse_phone\": \"9999999999\",\n        \"warehouse_address\": \"jjjhj\",\n        \"warehouse_city\": \"Faridabad\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 999999,\n        \"contact_name\": \"bkb\",\n        \"contact_number\": \"9999999999\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 330,\n        \"warehouse_id\": \"SLMV Gurgaon\",\n        \"warehouse_name\": \"SLMV Gurgaon\",\n        \"warehouse_gstin\": \"ASDERF\",\n        \"warehouse_phone\": \"7428874755\",\n        \"warehouse_address\": \"C4, Ground Floor, Sushant Lok 2, Sector 56, Gurgaon 122002\",\n        \"warehouse_city\": \"Gurgaon\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 122002,\n        \"contact_name\": \"Vicky Ghuniyal\",\n        \"contact_number\": \"7428874755\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 775,\n        \"warehouse_id\": \"ANO\",\n        \"warehouse_name\": \"ANO\",\n        \"warehouse_gstin\": \"98798789709\",\n        \"warehouse_phone\": \"6876876876\",\n        \"warehouse_address\": \"ANO\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"ANO\",\n        \"contact_number\": \"6876876876\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 284,\n        \"warehouse_id\": \"7-ga-4\",\n        \"warehouse_name\": \"7-ga-4\",\n        \"warehouse_gstin\": \"memmemememeeee3\",\n        \"warehouse_phone\": \"33333\",\n        \"warehouse_address\": \"jawahar nagar, jaipur\",\n        \"warehouse_city\": \"Jaipur\",\n        \"warehouse_state\": \"Rajasthan\",\n        \"warehouse_pincode\": 302004,\n        \"contact_name\": \"3mme\",\n        \"contact_number\": \"33333\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 335,\n        \"warehouse_id\": \"ds_nct_dwrk\",\n        \"warehouse_name\": \"ds_nct_dwrk\",\n        \"warehouse_gstin\": \"ABDGCDFKF\",\n        \"warehouse_phone\": \"8750667126\",\n        \"warehouse_address\": \"Dwarka sector-19, Plot n. 120, KH.NO.7/4,Pochanpur extn, New delhi\",\n        \"warehouse_city\": \"North West Delhi\",\n        \"warehouse_state\": \"Delhi\",\n        \"warehouse_pincode\": 110059,\n        \"contact_name\": \"Ajay\",\n        \"contact_number\": \"8750667126\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 341,\n        \"warehouse_id\": \"NEWWH\",\n        \"warehouse_name\": \"NEWWH\",\n        \"warehouse_gstin\": \"NEWWH\",\n        \"warehouse_phone\": \"9108903890\",\n        \"warehouse_address\": \"NEWWH\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"NEWWH\",\n        \"contact_number\": \"9108903890\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 364,\n        \"warehouse_id\": \"NEWWHwe\",\n        \"warehouse_name\": \"NEWWHwe\",\n        \"warehouse_gstin\": \"NEWWHwe\",\n        \"warehouse_phone\": \"9108989898\",\n        \"warehouse_address\": \"NEWWHwe\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"K.Rjdd\",\n        \"contact_number\": \"9108989898\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 380,\n        \"warehouse_id\": \"Akshay Home\",\n        \"warehouse_name\": \"Akshay Home\",\n        \"warehouse_gstin\": \"0000000000\",\n        \"warehouse_phone\": \"7054114895\",\n        \"warehouse_address\": \"55/25, Rajat Path, Mansarovar, Jaipur\",\n        \"warehouse_city\": \"Jaipur\",\n        \"warehouse_state\": \"Rajasthan\",\n        \"warehouse_pincode\": 302020,\n        \"contact_name\": \"Akshay Agarwal\",\n        \"contact_number\": \"7054114895\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 393,\n        \"warehouse_id\": \"ds_mum_kurla\",\n        \"warehouse_name\": \"ds_mum_kurla\",\n        \"warehouse_gstin\": \"AXGHDTDCSIF\",\n        \"warehouse_phone\": \"9820378807\",\n        \"warehouse_address\": \"244, Masarani Industrial Estate, Masarani Lane, Kurla West, Mumbai,\",\n        \"warehouse_city\": \"Mumbai\",\n        \"warehouse_state\": \"Maharashtra\",\n        \"warehouse_pincode\": 400070,\n        \"contact_name\": \"Abbas\",\n        \"contact_number\": \"9820378807\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 394,\n        \"warehouse_id\": \"NS Pune Warehouse\",\n        \"warehouse_name\": \"NS Pune Warehouse\",\n        \"warehouse_gstin\": \"AGJDCJHCSHCC\",\n        \"warehouse_phone\": \"8237202690\",\n        \"warehouse_address\": \"Near Gagan honda showroom,opp Talera ford Wagholi - 412207\",\n        \"warehouse_city\": \"Pune\",\n        \"warehouse_state\": \"Maharashtra\",\n        \"warehouse_pincode\": 412207,\n        \"contact_name\": \"Prashant Bhakare\",\n        \"contact_number\": \"8237202690\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 401,\n        \"warehouse_id\": \"Sokd\",\n        \"warehouse_name\": \"Sokd\",\n        \"warehouse_gstin\": \"iyiuahsij4t8u\",\n        \"warehouse_phone\": \"7981289883\",\n        \"warehouse_address\": \"sofk\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560038,\n        \"contact_name\": \"jkhkmks\",\n        \"contact_number\": \"7981289883\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 439,\n        \"warehouse_id\": \"Anil_Mum\",\n        \"warehouse_name\": \"Anil_Mum\",\n        \"warehouse_gstin\": \"Anil_Mum\",\n        \"warehouse_phone\": \"8305282006\",\n        \"warehouse_address\": \"A-703, Runwal Elina \\nSafed Pul, Saki Naka\\nMumbai 400072\",\n        \"warehouse_city\": \"Mumbai\",\n        \"warehouse_state\": \"Maharashtra\",\n        \"warehouse_pincode\": 400072,\n        \"contact_name\": \"Anil_Mum\",\n        \"contact_number\": \"8305282006\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 443,\n        \"warehouse_id\": \"Karan_Pune_Test\",\n        \"warehouse_name\": \"Karan_Pune_Test\",\n        \"warehouse_gstin\": \"ABC1234XYZ\",\n        \"warehouse_phone\": \"8999072944\",\n        \"warehouse_address\": \"711, Swapn Sakar Society, Padmavati, Behind Sahakar Nagar Police Station, Padmavati, Pune 411009.\",\n        \"warehouse_city\": \"Pune\",\n        \"warehouse_state\": \"Maharashtra\",\n        \"warehouse_pincode\": 411009,\n        \"contact_name\": \"Yogesh Kamble\",\n        \"contact_number\": \"8999072944\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 444,\n        \"warehouse_id\": \"Below MRP\",\n        \"warehouse_name\": \"Below MRP\",\n        \"warehouse_gstin\": \"07AELPC3349FIZO\",\n        \"warehouse_phone\": \"9315609077\",\n        \"warehouse_address\": \"11A/27, Ground Floor, w.e.a karol bagh, New Delhi\",\n        \"warehouse_city\": \"South East Delhi\",\n        \"warehouse_state\": \"Delhi\",\n        \"warehouse_pincode\": 110005,\n        \"contact_name\": \"KARAN CHOPRA\",\n        \"contact_number\": \"9315609077\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 451,\n        \"warehouse_id\": \"fevoi\",\n        \"warehouse_name\": \"fevoi\",\n        \"warehouse_gstin\": \"fevoi\",\n        \"warehouse_phone\": \"9828797984\",\n        \"warehouse_address\": \"fevoi\",\n        \"warehouse_city\": \"Mumbai\",\n        \"warehouse_state\": \"Maharashtra\",\n        \"warehouse_pincode\": 400001,\n        \"contact_name\": \"dfddr\",\n        \"contact_number\": \"9828797984\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 713,\n        \"warehouse_id\": \"Grow Simplee,Indiranagar\",\n        \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n        \"warehouse_gstin\": \"Bangalore Test GS\",\n        \"warehouse_phone\": \"9995552221\",\n        \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"KARNATAKA\",\n        \"warehouse_pincode\": 560008,\n        \"contact_name\": \"Saurabh Sinha\",\n        \"contact_number\": \"9995552221\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 716,\n        \"warehouse_id\": \"ds_blr_mtl\",\n        \"warehouse_name\": \"ds_blr_mtl\",\n        \"warehouse_gstin\": \"adaas\",\n        \"warehouse_phone\": \"9740728281\",\n        \"warehouse_address\": \"89/1, Outer Ring Rd, Behind @home, Marathahalli Village, Marathahalli, Bengaluru, Karnataka 560037\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560037,\n        \"contact_name\": \"Ravichandran\",\n        \"contact_number\": \"9740728281\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 722,\n        \"warehouse_id\": \"bhjghjj\",\n        \"warehouse_name\": \"bhjghjj\",\n        \"warehouse_gstin\": \"79787876767687678\",\n        \"warehouse_phone\": \"8786876876\",\n        \"warehouse_address\": \"bhjghjj\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560049,\n        \"contact_name\": \"bhjghjj\",\n        \"contact_number\": \"8786876876\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 718,\n        \"warehouse_id\": \"Newadd\",\n        \"warehouse_name\": \"Newadd\",\n        \"warehouse_gstin\": \"09899789789798\",\n        \"warehouse_phone\": \"9878978787\",\n        \"warehouse_address\": \"Newadd\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"Newadd\",\n        \"contact_number\": \"9878978787\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 596,\n        \"warehouse_id\": \"KY residency\",\n        \"warehouse_name\": \"KY residency\",\n        \"warehouse_gstin\": \"123123124234\",\n        \"warehouse_phone\": \"9999823334\",\n        \"warehouse_address\": \"House number 125 sector 4, Near Blue bells model school,\\nGurgaon, Haryana, 122001\",\n        \"warehouse_city\": \"Gurgaon\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 122001,\n        \"contact_name\": \"Kshitij Yadav\",\n        \"contact_number\": \"9999823334\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 597,\n        \"warehouse_id\": \"BwA\",\n        \"warehouse_name\": \"BwA\",\n        \"warehouse_gstin\": \"97989890u80\",\n        \"warehouse_phone\": \"6786798789\",\n        \"warehouse_address\": \"BwA\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560028,\n        \"contact_name\": \"BwA\",\n        \"contact_number\": \"6786798789\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 600,\n        \"warehouse_id\": \"KW\",\n        \"warehouse_name\": \"KW\",\n        \"warehouse_gstin\": \"789789798798789798789789889\",\n        \"warehouse_phone\": \"8979878978\",\n        \"warehouse_address\": \"KW\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560038,\n        \"contact_name\": \"KWded\",\n        \"contact_number\": \"8979878978\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 613,\n        \"warehouse_id\": \"Amey Jogupalya\",\n        \"warehouse_name\": \"Amey Jogupalya\",\n        \"warehouse_gstin\": \"absase1231\",\n        \"warehouse_phone\": \"7289802525\",\n        \"warehouse_address\": \"Flat No. 7, 13, 1st cross Jogupalya, Road, Halasuru, Bengaluru, Karnataka 560008\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560008,\n        \"contact_name\": \"Palak\",\n        \"contact_number\": \"7289802525\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 962,\n        \"warehouse_id\": \"sat\",\n        \"warehouse_name\": \"sat\",\n        \"warehouse_gstin\": \"sat\",\n        \"warehouse_phone\": \"9879877868\",\n        \"warehouse_address\": \"sat\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560047,\n        \"contact_name\": \"sat\",\n        \"contact_number\": \"9879877868\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 811,\n        \"warehouse_id\": \"QR\",\n        \"warehouse_name\": \"QR\",\n        \"warehouse_gstin\": \"QR1234\",\n        \"warehouse_phone\": \"8789782789\",\n        \"warehouse_address\": \"QR\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"QR\",\n        \"contact_number\": \"8789782789\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 780,\n        \"warehouse_id\": \"DM\",\n        \"warehouse_name\": \"DM\",\n        \"warehouse_gstin\": \"64564364634535\",\n        \"warehouse_phone\": \"9898978978\",\n        \"warehouse_address\": \"DM\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"DM\",\n        \"contact_number\": \"9898978978\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 755,\n        \"warehouse_id\": \"Jaipur AM\",\n        \"warehouse_name\": \"Jaipur AM\",\n        \"warehouse_gstin\": \"AADFDF1234R3DG\",\n        \"warehouse_phone\": \"8769907638\",\n        \"warehouse_address\": \"68/56, Sector-6, Pratap Nagar,  Jaipur, Rajasthan 302033\",\n        \"warehouse_city\": \"Jaipur\",\n        \"warehouse_state\": \"Rajasthan\",\n        \"warehouse_pincode\": 302033,\n        \"contact_name\": \"Ayushi\",\n        \"contact_number\": \"8769907638\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 764,\n        \"warehouse_id\": \"Test Warehouse GS1\",\n        \"warehouse_name\": \"Test Warehouse GS1\",\n        \"warehouse_gstin\": \"22AABCU9603R1ZT\",\n        \"warehouse_phone\": \"9898989898\",\n        \"warehouse_address\": \"1075-I, 5th Cross Rd, North, Appareddipalya, Indiranagar, Bengaluru\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560038,\n        \"contact_name\": \"Name Lastname\",\n        \"contact_number\": \"8989898989\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 824,\n        \"warehouse_id\": \"SFAD\",\n        \"warehouse_name\": \"SFAD\",\n        \"warehouse_gstin\": \"413253512312\",\n        \"warehouse_phone\": \"9964598347\",\n        \"warehouse_address\": \"FDGF\",\n        \"warehouse_city\": \"Mumbai\",\n        \"warehouse_state\": \"Maharashtra\",\n        \"warehouse_pincode\": 400009,\n        \"contact_name\": \"FHGFH\",\n        \"contact_number\": \"9964598347\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 822,\n        \"warehouse_id\": \"House number-636 Sector 29\",\n        \"warehouse_name\": \"House number-636 Sector 29\",\n        \"warehouse_gstin\": \"dsfghjklhgfdr454356\",\n        \"warehouse_phone\": \"7755048060\",\n        \"warehouse_address\": \"hgjgj\",\n        \"warehouse_city\": \"Faridabad\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 121008,\n        \"contact_name\": \"Pranjal\",\n        \"contact_number\": \"7755048060\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 957,\n        \"warehouse_id\": \"Addk06\",\n        \"warehouse_name\": \"Addk06\",\n        \"warehouse_gstin\": \"Addk06\",\n        \"warehouse_phone\": \"9109809890\",\n        \"warehouse_address\": \"Addk06\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"dhdhgfdhd\",\n        \"contact_number\": \"9109809890\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 937,\n        \"warehouse_id\": \"Ruksar-WH\",\n        \"warehouse_name\": \"Ruksar-WH\",\n        \"warehouse_gstin\": \"5621367125372443\",\n        \"warehouse_phone\": \"6234723647\",\n        \"warehouse_address\": \"Banglore\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560043,\n        \"contact_name\": \"QA-TEST\",\n        \"contact_number\": \"6234723647\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 938,\n        \"warehouse_id\": \"awb&kal\",\n        \"warehouse_name\": \"awb&kal\",\n        \"warehouse_gstin\": \"awb&kal\",\n        \"warehouse_phone\": \"9789897897\",\n        \"warehouse_address\": \"awb&kal, bANGALORE\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"awb&kal\",\n        \"contact_number\": \"9789897897\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 951,\n        \"warehouse_id\": \"Pranjal Warehouse\",\n        \"warehouse_name\": \"Pranjal Warehouse\",\n        \"warehouse_gstin\": \"Blah\",\n        \"warehouse_phone\": \"7755048060\",\n        \"warehouse_address\": \"House number-636 Sector 29\",\n        \"warehouse_city\": \"Gurgaon\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 122009,\n        \"contact_name\": \"Pranjal\",\n        \"contact_number\": \"7755048060\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 960,\n        \"warehouse_id\": \"addonok1\",\n        \"warehouse_name\": \"addonok1\",\n        \"warehouse_gstin\": \"678766576767575\",\n        \"warehouse_phone\": \"675675675567456\",\n        \"warehouse_address\": \"addonok1\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560047,\n        \"contact_name\": \"addonok1\",\n        \"contact_number\": \"675675675567456\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 965,\n        \"warehouse_id\": \"sat1\",\n        \"warehouse_name\": \"sat1\",\n        \"warehouse_gstin\": \"876786767676768\",\n        \"warehouse_phone\": \"9786786868768768000\",\n        \"warehouse_address\": \"sat1\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560049,\n        \"contact_name\": \"yygfygvjhbuhg\",\n        \"contact_number\": \"9786786868768768000\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 991,\n        \"warehouse_id\": \"Jaipur WE\",\n        \"warehouse_name\": \"Jaipur WE\",\n        \"warehouse_gstin\": \"ABCDEFGH\",\n        \"warehouse_phone\": \"8949666973\",\n        \"warehouse_address\": \"Plot No. 447, Near Radha Swami Satsang Bhawan, Road No. 17, VKI Area, Akeda Dungar, Jaipur\",\n        \"warehouse_city\": \"Jaipur\",\n        \"warehouse_state\": \"Rajasthan\",\n        \"warehouse_pincode\": 302013,\n        \"contact_name\": \"ANIL\",\n        \"contact_number\": \"8949666973\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 995,\n        \"warehouse_id\": \"Yash Jaipur House\",\n        \"warehouse_name\": \"Yash Jaipur House\",\n        \"warehouse_gstin\": \"06AAJCB5174E1ZR\",\n        \"warehouse_phone\": \"9414056297\",\n        \"warehouse_address\": \"7 ga 4 jawahar nagar \",\n        \"warehouse_city\": \"Jaipur\",\n        \"warehouse_state\": \"Rajasthan\",\n        \"warehouse_pincode\": 302004,\n        \"contact_name\": \"Ankita\",\n        \"contact_number\": \"9414056297\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1006,\n        \"warehouse_id\": \"Yash Govind Nagar\",\n        \"warehouse_name\": \"Yash Govind Nagar\",\n        \"warehouse_gstin\": \"06AAJCB5174E1ZR\",\n        \"warehouse_phone\": \"8005875834\",\n        \"warehouse_address\": \" Plot No. 141, Govind Nagar, Near JJ Valley Hotel, Mangayawas Road, Gopalpura Bypass, Jaipur\",\n        \"warehouse_city\": \"Jaipur\",\n        \"warehouse_state\": \"Rajasthan\",\n        \"warehouse_pincode\": 302020,\n        \"contact_name\": \"Aayush Sharma\",\n        \"contact_number\": \"8005875834\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1058,\n        \"warehouse_id\": \"WMSk\",\n        \"warehouse_name\": \"WMSk\",\n        \"warehouse_gstin\": \"WMSk\",\n        \"warehouse_phone\": \"9839893938\",\n        \"warehouse_address\": \"WMSk\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"WMSk\",\n        \"contact_number\": \"9839893938\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1236,\n        \"warehouse_id\": \"ed\",\n        \"warehouse_name\": \"ed\",\n        \"warehouse_gstin\": \"ed2324\",\n        \"warehouse_phone\": \"9898789789\",\n        \"warehouse_address\": \"ed\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560035,\n        \"contact_name\": \"ed\",\n        \"contact_number\": \"9898789789\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1061,\n        \"warehouse_id\": \"onwms\",\n        \"warehouse_name\": \"onwms\",\n        \"warehouse_gstin\": \"onwms8490809480\",\n        \"warehouse_phone\": \"9849894890489048\",\n        \"warehouse_address\": \"onwms\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"onwms\",\n        \"contact_number\": \"9849894890489048\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1113,\n        \"warehouse_id\": \"rbvfjbekjr\",\n        \"warehouse_name\": \"rbvfjbekjr\",\n        \"warehouse_gstin\": \"rbvfjbekjr\",\n        \"warehouse_phone\": \"9893820980\",\n        \"warehouse_address\": \"rbvfjbekjr\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560038,\n        \"contact_name\": \"rbvfjbekjr\",\n        \"contact_number\": \"9893820980\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1131,\n        \"warehouse_id\": \"PSCPI_Jaipur\",\n        \"warehouse_name\": \"PSCPI_Jaipur\",\n        \"warehouse_gstin\": \"NoGST\",\n        \"warehouse_phone\": \"7665252222\",\n        \"warehouse_address\": \"Rahul Garg, Ruchi Farms, 4C Scheme, Moti Banda Road, Macheda, Jaipur \",\n        \"warehouse_city\": \"Jaipur\",\n        \"warehouse_state\": \"Rajasthan\",\n        \"warehouse_pincode\": 302013,\n        \"contact_name\": \"Rahul garg\",\n        \"contact_number\": \"7665252222\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1153,\n        \"warehouse_id\": \"Opera_Flats\",\n        \"warehouse_name\": \"Opera_Flats\",\n        \"warehouse_gstin\": \"06AAQFT4857J1ZH\",\n        \"warehouse_phone\": \"8758210955\",\n        \"warehouse_address\": \"A/301 Opera Flats, Opposite Umrighar School, Parle Point Road, Surat, Gujarat - 395008\",\n        \"warehouse_city\": \"Surat\",\n        \"warehouse_state\": \"Gujarat\",\n        \"warehouse_pincode\": 395007,\n        \"contact_name\": \"Divya\",\n        \"contact_number\": \"8758210955\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1168,\n        \"warehouse_id\": \"GS_HYD_KMP\",\n        \"warehouse_name\": \"GS_HYD_KMP\",\n        \"warehouse_gstin\": \"NOGST\",\n        \"warehouse_phone\": \"9550899104\",\n        \"warehouse_address\": \"G Bupal Reddy Real Estate, Survey No-93, Shed No-5, Srikanth Reddy Estate, Gandimaisamma Mandalm Hyderabad, Kompally Village, Secunderabad, Medchal Malkajgiri\",\n        \"warehouse_city\": \"Hyderabad\",\n        \"warehouse_state\": \"Telangana\",\n        \"warehouse_pincode\": 500014,\n        \"contact_name\": \"Arun\",\n        \"contact_number\": \"9550899104\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1199,\n        \"warehouse_id\": \"Bucks\",\n        \"warehouse_name\": \"Bucks\",\n        \"warehouse_gstin\": \"Bucks76726873\",\n        \"warehouse_phone\": \"9839389343\",\n        \"warehouse_address\": \"Bucks\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560035,\n        \"contact_name\": \"Bucks\",\n        \"contact_number\": \"9839389343\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 1212,\n        \"warehouse_id\": \"Barkbutler Mumbai\",\n        \"warehouse_name\": \"Barkbutler Mumbai\",\n        \"warehouse_gstin\": \"27AAJCP2913P1ZX\",\n        \"warehouse_phone\": \"9920105525\",\n        \"warehouse_address\": \"2/21, Basera CHS, Siddharth Nagar, Road No-9 , Near Ekta Tripolos Tower, Above AUTOMAX AUTOMOTIVE APRILIA VESPA AUTHORIZE SERVICE CENTER Goregaon (West)Pincode- 400104 Mobile - 9920105525 & 7718989968\",\n        \"warehouse_city\": \"Mumbai\",\n        \"warehouse_state\": \"Maharashtra\",\n        \"warehouse_pincode\": 400104,\n        \"contact_name\": \"Akshay Chaurasiya\",\n        \"contact_number\": \"9920105525\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    }\n]"},{"id":"f6b3ecff-79df-4bc3-bb9c-cc74820c4123","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjX81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/warehouse/virtual/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:28:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c8b96f12-d890-4624-8dfe-791525592028"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"CmD9yEfWBcwFcUQ="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"39644b02-3d99-490b-a154-69167acd3bd9","name":"Success(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/warehouse/virtual/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:50:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16785"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9ff7fa0d-1158-49c9-9a10-4052e4d1d7e4"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, DELETE, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"16785"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjYFHHF_iYcF_CQ="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:50:40 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"warehouse_int_id\": 87,\n        \"warehouse_id\": \"Staging_Delhi297\",\n        \"warehouse_name\": \"Staging Delhi\",\n        \"warehouse_gstin\": \"\",\n        \"warehouse_phone\": \"9005533960\",\n        \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110074\",\n        \"warehouse_city\": \"Delhi\",\n        \"warehouse_state\": \"Delhi\",\n        \"warehouse_pincode\": 110074,\n        \"contact_name\": \"\",\n        \"contact_number\": \"\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 96,\n        \"warehouse_id\": \"Deepankar\",\n        \"warehouse_name\": \"Deepankar\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"9741819625\",\n        \"warehouse_address\": \"ejipura\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560047,\n        \"contact_name\": \"bangalore\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 86,\n        \"warehouse_id\": \"WH2\",\n        \"warehouse_name\": \"WH2\",\n        \"warehouse_gstin\": null,\n        \"warehouse_phone\": \"1210210201\",\n        \"warehouse_address\": \"12912109, DJAJ\",\n        \"warehouse_city\": \"NORTH DELHI\",\n        \"warehouse_state\": \"DELHI\",\n        \"warehouse_pincode\": 110074,\n        \"contact_name\": \"ABCA\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 5,\n        \"warehouse_id\": \"Staging_Gurgaon\",\n        \"warehouse_name\": \"Staging Gurgaon\",\n        \"warehouse_gstin\": \"\",\n        \"warehouse_phone\": \"9005533960\",\n        \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon, Haryana - 122004\",\n        \"warehouse_city\": \"Gurgaon\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 122004,\n        \"contact_name\": \"\",\n        \"contact_number\": \"\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 4,\n        \"warehouse_id\": \"Staging_Delhi\",\n        \"warehouse_name\": \"Staging Delhi\",\n        \"warehouse_gstin\": \"\",\n        \"warehouse_phone\": \"9005533960\",\n        \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110074\",\n        \"warehouse_city\": \"Delhi\",\n        \"warehouse_state\": \"Delhi\",\n        \"warehouse_pincode\": 110074,\n        \"contact_name\": \"\",\n        \"contact_number\": \"\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 78,\n        \"warehouse_id\": \"GS-Office\",\n        \"warehouse_name\": \"Home Indiranagar\",\n        \"warehouse_gstin\": \"test\",\n        \"warehouse_phone\": \"9131625473\",\n        \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560038,\n        \"contact_name\": \"Amar\",\n        \"contact_number\": null,\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 143,\n        \"warehouse_id\": \"Suarabh's Warehouse TEST\",\n        \"warehouse_name\": \"Suarabh's Warehouse TEST\",\n        \"warehouse_gstin\": \"ABCDEF\",\n        \"warehouse_phone\": \"8377086507\",\n        \"warehouse_address\": \"Sujjan Vihar Delhi -1 \",\n        \"warehouse_city\": \"Delhi\",\n        \"warehouse_state\": \"Delhi\",\n        \"warehouse_pincode\": 110037,\n        \"contact_name\": \"Saurabh Sinha\",\n        \"contact_number\": \"8377086507\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": true,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 173,\n        \"warehouse_id\": \"utkarsh1204\",\n        \"warehouse_name\": \"utkarsh1204\",\n        \"warehouse_gstin\": \"56op\",\n        \"warehouse_phone\": \"8585858585\",\n        \"warehouse_address\": \"jibbhjbhjbhjb\",\n        \"warehouse_city\": \"Faridabad\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 121006,\n        \"contact_name\": \"utkarsh1204\",\n        \"contact_number\": \"8585858585\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 178,\n        \"warehouse_id\": \"DeepankarTest\",\n        \"warehouse_name\": \"DeepankarTest\",\n        \"warehouse_gstin\": \"7892758014\",\n        \"warehouse_phone\": \"7892758014\",\n        \"warehouse_address\": \"ejipura\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560047,\n        \"contact_name\": \"Deepankar\",\n        \"contact_number\": \"7892758014\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 187,\n        \"warehouse_id\": \"utkatsh\",\n        \"warehouse_name\": \"utkatsh\",\n        \"warehouse_gstin\": \"oinljknkjn\",\n        \"warehouse_phone\": \"8484848484\",\n        \"warehouse_address\": \"jibbhjbhjbhjb\",\n        \"warehouse_city\": \"Faridabad\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 121006,\n        \"contact_name\": \"iknkjnkjnjkn\",\n        \"contact_number\": \"8484848484\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 188,\n        \"warehouse_id\": \"KTWH\",\n        \"warehouse_name\": \"KTWH\",\n        \"warehouse_gstin\": \"KTWH1234\",\n        \"warehouse_phone\": \"9108514638\",\n        \"warehouse_address\": \"KTWH\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"KTWH\",\n        \"contact_number\": \"9108514638\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 190,\n        \"warehouse_id\": \"Testingwh\",\n        \"warehouse_name\": \"Testingwh\",\n        \"warehouse_gstin\": \"123456788\",\n        \"warehouse_phone\": \"9089766563\",\n        \"warehouse_address\": \"Banglore\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560034,\n        \"contact_name\": \"QA-01\",\n        \"contact_number\": \"9089766563\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 197,\n        \"warehouse_id\": \"NWWH\",\n        \"warehouse_name\": \"NWWH\",\n        \"warehouse_gstin\": \"NWWH\",\n        \"warehouse_phone\": \"9288937898\",\n        \"warehouse_address\": \"NWWH\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"NWWH\",\n        \"contact_number\": \"9288937898\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 198,\n        \"warehouse_id\": \"Grow Simplee,Indiranagar1234\\n\",\n        \"warehouse_name\": \"Grow Simplee,Indiranagar1234\\n\",\n        \"warehouse_gstin\": \"Grow Simplee,Indiranagar\\n\",\n        \"warehouse_phone\": \"9288983898\",\n        \"warehouse_address\": \"Grow Simplee,Indiranagar\\n\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"Grow Simplee,Indiranagar\\n\",\n        \"contact_number\": \"9288983898\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 202,\n        \"warehouse_id\": \"QA-TEST-WH-01\",\n        \"warehouse_name\": \"QA-TEST-WH-01\",\n        \"warehouse_gstin\": \"12345666\",\n        \"warehouse_phone\": \"9048957983\",\n        \"warehouse_address\": \"Banglore\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560043,\n        \"contact_name\": \"qa\",\n        \"contact_number\": \"9048957983\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 203,\n        \"warehouse_id\": \"TEST-QA\",\n        \"warehouse_name\": \"TEST-QA\",\n        \"warehouse_gstin\": \"12143434354\",\n        \"warehouse_phone\": \"8986756546\",\n        \"warehouse_address\": \"Banglore\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560034,\n        \"contact_name\": \"qa\",\n        \"contact_number\": \"8986756546\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 221,\n        \"warehouse_id\": \"vfdgregv\",\n        \"warehouse_name\": \"vfdgregv\",\n        \"warehouse_gstin\": \"4e234354543534543\",\n        \"warehouse_phone\": \"9209820929\",\n        \"warehouse_address\": \"rgvregre\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560047,\n        \"contact_name\": \"b gfbfbfdgvrdgv\",\n        \"contact_number\": \"9209820929\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 195,\n        \"warehouse_id\": \"KONTest\",\n        \"warehouse_name\": \"KONTest\",\n        \"warehouse_gstin\": \"KONTest\",\n        \"warehouse_phone\": \"9108377339\",\n        \"warehouse_address\": \"KONTest\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"kjnkjnknkjn\",\n        \"contact_number\": \"9108377339\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 226,\n        \"warehouse_id\": \"Bouio1\",\n        \"warehouse_name\": \"Bouio1\",\n        \"warehouse_gstin\": \"898787687687687687\",\n        \"warehouse_phone\": \"9878979879\",\n        \"warehouse_address\": \"Bouio1\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"Bouio1\",\n        \"contact_number\": \"9878979879\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 213,\n        \"warehouse_id\": \"jhbjhb\",\n        \"warehouse_name\": \"jhbjhb\",\n        \"warehouse_gstin\": \"laskdnvjkbn\",\n        \"warehouse_phone\": \"9999999999\",\n        \"warehouse_address\": \"kjnjkb\",\n        \"warehouse_city\": \"Faridabad\",\n        \"warehouse_state\": \"Haryana\",\n        \"warehouse_pincode\": 121006,\n        \"contact_name\": \"lksdnzvjkn\",\n        \"contact_number\": \"9999999999\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 217,\n        \"warehouse_id\": \"PSource\",\n        \"warehouse_name\": \"PSource\",\n        \"warehouse_gstin\": \"938989380989\",\n        \"warehouse_phone\": \"9289893897\",\n        \"warehouse_address\": \"PSource\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"PSource\",\n        \"contact_number\": \"9289893897\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 229,\n        \"warehouse_id\": \"Name122@\",\n        \"warehouse_name\": \"Name122@\",\n        \"warehouse_gstin\": \"Name122@\",\n        \"warehouse_phone\": \"9878978979\",\n        \"warehouse_address\": \"Name122@\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"Name122@\",\n        \"contact_number\": \"9878978979\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 236,\n        \"warehouse_id\": \"DM\",\n        \"warehouse_name\": \"DM\",\n        \"warehouse_gstin\": \"DM123\",\n        \"warehouse_phone\": \"9979899889\",\n        \"warehouse_address\": \"DM\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"DM\",\n        \"contact_number\": \"9979899889\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 291,\n        \"warehouse_id\": \"NM\",\n        \"warehouse_name\": \"NM\",\n        \"warehouse_gstin\": \"NM7667768789\",\n        \"warehouse_phone\": \"9798798678\",\n        \"warehouse_address\": \"NM\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560038,\n        \"contact_name\": \"NM\",\n        \"contact_number\": \"9798798678\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 292,\n        \"warehouse_id\": \"kkk\",\n        \"warehouse_name\": \"kkk\",\n        \"warehouse_gstin\": \"kkk\",\n        \"warehouse_phone\": \"8657675675\",\n        \"warehouse_address\": \"kkk\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560038,\n        \"contact_name\": \"kkk\",\n        \"contact_number\": \"8657675675\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 301,\n        \"warehouse_id\": \"KRUI&KAL\",\n        \"warehouse_name\": \"KRUI&KAL\",\n        \"warehouse_gstin\": \"8798798289798833\",\n        \"warehouse_phone\": \"9289080980\",\n        \"warehouse_address\": \"thjueikem\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"KAL\",\n        \"contact_number\": \"9289080980\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 303,\n        \"warehouse_id\": \"awwwsaw&wjbadkjnkj\",\n        \"warehouse_name\": \"awwwsaw&wjbadkjnkj\",\n        \"warehouse_gstin\": \"87886876876876876\",\n        \"warehouse_phone\": \"9789687576\",\n        \"warehouse_address\": \"jhgjhjkhjknkj\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560038,\n        \"contact_name\": \"ngjhfyufuihkjhn\",\n        \"contact_number\": \"9789687576\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 304,\n        \"warehouse_id\": \"billk27\",\n        \"warehouse_name\": \"billk27\",\n        \"warehouse_gstin\": \"billk27\",\n        \"warehouse_phone\": \"2435234324\",\n        \"warehouse_address\": \"billk27\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560028,\n        \"contact_name\": \"billk27\",\n        \"contact_number\": \"2435234324\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 308,\n        \"warehouse_id\": \"bilk06\",\n        \"warehouse_name\": \"bilk06\",\n        \"warehouse_gstin\": \"bilk06\",\n        \"warehouse_phone\": \"6554645654\",\n        \"warehouse_address\": \"bilk06\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"bilk06\",\n        \"contact_number\": \"6554645654\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 311,\n        \"warehouse_id\": \"klpm\",\n        \"warehouse_name\": \"klpm\",\n        \"warehouse_gstin\": \"876789789798098\",\n        \"warehouse_phone\": \"9080903920\",\n        \"warehouse_address\": \"klpm\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560037,\n        \"contact_name\": \"klpm\",\n        \"contact_number\": \"9080903920\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 316,\n        \"warehouse_id\": \"tgvrfd\",\n        \"warehouse_name\": \"tgvrfd\",\n        \"warehouse_gstin\": \"hbhdftgdr\",\n        \"warehouse_phone\": \"8789789789\",\n        \"warehouse_address\": \"rfvgds\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"gdgv\",\n        \"contact_number\": \"8789789789\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 319,\n        \"warehouse_id\": \"home_test_2\",\n        \"warehouse_name\": \"home_test_2\",\n        \"warehouse_gstin\": \"Sample\",\n        \"warehouse_phone\": \"9999999999\",\n        \"warehouse_address\": \"Sample address\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560100,\n        \"contact_name\": \"Ruksar\",\n        \"contact_number\": \"9999999999\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 320,\n        \"warehouse_id\": \"KM\",\n        \"warehouse_name\": \"KM\",\n        \"warehouse_gstin\": \"KM\",\n        \"warehouse_phone\": \"8898271897\",\n        \"warehouse_address\": \"KM\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560039,\n        \"contact_name\": \"KM\",\n        \"contact_number\": \"8898271897\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    },\n    {\n        \"warehouse_int_id\": 323,\n        \"warehouse_id\": \"Test Warehouse GS1\",\n        \"warehouse_name\": \"Test Warehouse GS1\",\n        \"warehouse_gstin\": \"22AABCU9603R1ZT\",\n        \"warehouse_phone\": \"9898989898\",\n        \"warehouse_address\": \"1075-I, 5th Cross Rd, North, Appareddipalya, Indiranagar, Bengaluru\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": 560038,\n        \"contact_name\": \"Name Lastname\",\n        \"contact_number\": \"8989898989\",\n        \"wms_id\": \"1\",\n        \"op_owner\": \"1\",\n        \"shipping_auto\": true,\n        \"stock_tracking\": false,\n        \"bin_tracking\": false,\n        \"warehouse_pin\": null,\n        \"is_app_enabled\": false\n    }\n]"},{"id":"a36ef874-734d-4c5a-9501-974685e49c2c","name":"Failure(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJn0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/warehouse/virtual/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:51:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3193dff4-9d2f-4431-8c8c-afb82fe9145d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"AjYJ4EdUiYcFRkQ="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"}],"_postman_id":"8bb89c6b-a256-4ddd-abc4-7f97704a2c69"}],"id":"60991124-d745-47ed-9cc4-9694998369fa","description":"<p>Warehouses are stores of inventory. Following documentation will help you to fetch warehouses.</p>\n","_postman_id":"60991124-d745-47ed-9cc4-9694998369fa"},{"name":"Stocks","item":[{"name":"Fetch stocks","id":"2dea189b-856d-4572-8637-5de829b3f5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","type":"text","description":"<p>id_token received in Authorization API</p>\n"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/v1/inventory/inventory/stocks/","description":"<blockquote>\n<p><strong>Query Parameter</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>product__sku_id</td>\n<td>String</td>\n<td>No</td>\n<td>Unique product (SKU) identifier. If this query parameter is added, stock specific to this product will be returned in response</td>\n</tr>\n<tr>\n<td>warehouse__warehouse_id</td>\n<td>String</td>\n<td>No</td>\n<td>Unique warehouse identifier. If this query parameter is added, stock specific to this warehouse will be returned in response</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>No</td>\n<td>Stock status you are querying example <code>Ready</code>, <code>Bad</code>, <code>Hold</code></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>gs_uid</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>String</td>\n<td>User Id allocated by Grow Simplee</td>\n</tr>\n<tr>\n<td>sku_id</td>\n<td>String</td>\n<td>SKU Id</td>\n</tr>\n<tr>\n<td>length</td>\n<td>String</td>\n<td>Length of the product in <strong>millimeter</strong></td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>String</td>\n<td>Breadth of the product in <strong>millimeter</strong></td>\n</tr>\n<tr>\n<td>height</td>\n<td>String</td>\n<td>Height of the product in <strong>millimeter</strong></td>\n</tr>\n<tr>\n<td>dead_weight</td>\n<td>String</td>\n<td>Dead Weight of the product in <strong>grams</strong></td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Product name</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td>standard_price</td>\n<td>String</td>\n<td>Typical product price across all channels or MRP</td>\n</tr>\n<tr>\n<td>is_fragile</td>\n<td>Boolean</td>\n<td>Is the product fragile? This is used for shipping purposes</td>\n</tr>\n<tr>\n<td>box_qty</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>gst_per</td>\n<td>Integer</td>\n<td>GST tax slab of product</td>\n</tr>\n<tr>\n<td>product_pics</td>\n<td>String Array</td>\n<td>List of image urls of product. At max 4</td>\n</tr>\n<tr>\n<td>color</td>\n<td>String</td>\n<td>Product Color</td>\n</tr>\n<tr>\n<td>pack_size</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>hsn_code</td>\n<td>String</td>\n<td>Harmonized standardized code for taxation compliant with GST</td>\n</tr>\n<tr>\n<td>is_expirable</td>\n<td>Boolean</td>\n<td>Is product Expirable</td>\n</tr>\n<tr>\n<td>is_combo</td>\n<td>Boolean</td>\n<td>Is product Combo</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>warehouse_int_id</td>\n<td>Integer</td>\n<td>Warehouse Integer Id</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>String</td>\n<td>Unique Identifier for the warehouse of seller</td>\n</tr>\n<tr>\n<td>warehouse_name</td>\n<td>String</td>\n<td>Warehouse Name</td>\n</tr>\n<tr>\n<td>warehouse_gstin</td>\n<td>String</td>\n<td>GST Number of warehouse</td>\n</tr>\n<tr>\n<td>warehouse_phone</td>\n<td>String</td>\n<td>Warehouse Phone Nunber</td>\n</tr>\n<tr>\n<td>warehouse_address</td>\n<td>String</td>\n<td>Warehouse Address</td>\n</tr>\n<tr>\n<td>warehouse_city</td>\n<td>String</td>\n<td>Warehouse City</td>\n</tr>\n<tr>\n<td>warehouse_state</td>\n<td>String</td>\n<td>Warehouse State</td>\n</tr>\n<tr>\n<td>warehouse_pincode</td>\n<td>Integer</td>\n<td>Warehouse Pincode</td>\n</tr>\n<tr>\n<td>contact_name</td>\n<td>String</td>\n<td>Name of Point of contact of the warehouse</td>\n</tr>\n<tr>\n<td>contact_number</td>\n<td>String</td>\n<td>Contact Number of Point of contact of warehouse</td>\n</tr>\n<tr>\n<td>wms_id</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>op_owner</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>shipping_auto</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>stock_tracking</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>bin_tracking</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>warehouse_pin</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>is_app_enabled</td>\n<td>Boolean</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>Quantity of the SKU</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status of the stock</td>\n</tr>\n<tr>\n<td>psv_date</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"note\">Note</h3>\n<ul>\n<li>Fields in the query parameter will be done in AND condition.</li>\n<li>If no query parameter is pass then all stocks will be returned.</li>\n</ul>\n","urlObject":{"path":["v1","inventory","inventory","stocks",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"93d74441-7349-4f0c-8a3e-88f8836af5af","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":""},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/inventory/stocks/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:29:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"514674"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0bcdda33-dd64-4122-bcaf-39763a48d83c"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"c10ffa28-33a5-4db0-805f-9da2f1ec58b1"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"514674"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:29:27 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmEKDHY4hcwFrFw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"514674"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:29:27 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 18876,\n        \"product\": {\n            \"gs_uid\": 1390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 23,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-28T17:27:16.720935Z\"\n    },\n    {\n        \"id\": 1466,\n        \"product\": {\n            \"gs_uid\": 1390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 274,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-11-21T12:21:34.409479Z\"\n    },\n    {\n        \"id\": 102235,\n        \"product\": {\n            \"gs_uid\": 1390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 68,\n            \"warehouse_id\": \"Divya_Surat\",\n            \"warehouse_name\": \"Opera_Flats\",\n            \"warehouse_gstin\": \"06AAQFT4857J1ZH\",\n            \"warehouse_phone\": \"8758210955\",\n            \"warehouse_address\": \"A/301 Opera Flats, Opposite Umrighar School, Parle Point Road, Surat, Gujarat - 395007\",\n            \"warehouse_city\": \"Surat\",\n            \"warehouse_state\": \"Gujarat\",\n            \"warehouse_pincode\": 395007,\n            \"contact_name\": \"Divya\",\n            \"contact_number\": \"8758210955\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 13,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T16:08:15.068097Z\"\n    },\n    {\n        \"id\": 102236,\n        \"product\": {\n            \"gs_uid\": 1390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 306,\n            \"warehouse_id\": \"nl\",\n            \"warehouse_name\": \"nl\",\n            \"warehouse_gstin\": \"mn \",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"jjjhj\",\n            \"warehouse_city\": \"Faridabad\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 999999,\n            \"contact_name\": \"bkb\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T16:11:46.195821Z\"\n    },\n    {\n        \"id\": 102237,\n        \"product\": {\n            \"gs_uid\": 1390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 288,\n            \"warehouse_id\": \"7-ga-4 hnwkfbkv\",\n            \"warehouse_name\": \"7-ga-4 hnwkfbkv\",\n            \"warehouse_gstin\": \"88484\",\n            \"warehouse_phone\": \"3883883883\",\n            \"warehouse_address\": \"jawahar nagar, jaipur\",\n            \"warehouse_city\": \"Fatehgarh Sahib\",\n            \"warehouse_state\": \"Punjab\",\n            \"warehouse_pincode\": 373377,\n            \"contact_name\": \"dbvd\",\n            \"contact_number\": \"3883883883\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T16:13:54.497821Z\"\n    },\n    {\n        \"id\": 183442,\n        \"product\": {\n            \"gs_uid\": 1390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 716,\n            \"warehouse_id\": \"ds_blr_mtl\",\n            \"warehouse_name\": \"ds_blr_mtl\",\n            \"warehouse_gstin\": \"adaas\",\n            \"warehouse_phone\": \"9740728281\",\n            \"warehouse_address\": \"89/1, Outer Ring Rd, Behind @home, Marathahalli Village, Marathahalli, Bengaluru, Karnataka 560037\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Ravichandran\",\n            \"contact_number\": \"9740728281\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-03-17T11:39:22.648150Z\"\n    },\n    {\n        \"id\": 15272,\n        \"product\": {\n            \"gs_uid\": 29140,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188060926\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 2,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:32:31.647643Z\"\n    },\n    {\n        \"id\": 15274,\n        \"product\": {\n            \"gs_uid\": 29142,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188126462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:32:31.668626Z\"\n    },\n    {\n        \"id\": 136780,\n        \"product\": {\n            \"gs_uid\": 29142,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188126462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 68,\n            \"warehouse_id\": \"Divya_Surat\",\n            \"warehouse_name\": \"Opera_Flats\",\n            \"warehouse_gstin\": \"06AAQFT4857J1ZH\",\n            \"warehouse_phone\": \"8758210955\",\n            \"warehouse_address\": \"A/301 Opera Flats, Opposite Umrighar School, Parle Point Road, Surat, Gujarat - 395007\",\n            \"warehouse_city\": \"Surat\",\n            \"warehouse_state\": \"Gujarat\",\n            \"warehouse_pincode\": 395007,\n            \"contact_name\": \"Divya\",\n            \"contact_number\": \"8758210955\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-06T14:29:12.291381Z\"\n    },\n    {\n        \"id\": 15276,\n        \"product\": {\n            \"gs_uid\": 29144,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Shirt\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:39:59.796277Z\"\n    },\n    {\n        \"id\": 15275,\n        \"product\": {\n            \"gs_uid\": 29143,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Shirt\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 104,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:39:59.785270Z\"\n    },\n    {\n        \"id\": 62244,\n        \"product\": {\n            \"gs_uid\": 29143,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Shirt\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 596,\n            \"warehouse_id\": \"KY residency\",\n            \"warehouse_name\": \"KY residency\",\n            \"warehouse_gstin\": \"123123124234\",\n            \"warehouse_phone\": \"9999823334\",\n            \"warehouse_address\": \"House number 125 sector 4, Near Blue bells model school,\\nGurgaon, Haryana, 122001\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122001,\n            \"contact_name\": \"Kshitij Yadav\",\n            \"contact_number\": \"9999823334\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-12T10:06:32.484115Z\"\n    },\n    {\n        \"id\": 323,\n        \"product\": {\n            \"gs_uid\": 432,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO006\",\n            \"length\": \"6.800\",\n            \"breadth\": \"5.800\",\n            \"height\": \"6.800\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Dr.oracle Antibac Moisturizing Gel Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 999,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.108084Z\"\n    },\n    {\n        \"id\": 321,\n        \"product\": {\n            \"gs_uid\": 619,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO004\",\n            \"length\": \"4.500\",\n            \"breadth\": \"12.000\",\n            \"height\": \"3.500\",\n            \"dead_weight\": \"80.000\",\n            \"name\": \"Dr.oracle Antibac Greentherapy Tightening Ampoule (40ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1202,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.096047Z\"\n    },\n    {\n        \"id\": 11671,\n        \"product\": {\n            \"gs_uid\": 18474,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Test01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 96,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-02T05:13:54.967575Z\"\n    },\n    {\n        \"id\": 102229,\n        \"product\": {\n            \"gs_uid\": 18474,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Test01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 68,\n            \"warehouse_id\": \"Divya_Surat\",\n            \"warehouse_name\": \"Opera_Flats\",\n            \"warehouse_gstin\": \"06AAQFT4857J1ZH\",\n            \"warehouse_phone\": \"8758210955\",\n            \"warehouse_address\": \"A/301 Opera Flats, Opposite Umrighar School, Parle Point Road, Surat, Gujarat - 395007\",\n            \"warehouse_city\": \"Surat\",\n            \"warehouse_state\": \"Gujarat\",\n            \"warehouse_pincode\": 395007,\n            \"contact_name\": \"Divya\",\n            \"contact_number\": \"8758210955\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T13:16:39.463624Z\"\n    },\n    {\n        \"id\": 90090,\n        \"product\": {\n            \"gs_uid\": 21380,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DS_BAG_BOX\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"10000.000\",\n            \"name\": \"Bag Box\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 335,\n            \"warehouse_id\": \"ds_nct_dwrk\",\n            \"warehouse_name\": \"ds_nct_dwrk\",\n            \"warehouse_gstin\": \"ABDGCDFKF\",\n            \"warehouse_phone\": \"8750667126\",\n            \"warehouse_address\": \"Dwarka sector-19, Plot n. 120, KH.NO.7/4,Pochanpur extn, New delhi\",\n            \"warehouse_city\": \"North West Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110059,\n            \"contact_name\": \"Ajay\",\n            \"contact_number\": \"8750667126\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-03T10:52:59.305250Z\"\n    },\n    {\n        \"id\": 22310,\n        \"product\": {\n            \"gs_uid\": 21380,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DS_BAG_BOX\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"10000.000\",\n            \"name\": \"Bag Box\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 393,\n            \"warehouse_id\": \"ds_mum_kurla\",\n            \"warehouse_name\": \"ds_mum_kurla\",\n            \"warehouse_gstin\": \"AXGHDTDCSIF\",\n            \"warehouse_phone\": \"9820378807\",\n            \"warehouse_address\": \"244, Masarani Industrial Estate, Masarani Lane, Kurla West, Mumbai,\",\n            \"warehouse_city\": \"Mumbai\",\n            \"warehouse_state\": \"Maharashtra\",\n            \"warehouse_pincode\": 400070,\n            \"contact_name\": \"Abbas\",\n            \"contact_number\": \"9820378807\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-06T09:42:46.118233Z\"\n    },\n    {\n        \"id\": 75155,\n        \"product\": {\n            \"gs_uid\": 21380,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DS_BAG_BOX\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"10000.000\",\n            \"name\": \"Bag Box\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 716,\n            \"warehouse_id\": \"ds_blr_mtl\",\n            \"warehouse_name\": \"ds_blr_mtl\",\n            \"warehouse_gstin\": \"adaas\",\n            \"warehouse_phone\": \"9740728281\",\n            \"warehouse_address\": \"89/1, Outer Ring Rd, Behind @home, Marathahalli Village, Marathahalli, Bengaluru, Karnataka 560037\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Ravichandran\",\n            \"contact_number\": \"9740728281\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-31T10:40:41.385660Z\"\n    },\n    {\n        \"id\": 8822,\n        \"product\": {\n            \"gs_uid\": 18286,\n            \"user_id\": \"1\",\n            \"sku_id\": \"wms-pr\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"wmstestproduct\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1098,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-04-20T04:48:10.206456Z\"\n    },\n    {\n        \"id\": 12424,\n        \"product\": {\n            \"gs_uid\": 20977,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9SKU1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-09T06:08:13.600621Z\"\n    },\n    {\n        \"id\": 28874,\n        \"product\": {\n            \"gs_uid\": 20979,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9SKU3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-03T09:43:42.000035Z\"\n    },\n    {\n        \"id\": 12425,\n        \"product\": {\n            \"gs_uid\": 20981,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9SKU5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2022-05-09T06:10:15.022694Z\"\n    },\n    {\n        \"id\": 12426,\n        \"product\": {\n            \"gs_uid\": 20981,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9SKU5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-05-09T06:10:48.440130Z\"\n    },\n    {\n        \"id\": 12427,\n        \"product\": {\n            \"gs_uid\": 20981,\n            \"user_id\": \"1\",\n            \"sku_id\": \"9SKU5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-09T06:11:15.016153Z\"\n    },\n    {\n        \"id\": 8815,\n        \"product\": {\n            \"gs_uid\": 18213,\n            \"user_id\": \"1\",\n            \"sku_id\": \"wmstestone\",\n            \"length\": \"12.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"wmstestone\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"12345\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 88,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-04-18T10:03:18.093696Z\"\n    },\n    {\n        \"id\": 8816,\n        \"product\": {\n            \"gs_uid\": 18214,\n            \"user_id\": \"1\",\n            \"sku_id\": \"wmstesttwo\",\n            \"length\": \"11.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"wmstesttwo\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"198\",\n            \"hsn_code\": \"3214322\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 157,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-04-18T10:04:24.200638Z\"\n    },\n    {\n        \"id\": 26429,\n        \"product\": {\n            \"gs_uid\": 18259,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Bat1\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 2,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-21T13:37:21.801168Z\"\n    },\n    {\n        \"id\": 26431,\n        \"product\": {\n            \"gs_uid\": 18271,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O013\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Bat13\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-21T14:21:30.983819Z\"\n    },\n    {\n        \"id\": 686,\n        \"product\": {\n            \"gs_uid\": 15983,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Daal - M\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 196,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-08T15:12:40.669247Z\"\n    },\n    {\n        \"id\": 8122,\n        \"product\": {\n            \"gs_uid\": 15983,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Daal - M\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-02-25T06:04:44.604298Z\"\n    },\n    {\n        \"id\": 19173,\n        \"product\": {\n            \"gs_uid\": 18306,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Pen1\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-05T06:06:48.487602Z\"\n    },\n    {\n        \"id\": 17204,\n        \"product\": {\n            \"gs_uid\": 18318,\n            \"user_id\": \"1\",\n            \"sku_id\": \"S013\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Pen13\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-23T14:10:58.682851Z\"\n    },\n    {\n        \"id\": 104004,\n        \"product\": {\n            \"gs_uid\": 52531,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-PROD\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 3,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2023-01-05T05:09:06.662325Z\"\n    },\n    {\n        \"id\": 156953,\n        \"product\": {\n            \"gs_uid\": 52531,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-PROD\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1049,\n            \"warehouse_id\": \"home_test_2\",\n            \"warehouse_name\": \"home_test_2\",\n            \"warehouse_gstin\": \"Sample\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Sample address\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560100,\n            \"contact_name\": \"Ruksar\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-20T14:52:14.960309Z\"\n    },\n    {\n        \"id\": 156954,\n        \"product\": {\n            \"gs_uid\": 52531,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-PROD\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1049,\n            \"warehouse_id\": \"home_test_2\",\n            \"warehouse_name\": \"home_test_2\",\n            \"warehouse_gstin\": \"Sample\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Sample address\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560100,\n            \"contact_name\": \"Ruksar\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 2,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2023-02-20T14:54:49.582674Z\"\n    },\n    {\n        \"id\": 23111,\n        \"product\": {\n            \"gs_uid\": 52531,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-PROD\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 76,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T14:44:43.345287Z\"\n    },\n    {\n        \"id\": 2,\n        \"product\": {\n            \"gs_uid\": 3335,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS1\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"16.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Eno Bottle\",\n            \"category\": \"Medicine\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A!B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 40,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-03-18T09:28:49.324739Z\"\n    },\n    {\n        \"id\": 1,\n        \"product\": {\n            \"gs_uid\": 3335,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS1\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"16.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Eno Bottle\",\n            \"category\": \"Medicine\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A!B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 141,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-18T09:28:49.321081Z\"\n    },\n    {\n        \"id\": 70,\n        \"product\": {\n            \"gs_uid\": 3335,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS1\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"16.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Eno Bottle\",\n            \"category\": \"Medicine\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A!B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-04-09T10:57:33.387116Z\"\n    },\n    {\n        \"id\": 71,\n        \"product\": {\n            \"gs_uid\": 3335,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS1\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"16.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Eno Bottle\",\n            \"category\": \"Medicine\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A!B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-04-09T10:57:33.388725Z\"\n    },\n    {\n        \"id\": 3,\n        \"product\": {\n            \"gs_uid\": 3335,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS1\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"16.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Eno Bottle\",\n            \"category\": \"Medicine\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A!B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 3455,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-18T09:28:49.326450Z\"\n    },\n    {\n        \"id\": 72,\n        \"product\": {\n            \"gs_uid\": 3335,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS1\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"16.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Eno Bottle\",\n            \"category\": \"Medicine\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"20.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A!B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 95,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-04-09T10:57:33.390386Z\"\n    },\n    {\n        \"id\": 41,\n        \"product\": {\n            \"gs_uid\": 4566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gs3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"iphon\",\n            \"category\": \"phone\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-04-02T14:12:03.281206Z\"\n    },\n    {\n        \"id\": 42,\n        \"product\": {\n            \"gs_uid\": 4566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gs3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"iphon\",\n            \"category\": \"phone\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-04-02T14:12:03.283630Z\"\n    },\n    {\n        \"id\": 40,\n        \"product\": {\n            \"gs_uid\": 4566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gs3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"iphon\",\n            \"category\": \"phone\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 220,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-04-02T14:10:28.365649Z\"\n    },\n    {\n        \"id\": 251,\n        \"product\": {\n            \"gs_uid\": 4566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gs3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"iphon\",\n            \"category\": \"phone\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 124,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-14T10:52:43.079311Z\"\n    },\n    {\n        \"id\": 253,\n        \"product\": {\n            \"gs_uid\": 4566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gs3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"iphon\",\n            \"category\": \"phone\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-07-14T10:53:01.961097Z\"\n    },\n    {\n        \"id\": 254,\n        \"product\": {\n            \"gs_uid\": 4566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gs3\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"iphon\",\n            \"category\": \"phone\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"hsncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-07-14T10:53:01.963490Z\"\n    },\n    {\n        \"id\": 14750,\n        \"product\": {\n            \"gs_uid\": 26563,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 104,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-09T17:29:12.585006Z\"\n    },\n    {\n        \"id\": 12842,\n        \"product\": {\n            \"gs_uid\": 21480,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Value1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Testprod\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"3000000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-19T06:18:08.243161Z\"\n    },\n    {\n        \"id\": 26428,\n        \"product\": {\n            \"gs_uid\": 52532,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-TEST\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRODUCT1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-21T13:34:41.944419Z\"\n    },\n    {\n        \"id\": 102224,\n        \"product\": {\n            \"gs_uid\": 52532,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-TEST\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRODUCT1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 68,\n            \"warehouse_id\": \"Divya_Surat\",\n            \"warehouse_name\": \"Opera_Flats\",\n            \"warehouse_gstin\": \"06AAQFT4857J1ZH\",\n            \"warehouse_phone\": \"8758210955\",\n            \"warehouse_address\": \"A/301 Opera Flats, Opposite Umrighar School, Parle Point Road, Surat, Gujarat - 395007\",\n            \"warehouse_city\": \"Surat\",\n            \"warehouse_state\": \"Gujarat\",\n            \"warehouse_pincode\": 395007,\n            \"contact_name\": \"Divya\",\n            \"contact_number\": \"8758210955\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 6,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T13:14:49.207131Z\"\n    },\n    {\n        \"id\": 102230,\n        \"product\": {\n            \"gs_uid\": 52532,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-TEST\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRODUCT1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 26,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T13:19:41.016149Z\"\n    },\n    {\n        \"id\": 137942,\n        \"product\": {\n            \"gs_uid\": 52532,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-TEST\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRODUCT1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1049,\n            \"warehouse_id\": \"home_test_2\",\n            \"warehouse_name\": \"home_test_2\",\n            \"warehouse_gstin\": \"Sample\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Sample address\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560100,\n            \"contact_name\": \"Ruksar\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": -6,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-06T15:27:13.854353Z\"\n    },\n    {\n        \"id\": 23834,\n        \"product\": {\n            \"gs_uid\": 51690,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Please work\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Phuto\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-15T10:30:16.493543Z\"\n    },\n    {\n        \"id\": 128,\n        \"product\": {\n            \"gs_uid\": 7268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"123\",\n            \"length\": \"56.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"3.000\",\n            \"name\": \"DFVD\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-05-05T13:54:14.092807Z\"\n    },\n    {\n        \"id\": 129,\n        \"product\": {\n            \"gs_uid\": 7268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"123\",\n            \"length\": \"56.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"3.000\",\n            \"name\": \"DFVD\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-05-05T13:54:14.094764Z\"\n    },\n    {\n        \"id\": 127,\n        \"product\": {\n            \"gs_uid\": 7268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"123\",\n            \"length\": \"56.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"3.000\",\n            \"name\": \"DFVD\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-05-05T13:54:05.484045Z\"\n    },\n    {\n        \"id\": 18467,\n        \"product\": {\n            \"gs_uid\": 32755,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Imagine_dragons\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Imagine Dragons\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-13T21:53:19.623475Z\"\n    },\n    {\n        \"id\": 18468,\n        \"product\": {\n            \"gs_uid\": 32756,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Imagine_dragons_2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Imagine_dragons 2\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-13T21:53:29.193599Z\"\n    },\n    {\n        \"id\": 23825,\n        \"product\": {\n            \"gs_uid\": 52891,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TEST_COMBO_1\",\n            \"length\": \"12.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"1200.000\",\n            \"name\": \"Atta ABCD Combo\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1232.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 197,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-15T07:17:23.261967Z\"\n    },\n    {\n        \"id\": 19022,\n        \"product\": {\n            \"gs_uid\": 39422,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Pranjal01\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"96.000\",\n            \"name\": \"Pranjal Expiry\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-01T09:02:57.618406Z\"\n    },\n    {\n        \"id\": 309,\n        \"product\": {\n            \"gs_uid\": 1045,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs032\",\n            \"length\": \"7.000\",\n            \"breadth\": \"3.400\",\n            \"height\": \"7.800\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 23W Ecru Refill (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1410.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 2000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.022004Z\"\n    },\n    {\n        \"id\": 435,\n        \"product\": {\n            \"gs_uid\": 1046,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC003\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"151.000\",\n            \"name\": \"Dr. Ceuracle Royal Vita Propolis 33 Cream (50g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.861286Z\"\n    },\n    {\n        \"id\": 334,\n        \"product\": {\n            \"gs_uid\": 1055,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR005\",\n            \"length\": \"4.500\",\n            \"breadth\": \"4.500\",\n            \"height\": \"14.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"Cosrx AC Collection Calming Liquid Mild (125ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1890.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 997,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.180651Z\"\n    },\n    {\n        \"id\": 26423,\n        \"product\": {\n            \"gs_uid\": 53218,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-COMBO-B\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"SUB-PROD\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"97\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-21T12:59:29.553280Z\"\n    },\n    {\n        \"id\": 26424,\n        \"product\": {\n            \"gs_uid\": 53219,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-COMBO-C\",\n            \"length\": \"1.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"SUB-PROD\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 8,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-21T12:59:40.566587Z\"\n    },\n    {\n        \"id\": 456,\n        \"product\": {\n            \"gs_uid\": 1118,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT018\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Hyaluronic Acid Complex (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.051352Z\"\n    },\n    {\n        \"id\": 437,\n        \"product\": {\n            \"gs_uid\": 1447,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC005\",\n            \"length\": \"7.000\",\n            \"breadth\": \"6.500\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Dr. Ceuracle 5α CONTROL CLEARING CREAM (50g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.912068Z\"\n    },\n    {\n        \"id\": 281,\n        \"product\": {\n            \"gs_uid\": 1130,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs010S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Midnight Blue Calming Cream (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 995,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.845354Z\"\n    },\n    {\n        \"id\": 420,\n        \"product\": {\n            \"gs_uid\": 1212,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA006\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK T2 READY TO COOL (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.728840Z\"\n    },\n    {\n        \"id\": 7959,\n        \"product\": {\n            \"gs_uid\": 1326,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs002S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Rich Moist Soothing Serum (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 50,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-14T13:37:58.827572Z\"\n    },\n    {\n        \"id\": 267,\n        \"product\": {\n            \"gs_uid\": 1326,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs002S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Rich Moist Soothing Serum (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 860,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.760588Z\"\n    },\n    {\n        \"id\": 431,\n        \"product\": {\n            \"gs_uid\": 2815,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA005\",\n            \"length\": \"5.000\",\n            \"breadth\": \"19.300\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"KLAVUU PURE PEARLSATION Divine Pearl Cleansing Oil (150 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.799186Z\"\n    },\n    {\n        \"id\": 22300,\n        \"product\": {\n            \"gs_uid\": 33249,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg03\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-05T07:13:11.349308Z\"\n    },\n    {\n        \"id\": 18861,\n        \"product\": {\n            \"gs_uid\": 33251,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg05\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 12,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-27T05:14:26.533582Z\"\n    },\n    {\n        \"id\": 18873,\n        \"product\": {\n            \"gs_uid\": 33255,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg09\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-28T09:57:51.407469Z\"\n    },\n    {\n        \"id\": 317,\n        \"product\": {\n            \"gs_uid\": 1541,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY008\",\n            \"length\": \"4.600\",\n            \"breadth\": \"4.600\",\n            \"height\": \"19.200\",\n            \"dead_weight\": \"279.000\",\n            \"name\": \"VELY VELY GOOD MORNING CLEANSER (200 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1640.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.071366Z\"\n    },\n    {\n        \"id\": 20547,\n        \"product\": {\n            \"gs_uid\": 33256,\n            \"user_id\": \"1\",\n            \"sku_id\": \"expreg10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 11,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-08T06:59:22.736593Z\"\n    },\n    {\n        \"id\": 271,\n        \"product\": {\n            \"gs_uid\": 1938,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs003S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Rich Moist Soothing Cream (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 987,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.783615Z\"\n    },\n    {\n        \"id\": 67,\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-04-09T10:57:33.376546Z\"\n    },\n    {\n        \"id\": 68,\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-04-09T10:57:33.378854Z\"\n    },\n    {\n        \"id\": 4,\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-18T09:28:49.333547Z\"\n    },\n    {\n        \"id\": 69,\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 95,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-04-09T10:57:33.380536Z\"\n    },\n    {\n        \"id\": 5,\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 7,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-03-18T09:28:49.335507Z\"\n    },\n    {\n        \"id\": 6,\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 3044,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-18T09:28:49.337159Z\"\n    },\n    {\n        \"id\": 247,\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 5,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-07-14T10:48:36.912837Z\"\n    },\n    {\n        \"id\": 245,\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1187,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-14T10:48:36.866028Z\"\n    },\n    {\n        \"id\": 246,\n        \"product\": {\n            \"gs_uid\": 1589,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Clothes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 jacket\",\n            \"hsn_code\": \"A1b1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 6,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-07-14T10:48:36.907068Z\"\n    },\n    {\n        \"id\": 1015,\n        \"product\": {\n            \"gs_uid\": 1946,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Dhoni\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"PLayer\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-01T13:29:52.464160Z\"\n    },\n    {\n        \"id\": 411,\n        \"product\": {\n            \"gs_uid\": 2345,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS011\",\n            \"length\": \"5.500\",\n            \"breadth\": \"5.500\",\n            \"height\": \"5.500\",\n            \"dead_weight\": \"51.000\",\n            \"name\": \"Too Cool For School EGG MELLOW CREAM (50g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.672223Z\"\n    },\n    {\n        \"id\": 425,\n        \"product\": {\n            \"gs_uid\": 2300,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA011\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK Y3 LIVELY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.760773Z\"\n    },\n    {\n        \"id\": 1238,\n        \"product\": {\n            \"gs_uid\": 2162,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BEER\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Beer\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-15at11.36.02AM.png?v=1632069622\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-16at3.03.19PM.png?v=1632069622\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-19at10.10.28PM.png?v=1632069665\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/Screenshot2021-09-19at10.10.35PM.png?v=1632069665\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-19T16:42:10.209431Z\"\n    },\n    {\n        \"id\": 397,\n        \"product\": {\n            \"gs_uid\": 12,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP011\",\n            \"length\": \"5.800\",\n            \"breadth\": \"13.800\",\n            \"height\": \"5.800\",\n            \"dead_weight\": \"302.000\",\n            \"name\": \"SNP PREP Cicaronic Toning Essence (220ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.582585Z\"\n    },\n    {\n        \"id\": 303,\n        \"product\": {\n            \"gs_uid\": 2397,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs026\",\n            \"length\": \"5.400\",\n            \"breadth\": \"4.000\",\n            \"height\": \"15.500\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"Dear, Klairs Mid day Blue UV Shield (80ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1570.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 943,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.981233Z\"\n    },\n    {\n        \"id\": 25,\n        \"product\": {\n            \"gs_uid\": 2278,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH6000\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-31T23:42:04.953892Z\"\n    },\n    {\n        \"id\": 29,\n        \"product\": {\n            \"gs_uid\": 2278,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH6000\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-03-31T23:44:41.915255Z\"\n    },\n    {\n        \"id\": 24,\n        \"product\": {\n            \"gs_uid\": 2278,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH6000\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-31T23:42:04.946505Z\"\n    },\n    {\n        \"id\": 1280,\n        \"product\": {\n            \"gs_uid\": 182,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABUl2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Kabuli Chana sizeL\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 340,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-10-24T12:29:27.426976Z\"\n    },\n    {\n        \"id\": 440,\n        \"product\": {\n            \"gs_uid\": 299,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT002\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Artemisia capillaris Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.932911Z\"\n    },\n    {\n        \"id\": 426,\n        \"product\": {\n            \"gs_uid\": 307,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA012\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK Y4 DAINTILY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.766693Z\"\n    },\n    {\n        \"id\": 1282,\n        \"product\": {\n            \"gs_uid\": 566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SABU3\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"6.000\",\n            \"name\": \"Sabu Dana colorGrey\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 300,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-10-24T12:29:27.439141Z\"\n    },\n    {\n        \"id\": 8245,\n        \"product\": {\n            \"gs_uid\": 566,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SABU3\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"6.000\",\n            \"name\": \"Sabu Dana colorGrey\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-03-04T13:18:20.800868Z\"\n    },\n    {\n        \"id\": 388,\n        \"product\": {\n            \"gs_uid\": 70,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP002\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Royal Honey Essence (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1098,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.526236Z\"\n    },\n    {\n        \"id\": 308,\n        \"product\": {\n            \"gs_uid\": 3398,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs031\",\n            \"length\": \"7.000\",\n            \"breadth\": \"3.400\",\n            \"height\": \"7.800\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 21N Linen Refill (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1410.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 966,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.015835Z\"\n    },\n    {\n        \"id\": 433,\n        \"product\": {\n            \"gs_uid\": 2692,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC001\",\n            \"length\": \"6.500\",\n            \"breadth\": \"6.500\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"49.000\",\n            \"name\": \"Dr. Ceuracle Royal Vita Propolis 33 Ampoule (15ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.848032Z\"\n    },\n    {\n        \"id\": 429,\n        \"product\": {\n            \"gs_uid\": 3354,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA003\",\n            \"length\": \"4.000\",\n            \"breadth\": \"17.600\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"145.000\",\n            \"name\": \"KLAVUU GREEN PEARLSATION Teatree Care Body Spray (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"740.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.785887Z\"\n    },\n    {\n        \"id\": 366,\n        \"product\": {\n            \"gs_uid\": 3377,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM003\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"245.000\",\n            \"name\": \"BELLAMONSTER pore out solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 704,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.388768Z\"\n    },\n    {\n        \"id\": 424,\n        \"product\": {\n            \"gs_uid\": 817,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA010\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK Y2 SLOWLY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.754323Z\"\n    },\n    {\n        \"id\": 395,\n        \"product\": {\n            \"gs_uid\": 2592,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP009\",\n            \"length\": \"6.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"6.000\",\n            \"dead_weight\": \"118.000\",\n            \"name\": \"SNP PREP Peptaronic Cream (55ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.570367Z\"\n    },\n    {\n        \"id\": 430,\n        \"product\": {\n            \"gs_uid\": 2608,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA004\",\n            \"length\": \"5.000\",\n            \"breadth\": \"4.700\",\n            \"height\": \"5.200\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"KLAVUU Nourishing Care Lip Sleeping Pack (20ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.792715Z\"\n    },\n    {\n        \"id\": 13,\n        \"product\": {\n            \"gs_uid\": 2985,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-31T17:42:54.476582Z\"\n    },\n    {\n        \"id\": 14,\n        \"product\": {\n            \"gs_uid\": 2985,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 10,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-31T17:57:28.578133Z\"\n    },\n    {\n        \"id\": 17,\n        \"product\": {\n            \"gs_uid\": 2985,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 10,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-03-31T18:29:26.816963Z\"\n    },\n    {\n        \"id\": 103,\n        \"product\": {\n            \"gs_uid\": 2985,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 9,\n            \"warehouse_id\": \"uc_test\",\n            \"warehouse_name\": \"Unicommerce Test\",\n            \"warehouse_gstin\": \"NA\",\n            \"warehouse_phone\": \"9572895110\",\n            \"warehouse_address\": \"B-144,5th floor ,B Block, Old Vaishnavi Apartment, Chira Chas\",\n            \"warehouse_city\": \"Bokaro Steel City\",\n            \"warehouse_state\": \"Jharkhand\",\n            \"warehouse_pincode\": 560067,\n            \"contact_name\": \"gp\",\n            \"contact_number\": \"9572895110\",\n            \"wms_id\": \"7\",\n            \"op_owner\": \"7\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-05-03T12:35:55.138688Z\"\n    },\n    {\n        \"id\": 104,\n        \"product\": {\n            \"gs_uid\": 2985,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 9,\n            \"warehouse_id\": \"uc_test\",\n            \"warehouse_name\": \"Unicommerce Test\",\n            \"warehouse_gstin\": \"NA\",\n            \"warehouse_phone\": \"9572895110\",\n            \"warehouse_address\": \"B-144,5th floor ,B Block, Old Vaishnavi Apartment, Chira Chas\",\n            \"warehouse_city\": \"Bokaro Steel City\",\n            \"warehouse_state\": \"Jharkhand\",\n            \"warehouse_pincode\": 560067,\n            \"contact_name\": \"gp\",\n            \"contact_number\": \"9572895110\",\n            \"wms_id\": \"7\",\n            \"op_owner\": \"7\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-05-03T12:35:55.141625Z\"\n    },\n    {\n        \"id\": 105,\n        \"product\": {\n            \"gs_uid\": 2985,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH2000\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 9,\n            \"warehouse_id\": \"uc_test\",\n            \"warehouse_name\": \"Unicommerce Test\",\n            \"warehouse_gstin\": \"NA\",\n            \"warehouse_phone\": \"9572895110\",\n            \"warehouse_address\": \"B-144,5th floor ,B Block, Old Vaishnavi Apartment, Chira Chas\",\n            \"warehouse_city\": \"Bokaro Steel City\",\n            \"warehouse_state\": \"Jharkhand\",\n            \"warehouse_pincode\": 560067,\n            \"contact_name\": \"gp\",\n            \"contact_number\": \"9572895110\",\n            \"wms_id\": \"7\",\n            \"op_owner\": \"7\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-05-03T12:35:55.143852Z\"\n    },\n    {\n        \"id\": 464,\n        \"product\": {\n            \"gs_uid\": 3488,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT026\",\n            \"length\": \"2.300\",\n            \"breadth\": \"2.300\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"22.000\",\n            \"name\": \"ONE THING Moisturizing Lip Essence (13g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"650.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.103589Z\"\n    },\n    {\n        \"id\": 428,\n        \"product\": {\n            \"gs_uid\": 3496,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA002\",\n            \"length\": \"3.500\",\n            \"breadth\": \"10.000\",\n            \"height\": \"3.500\",\n            \"dead_weight\": \"50.000\",\n            \"name\": \"KLAVUU PURE PEARLSATION Revitalizing Facial Cleansing Foam miniature (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.779468Z\"\n    },\n    {\n        \"id\": 8121,\n        \"product\": {\n            \"gs_uid\": 3377,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM003\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"245.000\",\n            \"name\": \"BELLAMONSTER pore out solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-02-24T13:55:50.761891Z\"\n    },\n    {\n        \"id\": 404,\n        \"product\": {\n            \"gs_uid\": 3763,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS001\",\n            \"length\": \"5.000\",\n            \"breadth\": \"17.300\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"101.000\",\n            \"name\": \"Too Cool For School EGG MOUSSE PACK (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 981,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.625918Z\"\n    },\n    {\n        \"id\": 399,\n        \"product\": {\n            \"gs_uid\": 4094,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP013\",\n            \"length\": \"15.500\",\n            \"breadth\": \"15.500\",\n            \"height\": \"5.200\",\n            \"dead_weight\": \"25.000\",\n            \"name\": \"SNP PREP Cicaronic SOS Ampoule (1.5ml X 7ea)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.594533Z\"\n    },\n    {\n        \"id\": 259,\n        \"product\": {\n            \"gs_uid\": 3995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SHKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0102\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 60,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-07-18T19:19:56.561070Z\"\n    },\n    {\n        \"id\": 1236,\n        \"product\": {\n            \"gs_uid\": 3995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SHKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0102\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 40,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-09-17T09:47:31.675164Z\"\n    },\n    {\n        \"id\": 1237,\n        \"product\": {\n            \"gs_uid\": 3995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SHKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0102\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 99,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-17T09:47:31.679718Z\"\n    },\n    {\n        \"id\": 444,\n        \"product\": {\n            \"gs_uid\": 4779,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT006\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Houttuynia Cordata Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.959386Z\"\n    },\n    {\n        \"id\": 436,\n        \"product\": {\n            \"gs_uid\": 4493,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC004\",\n            \"length\": \"4.300\",\n            \"breadth\": \"4.300\",\n            \"height\": \"17.000\",\n            \"dead_weight\": \"215.000\",\n            \"name\": \"Dr. Ceuracle 5α CONTROL CLEARING SERUM IN EMULSION (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.895856Z\"\n    },\n    {\n        \"id\": 447,\n        \"product\": {\n            \"gs_uid\": 4606,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT009\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Brassica Oleracea Italica(Broccoli) Extract (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.977574Z\"\n    },\n    {\n        \"id\": 316,\n        \"product\": {\n            \"gs_uid\": 4795,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY007\",\n            \"length\": \"4.400\",\n            \"breadth\": \"4.400\",\n            \"height\": \"1.700\",\n            \"dead_weight\": \"194.000\",\n            \"name\": \"VELY VELY O2 WATER GLOW MIST (120 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.064951Z\"\n    },\n    {\n        \"id\": 326,\n        \"product\": {\n            \"gs_uid\": 5011,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO009\",\n            \"length\": \"4.000\",\n            \"breadth\": \"15.500\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Emulsion (120ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.127210Z\"\n    },\n    {\n        \"id\": 19,\n        \"product\": {\n            \"gs_uid\": 4813,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1812\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 2,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-31T21:27:32.954468Z\"\n    },\n    {\n        \"id\": 20,\n        \"product\": {\n            \"gs_uid\": 4813,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1812\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-31T21:27:32.964821Z\"\n    },\n    {\n        \"id\": 39,\n        \"product\": {\n            \"gs_uid\": 4813,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1812\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-04-01T10:00:22.772984Z\"\n    },\n    {\n        \"id\": 273,\n        \"product\": {\n            \"gs_uid\": 5246,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs004S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Illuminating Supple Blemish Cream (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 829,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.796009Z\"\n    },\n    {\n        \"id\": 418,\n        \"product\": {\n            \"gs_uid\": 5201,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA004\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK R4 VINTAGE ROSE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.716183Z\"\n    },\n    {\n        \"id\": 310,\n        \"product\": {\n            \"gs_uid\": 5213,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY001\",\n            \"length\": \"8.100\",\n            \"breadth\": \"8.100\",\n            \"height\": \"7.800\",\n            \"dead_weight\": \"222.000\",\n            \"name\": \"VELY VELY PINK PEELING PADS (120 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1700.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1099,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.027923Z\"\n    },\n    {\n        \"id\": 8246,\n        \"product\": {\n            \"gs_uid\": 5213,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY001\",\n            \"length\": \"8.100\",\n            \"breadth\": \"8.100\",\n            \"height\": \"7.800\",\n            \"dead_weight\": \"222.000\",\n            \"name\": \"VELY VELY PINK PEELING PADS (120 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1700.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2022-03-04T13:22:29.212326Z\"\n    },\n    {\n        \"id\": 298,\n        \"product\": {\n            \"gs_uid\": 5052,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs023S\",\n            \"length\": \"6.000\",\n            \"breadth\": \"6.500\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"2.000\",\n            \"name\": \"Dear, Klairs Fundamental Eye Awakening Gel (1ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.948805Z\"\n    },\n    {\n        \"id\": 300,\n        \"product\": {\n            \"gs_uid\": 5548,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs024S\",\n            \"length\": \"6.000\",\n            \"breadth\": \"6.500\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"2.000\",\n            \"name\": \"Dear, Klairs Fundamental Nourishing Eye Butter (1ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.962044Z\"\n    },\n    {\n        \"id\": 324,\n        \"product\": {\n            \"gs_uid\": 5391,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO007\",\n            \"length\": \"3.100\",\n            \"breadth\": \"12.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"65.000\",\n            \"name\": \"Dr.oracle Antibac Spot Corrector (15ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1350.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.114262Z\"\n    },\n    {\n        \"id\": 265,\n        \"product\": {\n            \"gs_uid\": 5467,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs001S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Supple Preparation Facial Toner (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 900,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.748496Z\"\n    },\n    {\n        \"id\": 410,\n        \"product\": {\n            \"gs_uid\": 5572,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS010\",\n            \"length\": \"7.000\",\n            \"breadth\": \"17.500\",\n            \"height\": \"4.300\",\n            \"dead_weight\": \"151.000\",\n            \"name\": \"Too Cool For School EGG-ZYME WHIPPED FOAM (150g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 874,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.665560Z\"\n    },\n    {\n        \"id\": 405,\n        \"product\": {\n            \"gs_uid\": 5493,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS002\",\n            \"length\": \"5.000\",\n            \"breadth\": \"17.300\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"151.000\",\n            \"name\": \"Too Cool For School EGG MOUSSE SOAP (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 912,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.632860Z\"\n    },\n    {\n        \"id\": 463,\n        \"product\": {\n            \"gs_uid\": 5525,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT025\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Propolis+Honey Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.097625Z\"\n    },\n    {\n        \"id\": 307,\n        \"product\": {\n            \"gs_uid\": 5588,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs030\",\n            \"length\": \"7.000\",\n            \"breadth\": \"3.400\",\n            \"height\": \"7.800\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 21C Rosy Refill (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1410.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 932,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.008079Z\"\n    },\n    {\n        \"id\": 1239,\n        \"product\": {\n            \"gs_uid\": 5699,\n            \"user_id\": \"1\",\n            \"sku_id\": \"40903253983385\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Chawal\",\n            \"category\": \"Pulses.\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 124,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-19T17:01:23.658442Z\"\n    },\n    {\n        \"id\": 358,\n        \"product\": {\n            \"gs_uid\": 5595,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NC002\",\n            \"length\": \"4.500\",\n            \"breadth\": \"4.500\",\n            \"height\": \"17.000\",\n            \"dead_weight\": \"260.000\",\n            \"name\": \"Nacific Real Floral Toner Calendula (180ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1550.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.331445Z\"\n    },\n    {\n        \"id\": 1233,\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 20,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-09-16T12:28:34.734233Z\"\n    },\n    {\n        \"id\": 1234,\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 30,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-09-16T12:28:34.742219Z\"\n    },\n    {\n        \"id\": 7916,\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 190,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-09T05:41:26.469009Z\"\n    },\n    {\n        \"id\": 1235,\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1027,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-16T12:28:34.744238Z\"\n    },\n    {\n        \"id\": 7398,\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 246,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-01-06T12:49:23.294666Z\"\n    },\n    {\n        \"id\": 7400,\n        \"product\": {\n            \"gs_uid\": 5702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FN1712\",\n            \"length\": \"15.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Arduino\",\n            \"category\": \"MicroProcessor\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 chip\",\n            \"hsn_code\": \"A1B1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-01-06T13:04:52.929150Z\"\n    },\n    {\n        \"id\": 283,\n        \"product\": {\n            \"gs_uid\": 5865,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs013\",\n            \"length\": \"14.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"30.000\",\n            \"name\": \"Dear, Klairs Midnight Blue Calming Sheet Mask (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 993,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.856936Z\"\n    },\n    {\n        \"id\": 185,\n        \"product\": {\n            \"gs_uid\": 5718,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PEN123\",\n            \"length\": \"10.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Luxury Pen\",\n            \"category\": \"Essentials\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1005.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"5373\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-06-14T07:49:28.622572Z\"\n    },\n    {\n        \"id\": 1471,\n        \"product\": {\n            \"gs_uid\": 5977,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RB1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Redbull\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 79,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-11-21T12:21:34.670325Z\"\n    },\n    {\n        \"id\": 21,\n        \"product\": {\n            \"gs_uid\": 5995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH4000\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-31T21:43:10.301844Z\"\n    },\n    {\n        \"id\": 22,\n        \"product\": {\n            \"gs_uid\": 5995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH4000\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-31T21:47:48.649411Z\"\n    },\n    {\n        \"id\": 23,\n        \"product\": {\n            \"gs_uid\": 5995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH4000\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Matteress-Double Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-03-31T21:47:48.651306Z\"\n    },\n    {\n        \"id\": 187,\n        \"product\": {\n            \"gs_uid\": 5718,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PEN123\",\n            \"length\": \"10.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Luxury Pen\",\n            \"category\": \"Essentials\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1005.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"5373\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-06-14T11:30:39.252605Z\"\n    },\n    {\n        \"id\": 188,\n        \"product\": {\n            \"gs_uid\": 5718,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PEN123\",\n            \"length\": \"10.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Luxury Pen\",\n            \"category\": \"Essentials\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1005.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"5373\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-06-14T11:30:39.254856Z\"\n    },\n    {\n        \"id\": 10,\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-30T14:26:15.524251Z\"\n    },\n    {\n        \"id\": 394,\n        \"product\": {\n            \"gs_uid\": 6097,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP008\",\n            \"length\": \"5.800\",\n            \"breadth\": \"13.800\",\n            \"height\": \"5.800\",\n            \"dead_weight\": \"302.000\",\n            \"name\": \"SNP PREP Peptaronic Serum (220ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.563951Z\"\n    },\n    {\n        \"id\": 1283,\n        \"product\": {\n            \"gs_uid\": 6124,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SABU2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Sabu Dana colorWhite\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 148,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-10-24T12:29:27.445086Z\"\n    },\n    {\n        \"id\": 11,\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-03-30T14:26:15.526767Z\"\n    },\n    {\n        \"id\": 186,\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-06-14T11:30:03.882062Z\"\n    },\n    {\n        \"id\": 305,\n        \"product\": {\n            \"gs_uid\": 6498,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs028\",\n            \"length\": \"7.900\",\n            \"breadth\": \"2.900\",\n            \"height\": \"7.900\",\n            \"dead_weight\": \"80.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 21N Linen (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2620.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.993982Z\"\n    },\n    {\n        \"id\": 12,\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-30T14:26:15.528538Z\"\n    },\n    {\n        \"id\": 257,\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 13,\n            \"warehouse_id\": \"WE_Mumbai\",\n            \"warehouse_name\": \"E-2 Dapode, Bhiwandi (WE)\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"E-2, Gala No.1 & 2, Parasnath Complex, Dapode, Thane, Maharastra\",\n            \"warehouse_city\": \"Mumbai\",\n            \"warehouse_state\": \"Maharashtra\",\n            \"warehouse_pincode\": 421302,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-16T18:02:46.242158Z\"\n    },\n    {\n        \"id\": 258,\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 13,\n            \"warehouse_id\": \"WE_Mumbai\",\n            \"warehouse_name\": \"E-2 Dapode, Bhiwandi (WE)\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"E-2, Gala No.1 & 2, Parasnath Complex, Dapode, Thane, Maharastra\",\n            \"warehouse_city\": \"Mumbai\",\n            \"warehouse_state\": \"Maharashtra\",\n            \"warehouse_pincode\": 421302,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-07-16T18:03:37.325153Z\"\n    },\n    {\n        \"id\": 1009,\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-09-01T13:05:52.058068Z\"\n    },\n    {\n        \"id\": 1010,\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-09-01T13:05:52.060280Z\"\n    },\n    {\n        \"id\": 1008,\n        \"product\": {\n            \"gs_uid\": 6450,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1712\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-01T12:59:45.235041Z\"\n    },\n    {\n        \"id\": 465,\n        \"product\": {\n            \"gs_uid\": 6447,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT027\",\n            \"length\": \"6.100\",\n            \"breadth\": \"6.100\",\n            \"height\": \"4.200\",\n            \"dead_weight\": \"105.000\",\n            \"name\": \"ONE THING Moisture Plus Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1550.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.110246Z\"\n    },\n    {\n        \"id\": 270,\n        \"product\": {\n            \"gs_uid\": 6595,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs003M\",\n            \"length\": \"3.200\",\n            \"breadth\": \"3.200\",\n            \"height\": \"10.100\",\n            \"dead_weight\": \"33.000\",\n            \"name\": \"Dear, Klairs Rich Moist Soothing Cream (20ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"590.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 988,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.778021Z\"\n    },\n    {\n        \"id\": 422,\n        \"product\": {\n            \"gs_uid\": 6577,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA008\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK T4 READY TO DIE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 928,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.741375Z\"\n    },\n    {\n        \"id\": 417,\n        \"product\": {\n            \"gs_uid\": 6819,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA003\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK R3 DRY ROSE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.710307Z\"\n    },\n    {\n        \"id\": 7,\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 10,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-23T08:05:51.732332Z\"\n    },\n    {\n        \"id\": 8,\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 5,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-03-23T08:05:51.736369Z\"\n    },\n    {\n        \"id\": 261,\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-07-21T11:00:04.277318Z\"\n    },\n    {\n        \"id\": 262,\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-07-21T11:00:04.281579Z\"\n    },\n    {\n        \"id\": 9,\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-23T08:05:51.738349Z\"\n    },\n    {\n        \"id\": 260,\n        \"product\": {\n            \"gs_uid\": 6735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C659611\",\n            \"length\": \"17.000\",\n            \"breadth\": \"17.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"450.000\",\n            \"name\": \"Black Mesh Men's Casual Shoes\",\n            \"category\": \"Shoes\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"699.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"dfgbfbhdfn\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1313,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-21T10:57:47.740000Z\"\n    },\n    {\n        \"id\": 387,\n        \"product\": {\n            \"gs_uid\": 6851,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP001\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Moisture Petal Toner (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.520187Z\"\n    },\n    {\n        \"id\": 423,\n        \"product\": {\n            \"gs_uid\": 6935,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA009\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK Y1 SOFTLY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.747618Z\"\n    },\n    {\n        \"id\": 356,\n        \"product\": {\n            \"gs_uid\": 6953,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR027\",\n            \"length\": \"8.800\",\n            \"breadth\": \"8.800\",\n            \"height\": \"6.700\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cosrx Hydrogel Very Simple Pack (60patches)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 597,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.318578Z\"\n    },\n    {\n        \"id\": 419,\n        \"product\": {\n            \"gs_uid\": 7258,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA005\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK T1 READY TO HOT (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.722145Z\"\n    },\n    {\n        \"id\": 269,\n        \"product\": {\n            \"gs_uid\": 7043,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs003R\",\n            \"length\": \"5.300\",\n            \"breadth\": \"3.600\",\n            \"height\": \"17.000\",\n            \"dead_weight\": \"106.000\",\n            \"name\": \"Dear, Klairs Rich Moist Soothing Cream (80ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 995,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.772292Z\"\n    },\n    {\n        \"id\": 461,\n        \"product\": {\n            \"gs_uid\": 7159,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT023\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Bifida Ferment Lysate (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.084108Z\"\n    },\n    {\n        \"id\": 331,\n        \"product\": {\n            \"gs_uid\": 7839,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR002\",\n            \"length\": \"11.200\",\n            \"breadth\": \"17.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Cosrx Clear Fit Master Patch (1ea)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 997,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.157402Z\"\n    },\n    {\n        \"id\": 432,\n        \"product\": {\n            \"gs_uid\": 7539,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA006\",\n            \"length\": \"4.800\",\n            \"breadth\": \"17.000\",\n            \"height\": \"4.800\",\n            \"dead_weight\": \"275.000\",\n            \"name\": \"KLAVUU PURE PEARLSATION Marine Collagen Micro Cleansing Water (250 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.805198Z\"\n    },\n    {\n        \"id\": 335,\n        \"product\": {\n            \"gs_uid\": 7644,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR006\",\n            \"length\": \"3.500\",\n            \"breadth\": \"2.500\",\n            \"height\": \"14.500\",\n            \"dead_weight\": \"50.000\",\n            \"name\": \"Cosrx AC Collection Ultimate Spot Cream (30g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1690.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.186610Z\"\n    },\n    {\n        \"id\": 450,\n        \"product\": {\n            \"gs_uid\": 7443,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT012\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Calendula Officinalis(Pot Marigold) Flower Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.013010Z\"\n    },\n    {\n        \"id\": 104048,\n        \"product\": {\n            \"gs_uid\": 134093,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TESTCR1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"TestCreation\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-05T08:20:22.334159Z\"\n    },\n    {\n        \"id\": 400,\n        \"product\": {\n            \"gs_uid\": 7686,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP014\",\n            \"length\": \"15.500\",\n            \"breadth\": \"15.500\",\n            \"height\": \"5.200\",\n            \"dead_weight\": \"25.000\",\n            \"name\": \"SNP PREP Vitaronic SOS Ampoule (1.5ml X 7ea)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.600455Z\"\n    },\n    {\n        \"id\": 37,\n        \"product\": {\n            \"gs_uid\": 7827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH3000\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-47-56.013.jpg\",\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-48-34.492.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 5,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-04-01T05:53:26.478683Z\"\n    },\n    {\n        \"id\": 38,\n        \"product\": {\n            \"gs_uid\": 7827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH3000\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-47-56.013.jpg\",\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-48-34.492.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-04-01T05:53:57.920036Z\"\n    },\n    {\n        \"id\": 249,\n        \"product\": {\n            \"gs_uid\": 7827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH3000\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-47-56.013.jpg\",\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-48-34.492.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 50,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-07-14T10:50:18.376432Z\"\n    },\n    {\n        \"id\": 248,\n        \"product\": {\n            \"gs_uid\": 7827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH3000\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-47-56.013.jpg\",\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-48-34.492.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1050,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-14T10:49:31.088957Z\"\n    },\n    {\n        \"id\": 36,\n        \"product\": {\n            \"gs_uid\": 7827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH3000\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-47-56.013.jpg\",\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-48-34.492.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 8,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-04-01T05:53:26.470575Z\"\n    },\n    {\n        \"id\": 250,\n        \"product\": {\n            \"gs_uid\": 7827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH3000\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-47-56.013.jpg\",\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T23-48-34.492.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-07-14T10:50:18.378700Z\"\n    },\n    {\n        \"id\": 304,\n        \"product\": {\n            \"gs_uid\": 8062,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs027\",\n            \"length\": \"7.900\",\n            \"breadth\": \"2.900\",\n            \"height\": \"7.900\",\n            \"dead_weight\": \"80.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 21C Rosy (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2620.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.987433Z\"\n    },\n    {\n        \"id\": 7951,\n        \"product\": {\n            \"gs_uid\": 8062,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs027\",\n            \"length\": \"7.900\",\n            \"breadth\": \"2.900\",\n            \"height\": \"7.900\",\n            \"dead_weight\": \"80.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 21C Rosy (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2620.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-11T04:04:42.975791Z\"\n    },\n    {\n        \"id\": 398,\n        \"product\": {\n            \"gs_uid\": 8001,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP012\",\n            \"length\": \"5.700\",\n            \"breadth\": \"4.000\",\n            \"height\": \"13.700\",\n            \"dead_weight\": \"95.000\",\n            \"name\": \"SNP PREP Cicaronic Soothing Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.588588Z\"\n    },\n    {\n        \"id\": 322,\n        \"product\": {\n            \"gs_uid\": 7846,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO005\",\n            \"length\": \"4.400\",\n            \"breadth\": \"14.500\",\n            \"height\": \"4.400\",\n            \"dead_weight\": \"160.000\",\n            \"name\": \"Dr.oracle Antibac Derma Balancing Essence Lotion (110ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.101761Z\"\n    },\n    {\n        \"id\": 180,\n        \"product\": {\n            \"gs_uid\": 8411,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SAURABH1\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Skin Radiance\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 794,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-05-22T20:31:51.915198Z\"\n    },\n    {\n        \"id\": 7902,\n        \"product\": {\n            \"gs_uid\": 8289,\n            \"user_id\": \"1\",\n            \"sku_id\": \"12576w57\",\n            \"length\": \"11.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"11.000\",\n            \"dead_weight\": \"22.000\",\n            \"name\": \"dsjkbckjd\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"111.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"212212\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-08T05:53:55.666156Z\"\n    },\n    {\n        \"id\": 360,\n        \"product\": {\n            \"gs_uid\": 8297,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NC004\",\n            \"length\": \"7.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"7.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Nacific Real Floral Air Cream Calendula (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1900.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.343743Z\"\n    },\n    {\n        \"id\": 401,\n        \"product\": {\n            \"gs_uid\": 8440,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP015\",\n            \"length\": \"5.700\",\n            \"breadth\": \"4.000\",\n            \"height\": \"13.700\",\n            \"dead_weight\": \"95.000\",\n            \"name\": \"SNP PREP Vitaronic Gel Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.606410Z\"\n    },\n    {\n        \"id\": 688,\n        \"product\": {\n            \"gs_uid\": 8236,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0104\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"5\",\n            \"hsn_code\": \"0104\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 120,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-10T08:08:37.410716Z\"\n    },\n    {\n        \"id\": 1006,\n        \"product\": {\n            \"gs_uid\": 8236,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0104\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"5\",\n            \"hsn_code\": \"0104\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-09-01T12:56:25.704674Z\"\n    },\n    {\n        \"id\": 1007,\n        \"product\": {\n            \"gs_uid\": 8236,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0104\",\n            \"length\": \"20.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Tshirt\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"5\",\n            \"hsn_code\": \"0104\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-09-01T12:56:25.706627Z\"\n    },\n    {\n        \"id\": 762,\n        \"product\": {\n            \"gs_uid\": 8358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AWSNAP\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"AWSNAP\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-30T00-17-54.013.jpg\"\n            ],\n            \"pack_size\": \"2\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-08-29T18:58:59.086649Z\"\n    },\n    {\n        \"id\": 761,\n        \"product\": {\n            \"gs_uid\": 8358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AWSNAP\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"AWSNAP\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-30T00-17-54.013.jpg\"\n            ],\n            \"pack_size\": \"2\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 14,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-29T18:58:13.278786Z\"\n    },\n    {\n        \"id\": 763,\n        \"product\": {\n            \"gs_uid\": 8358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AWSNAP\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"AWSNAP\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-30T00-17-54.013.jpg\"\n            ],\n            \"pack_size\": \"2\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-08-29T18:59:14.814201Z\"\n    },\n    {\n        \"id\": 7397,\n        \"product\": {\n            \"gs_uid\": 8358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AWSNAP\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"AWSNAP\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-30T00-17-54.013.jpg\"\n            ],\n            \"pack_size\": \"2\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 55,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-01-06T12:25:20.889942Z\"\n    },\n    {\n        \"id\": 7399,\n        \"product\": {\n            \"gs_uid\": 8358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"AWSNAP\",\n            \"length\": \"62.000\",\n            \"breadth\": \"32.000\",\n            \"height\": \"39.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"AWSNAP\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-30T00-17-54.013.jpg\"\n            ],\n            \"pack_size\": \"2\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-01-06T12:58:58.610076Z\"\n    },\n    {\n        \"id\": 453,\n        \"product\": {\n            \"gs_uid\": 8477,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT015\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Camellia Sinensis Leaf Extract (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.032851Z\"\n    },\n    {\n        \"id\": 7915,\n        \"product\": {\n            \"gs_uid\": 8773,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP7\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus7\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"32000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 2144,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-08T13:30:29.498940Z\"\n    },\n    {\n        \"id\": 1468,\n        \"product\": {\n            \"gs_uid\": 8773,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP7\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus7\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"32000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 258,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-11-21T12:21:34.571806Z\"\n    },\n    {\n        \"id\": 448,\n        \"product\": {\n            \"gs_uid\": 8995,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT010\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Brassica Oleracea Italica(Broccoli) Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.999757Z\"\n    },\n    {\n        \"id\": 392,\n        \"product\": {\n            \"gs_uid\": 8937,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP006\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Charcoal Cleansing Foam (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.551480Z\"\n    },\n    {\n        \"id\": 315,\n        \"product\": {\n            \"gs_uid\": 8954,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY006\",\n            \"length\": \"4.700\",\n            \"breadth\": \"4.700\",\n            \"height\": \"18.500\",\n            \"dead_weight\": \"138.000\",\n            \"name\": \"VELY VELY SWEET RICE CAKE CLARIFYING MASK (120ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 999,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.059066Z\"\n    },\n    {\n        \"id\": 446,\n        \"product\": {\n            \"gs_uid\": 8964,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT008\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Citrus Unshiu Fruit Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.971575Z\"\n    },\n    {\n        \"id\": 8750,\n        \"product\": {\n            \"gs_uid\": 9307,\n            \"user_id\": \"1\",\n            \"sku_id\": \"36\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Kabuli Chana \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 98,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-04-06T07:34:46.234920Z\"\n    },\n    {\n        \"id\": 318,\n        \"product\": {\n            \"gs_uid\": 9222,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO001\",\n            \"length\": \"4.800\",\n            \"breadth\": \"15.500\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Cleansing Foam (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1190.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.077236Z\"\n    },\n    {\n        \"id\": 1011,\n        \"product\": {\n            \"gs_uid\": 9030,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS105\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"pixel\",\n            \"category\": \"phones\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"55000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"hsn105\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-01T13:19:55.064696Z\"\n    },\n    {\n        \"id\": 1012,\n        \"product\": {\n            \"gs_uid\": 9030,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS105\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"pixel\",\n            \"category\": \"phones\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"55000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"hsn105\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-09-01T13:19:55.072760Z\"\n    },\n    {\n        \"id\": 1013,\n        \"product\": {\n            \"gs_uid\": 9030,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS105\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"pixel\",\n            \"category\": \"phones\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"55000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": \"hsn105\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-09-01T13:20:46.298217Z\"\n    },\n    {\n        \"id\": 408,\n        \"product\": {\n            \"gs_uid\": 9156,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS005\",\n            \"length\": \"15.100\",\n            \"breadth\": \"12.600\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"29.000\",\n            \"name\": \"Too Cool For School EGG CREAM MASK PORE TIGHTENING (28g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"270.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.652303Z\"\n    },\n    {\n        \"id\": 393,\n        \"product\": {\n            \"gs_uid\": 9357,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP007\",\n            \"length\": \"6.500\",\n            \"breadth\": \"15.600\",\n            \"height\": \"6.500\",\n            \"dead_weight\": \"412.000\",\n            \"name\": \"SNP PREP Peptaronic Toner (320ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.557743Z\"\n    },\n    {\n        \"id\": 320,\n        \"product\": {\n            \"gs_uid\": 9390,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO003\",\n            \"length\": \"4.600\",\n            \"breadth\": \"16.000\",\n            \"height\": \"4.500\",\n            \"dead_weight\": \"180.000\",\n            \"name\": \"Dr.oracle Antibac Derma Refining Toner (130ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2150.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.090098Z\"\n    },\n    {\n        \"id\": 413,\n        \"product\": {\n            \"gs_uid\": 9742,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS013\",\n            \"length\": \"5.500\",\n            \"breadth\": \"10.000\",\n            \"height\": \"3.300\",\n            \"dead_weight\": \"145.000\",\n            \"name\": \"Too Cool For School PUMPKIN SLEEPING PACK (MINI) (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"550.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 964,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.685386Z\"\n    },\n    {\n        \"id\": 438,\n        \"product\": {\n            \"gs_uid\": 9881,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC006\",\n            \"length\": \"6.500\",\n            \"breadth\": \"6.500\",\n            \"height\": \"23.000\",\n            \"dead_weight\": \"634.000\",\n            \"name\": \"Dr. Ceuracle SCALP DX SCALING SHAMPOO (500ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.918543Z\"\n    },\n    {\n        \"id\": 279,\n        \"product\": {\n            \"gs_uid\": 9827,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs010\",\n            \"length\": \"6.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"Dear, Klairs Midnight Blue Calming Cream (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1670.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 994,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.833572Z\"\n    },\n    {\n        \"id\": 454,\n        \"product\": {\n            \"gs_uid\": 10056,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT016\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Camellia Sinensis Leaf Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.038882Z\"\n    },\n    {\n        \"id\": 462,\n        \"product\": {\n            \"gs_uid\": 10230,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT024\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Propolis+Honey Extract (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.091349Z\"\n    },\n    {\n        \"id\": 427,\n        \"product\": {\n            \"gs_uid\": 10473,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KLA001\",\n            \"length\": \"4.500\",\n            \"breadth\": \"17.000\",\n            \"height\": \"5.600\",\n            \"dead_weight\": \"270.000\",\n            \"name\": \"KLAVUU PURE PEARLSATION Revitalizing Facial Cleansing Foam (130ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.772579Z\"\n    },\n    {\n        \"id\": 325,\n        \"product\": {\n            \"gs_uid\": 10288,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO008\",\n            \"length\": \"4.000\",\n            \"breadth\": \"15.500\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Toner (120ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.120587Z\"\n    },\n    {\n        \"id\": 457,\n        \"product\": {\n            \"gs_uid\": 10359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT019\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING 1% Oligo Hyaluronic Acid (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.058175Z\"\n    },\n    {\n        \"id\": 287,\n        \"product\": {\n            \"gs_uid\": 11319,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs015S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Supple Preparation All Over Lotion (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 13,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.881769Z\"\n    },\n    {\n        \"id\": 1241,\n        \"product\": {\n            \"gs_uid\": 10689,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RCM\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Red Chilli Masala\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 98,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-19T17:01:23.684411Z\"\n    },\n    {\n        \"id\": 1281,\n        \"product\": {\n            \"gs_uid\": 10642,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI1\",\n            \"length\": \"20.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"20.000\",\n            \"name\": \"Kabuli Chana - M \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 64,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-10-24T12:29:27.432979Z\"\n    },\n    {\n        \"id\": 458,\n        \"product\": {\n            \"gs_uid\": 10761,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT020\",\n            \"length\": \"6.000\",\n            \"breadth\": \"3.200\",\n            \"height\": \"13.500\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ONE THING Galactomyces Ferment Filtrate (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.064356Z\"\n    },\n    {\n        \"id\": 452,\n        \"product\": {\n            \"gs_uid\": 11005,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT014\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Coix Lacryma-Jobi Ma-yuen Seed Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.026743Z\"\n    },\n    {\n        \"id\": 314,\n        \"product\": {\n            \"gs_uid\": 12098,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY005\",\n            \"length\": \"6.800\",\n            \"breadth\": \"6.800\",\n            \"height\": \"6.900\",\n            \"dead_weight\": \"203.000\",\n            \"name\": \"VELY VELY SWEET RICE CAKE SLEEPING CREAM (80 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 909,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.053162Z\"\n    },\n    {\n        \"id\": 18680,\n        \"product\": {\n            \"gs_uid\": 33259,\n            \"user_id\": \"1\",\n            \"sku_id\": \"re-exp02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-21T19:17:23.806695Z\"\n    },\n    {\n        \"id\": 8305,\n        \"product\": {\n            \"gs_uid\": 11408,\n            \"user_id\": \"1\",\n            \"sku_id\": \"chawal1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-03-11T06:52:30.384509Z\"\n    },\n    {\n        \"id\": 8244,\n        \"product\": {\n            \"gs_uid\": 11408,\n            \"user_id\": \"1\",\n            \"sku_id\": \"chawal1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2022-03-04T08:19:19.849801Z\"\n    },\n    {\n        \"id\": 1277,\n        \"product\": {\n            \"gs_uid\": 11408,\n            \"user_id\": \"1\",\n            \"sku_id\": \"chawal1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 195,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-10-24T07:50:24.189895Z\"\n    },\n    {\n        \"id\": 459,\n        \"product\": {\n            \"gs_uid\": 11717,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT021\",\n            \"length\": \"3.500\",\n            \"breadth\": \"3.500\",\n            \"height\": \"9.800\",\n            \"dead_weight\": \"68.000\",\n            \"name\": \"ONE THING Idebenone 1% Liposome (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:32.070401Z\"\n    },\n    {\n        \"id\": 7920,\n        \"product\": {\n            \"gs_uid\": 11717,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT021\",\n            \"length\": \"3.500\",\n            \"breadth\": \"3.500\",\n            \"height\": \"9.800\",\n            \"dead_weight\": \"68.000\",\n            \"name\": \"ONE THING Idebenone 1% Liposome (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 2000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-10T10:14:01.581774Z\"\n    },\n    {\n        \"id\": 1284,\n        \"product\": {\n            \"gs_uid\": 12024,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NNC\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Nutella Nutty Crepe \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 97,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-10-24T12:31:59.328807Z\"\n    },\n    {\n        \"id\": 274,\n        \"product\": {\n            \"gs_uid\": 12121,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs006\",\n            \"length\": \"4.500\",\n            \"breadth\": \"4.500\",\n            \"height\": \"14.500\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Dear, Klairs Rich Moist Foaming Cleanser (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1230.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 999,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.801942Z\"\n    },\n    {\n        \"id\": 402,\n        \"product\": {\n            \"gs_uid\": 11440,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SL001\",\n            \"length\": \"4.300\",\n            \"breadth\": \"10.500\",\n            \"height\": \"4.300\",\n            \"dead_weight\": \"124.000\",\n            \"name\": \"SKIN&LAB Dr.Color Effect Red Serum (40ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2500.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.613058Z\"\n    },\n    {\n        \"id\": 376,\n        \"product\": {\n            \"gs_uid\": 11461,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EUNYUL009\",\n            \"length\": \"10.900\",\n            \"breadth\": \"17.100\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"28.000\",\n            \"name\": \"EUNYUL RICE DAILY CARE SHEET MASK (22g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"80.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.450246Z\"\n    },\n    {\n        \"id\": 342,\n        \"product\": {\n            \"gs_uid\": 11800,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR013\",\n            \"length\": \"4.500\",\n            \"breadth\": \"4.300\",\n            \"height\": \"10.500\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"Cosrx Centella Blemish Ampule (20ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1990.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.229472Z\"\n    },\n    {\n        \"id\": 390,\n        \"product\": {\n            \"gs_uid\": 11887,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP004\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Eye & Facial Nourishing Cream (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1010,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.538781Z\"\n    },\n    {\n        \"id\": 8342,\n        \"product\": {\n            \"gs_uid\": 11887,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP004\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Eye & Facial Nourishing Cream (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-03-16T04:54:19.894067Z\"\n    },\n    {\n        \"id\": 106,\n        \"product\": {\n            \"gs_uid\": 12617,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Shipment\",\n            \"length\": \"30.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sample Shipment\",\n            \"category\": \"Shipment\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A1B1C1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 9,\n            \"warehouse_id\": \"uc_test\",\n            \"warehouse_name\": \"Unicommerce Test\",\n            \"warehouse_gstin\": \"NA\",\n            \"warehouse_phone\": \"9572895110\",\n            \"warehouse_address\": \"B-144,5th floor ,B Block, Old Vaishnavi Apartment, Chira Chas\",\n            \"warehouse_city\": \"Bokaro Steel City\",\n            \"warehouse_state\": \"Jharkhand\",\n            \"warehouse_pincode\": 560067,\n            \"contact_name\": \"gp\",\n            \"contact_number\": \"9572895110\",\n            \"wms_id\": \"7\",\n            \"op_owner\": \"7\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-05-03T12:35:55.152315Z\"\n    },\n    {\n        \"id\": 687,\n        \"product\": {\n            \"gs_uid\": 12417,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0103\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 3,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-10T08:07:49.362023Z\"\n    },\n    {\n        \"id\": 1004,\n        \"product\": {\n            \"gs_uid\": 12417,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0103\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-09-01T12:56:25.689658Z\"\n    },\n    {\n        \"id\": 1005,\n        \"product\": {\n            \"gs_uid\": 12417,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0102\",\n            \"length\": \"100.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Jacket\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0103\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-09-01T12:56:25.694675Z\"\n    },\n    {\n        \"id\": 107,\n        \"product\": {\n            \"gs_uid\": 12617,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Shipment\",\n            \"length\": \"30.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sample Shipment\",\n            \"category\": \"Shipment\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A1B1C1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 9,\n            \"warehouse_id\": \"uc_test\",\n            \"warehouse_name\": \"Unicommerce Test\",\n            \"warehouse_gstin\": \"NA\",\n            \"warehouse_phone\": \"9572895110\",\n            \"warehouse_address\": \"B-144,5th floor ,B Block, Old Vaishnavi Apartment, Chira Chas\",\n            \"warehouse_city\": \"Bokaro Steel City\",\n            \"warehouse_state\": \"Jharkhand\",\n            \"warehouse_pincode\": 560067,\n            \"contact_name\": \"gp\",\n            \"contact_number\": \"9572895110\",\n            \"wms_id\": \"7\",\n            \"op_owner\": \"7\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-05-03T12:35:55.154069Z\"\n    },\n    {\n        \"id\": 396,\n        \"product\": {\n            \"gs_uid\": 12686,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP010\",\n            \"length\": \"5.800\",\n            \"breadth\": \"15.000\",\n            \"height\": \"5.800\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"SNP PREP Peptaronic Tone up Cream (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"750.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.576601Z\"\n    },\n    {\n        \"id\": 753,\n        \"product\": {\n            \"gs_uid\": 12720,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Daal2\",\n            \"category\": \"Lentil.\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-08-24T05:39:44.651298Z\"\n    },\n    {\n        \"id\": 754,\n        \"product\": {\n            \"gs_uid\": 12720,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Daal2\",\n            \"category\": \"Lentil.\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-08-24T05:39:44.653879Z\"\n    },\n    {\n        \"id\": 752,\n        \"product\": {\n            \"gs_uid\": 12720,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"Daal2\",\n            \"category\": \"Lentil.\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 394,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-24T05:36:57.800548Z\"\n    },\n    {\n        \"id\": 108,\n        \"product\": {\n            \"gs_uid\": 12617,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Shipment\",\n            \"length\": \"30.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sample Shipment\",\n            \"category\": \"Shipment\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"A1B1C1\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 9,\n            \"warehouse_id\": \"uc_test\",\n            \"warehouse_name\": \"Unicommerce Test\",\n            \"warehouse_gstin\": \"NA\",\n            \"warehouse_phone\": \"9572895110\",\n            \"warehouse_address\": \"B-144,5th floor ,B Block, Old Vaishnavi Apartment, Chira Chas\",\n            \"warehouse_city\": \"Bokaro Steel City\",\n            \"warehouse_state\": \"Jharkhand\",\n            \"warehouse_pincode\": 560067,\n            \"contact_name\": \"gp\",\n            \"contact_number\": \"9572895110\",\n            \"wms_id\": \"7\",\n            \"op_owner\": \"7\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-05-03T12:35:55.156790Z\"\n    },\n    {\n        \"id\": 33,\n        \"product\": {\n            \"gs_uid\": 12974,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7000\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-04-01T04:54:36.703308Z\"\n    },\n    {\n        \"id\": 255,\n        \"product\": {\n            \"gs_uid\": 12783,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MEN01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1600.000\",\n            \"name\": \"Men In Black\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-07-14T10:53:01.973955Z\"\n    },\n    {\n        \"id\": 256,\n        \"product\": {\n            \"gs_uid\": 12783,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MEN01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1600.000\",\n            \"name\": \"Men In Black\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-07-14T10:53:01.975986Z\"\n    },\n    {\n        \"id\": 252,\n        \"product\": {\n            \"gs_uid\": 12783,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MEN01\",\n            \"length\": \"27.500\",\n            \"breadth\": \"22.200\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"1600.000\",\n            \"name\": \"Men In Black\",\n            \"category\": \"Gifting \",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"NA\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 450,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-14T10:52:52.203653Z\"\n    },\n    {\n        \"id\": 328,\n        \"product\": {\n            \"gs_uid\": 12894,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO011\",\n            \"length\": \"4.700\",\n            \"breadth\": \"12.600\",\n            \"height\": \"2.600\",\n            \"dead_weight\": \"90.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Sunblock SPF50+ PA+++ (40ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1590.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.139203Z\"\n    },\n    {\n        \"id\": 35,\n        \"product\": {\n            \"gs_uid\": 12974,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7000\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-04-01T04:54:44.196774Z\"\n    },\n    {\n        \"id\": 32,\n        \"product\": {\n            \"gs_uid\": 12974,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7000\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-04-01T04:54:36.696289Z\"\n    },\n    {\n        \"id\": 414,\n        \"product\": {\n            \"gs_uid\": 13376,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS014\",\n            \"length\": \"9.600\",\n            \"breadth\": \"6.200\",\n            \"height\": \"9.500\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Too Cool For School EGG MELLOW BODY BUTTER (200g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.691713Z\"\n    },\n    {\n        \"id\": 434,\n        \"product\": {\n            \"gs_uid\": 13302,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DRC002\",\n            \"length\": \"4.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"139.000\",\n            \"name\": \"Dr. Ceuracle Royal Vita Propolis 33 Ampoule (30ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.854236Z\"\n    },\n    {\n        \"id\": 416,\n        \"product\": {\n            \"gs_uid\": 13772,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA002\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK R2 COTTON ROSE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.704337Z\"\n    },\n    {\n        \"id\": 313,\n        \"product\": {\n            \"gs_uid\": 13481,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY004\",\n            \"length\": \"3.500\",\n            \"breadth\": \"3.500\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"57.000\",\n            \"name\": \"VELY VELY WATERFALL SUN ESSENCE (50 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 816,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.047152Z\"\n    },\n    {\n        \"id\": 272,\n        \"product\": {\n            \"gs_uid\": 13698,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs004\",\n            \"length\": \"2.800\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.300\",\n            \"dead_weight\": \"60.000\",\n            \"name\": \"Dear, Klairs Illuminating Supple Blemish Cream (40ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1710.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 705,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.790135Z\"\n    },\n    {\n        \"id\": 407,\n        \"product\": {\n            \"gs_uid\": 13423,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS004\",\n            \"length\": \"15.100\",\n            \"breadth\": \"12.600\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"29.000\",\n            \"name\": \"Too Cool For School EGG CREAM MASK FIRMING (28g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"270.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.645901Z\"\n    },\n    {\n        \"id\": 412,\n        \"product\": {\n            \"gs_uid\": 13541,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS012\",\n            \"length\": \"5.800\",\n            \"breadth\": \"14.000\",\n            \"height\": \"5.800\",\n            \"dead_weight\": \"201.000\",\n            \"name\": \"Too Cool For School PUMPKIN SLEEPING PACK (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1050.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 946,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.678406Z\"\n    },\n    {\n        \"id\": 364,\n        \"product\": {\n            \"gs_uid\": 13923,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM001\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"245.000\",\n            \"name\": \"BELLAMONSTER sensitive care solution pad (165ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1350.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 544,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.376787Z\"\n    },\n    {\n        \"id\": 327,\n        \"product\": {\n            \"gs_uid\": 13872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO010\",\n            \"length\": \"4.300\",\n            \"breadth\": \"12.500\",\n            \"height\": \"3.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.133261Z\"\n    },\n    {\n        \"id\": 354,\n        \"product\": {\n            \"gs_uid\": 13933,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR025\",\n            \"length\": \"7.700\",\n            \"breadth\": \"0.000\",\n            \"height\": \"16.400\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Cosrx Low pH Good Morning Gel Cleanser (150ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"850.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 816,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.305505Z\"\n    },\n    {\n        \"id\": 302,\n        \"product\": {\n            \"gs_uid\": 13956,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs025S\",\n            \"length\": \"4.000\",\n            \"breadth\": \"10.500\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"3.000\",\n            \"name\": \"Dear, Klairs Soft Airy UV Essence (2ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"50.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.975361Z\"\n    },\n    {\n        \"id\": 306,\n        \"product\": {\n            \"gs_uid\": 14403,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs029\",\n            \"length\": \"7.900\",\n            \"breadth\": \"2.900\",\n            \"height\": \"7.900\",\n            \"dead_weight\": \"80.000\",\n            \"name\": \"Dear, Klairs Cushion, Whenever 23W Ecru (15g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2620.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.002147Z\"\n    },\n    {\n        \"id\": 329,\n        \"product\": {\n            \"gs_uid\": 14141,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO012\",\n            \"length\": \"12.500\",\n            \"breadth\": \"2.500\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Dr.oracle 21;Stay A-Thera Peeling Stick (2.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.145460Z\"\n    },\n    {\n        \"id\": 365,\n        \"product\": {\n            \"gs_uid\": 14255,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM002\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"245.000\",\n            \"name\": \"BELLAMONSTER blemish care solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 703,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.382691Z\"\n    },\n    {\n        \"id\": 285,\n        \"product\": {\n            \"gs_uid\": 14474,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs014S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Supple Preparation Unscented Toner (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.869879Z\"\n    },\n    {\n        \"id\": 1014,\n        \"product\": {\n            \"gs_uid\": 14832,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FAFDU\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Plessis\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 28,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"PLayer\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-01T13:25:41.281128Z\"\n    },\n    {\n        \"id\": 1016,\n        \"product\": {\n            \"gs_uid\": 14832,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FAFDU\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Plessis\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 28,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"PLayer\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-09-02T15:17:05.255750Z\"\n    },\n    {\n        \"id\": 1017,\n        \"product\": {\n            \"gs_uid\": 14832,\n            \"user_id\": \"1\",\n            \"sku_id\": \"FAFDU\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Plessis\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 28,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"PLayer\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-09-02T15:17:05.260549Z\"\n    },\n    {\n        \"id\": 319,\n        \"product\": {\n            \"gs_uid\": 15166,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DO002\",\n            \"length\": \"5.600\",\n            \"breadth\": \"15.000\",\n            \"height\": \"5.600\",\n            \"dead_weight\": \"170.000\",\n            \"name\": \"Dr.oracle Antibac Acne Cleansing Foam (120ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1690.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.083230Z\"\n    },\n    {\n        \"id\": 409,\n        \"product\": {\n            \"gs_uid\": 14906,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS009\",\n            \"length\": \"19.800\",\n            \"breadth\": \"17.200\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"40.000\",\n            \"name\": \"Too Cool For School PUMPKIN 24K GOLD MASK (25g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 911,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.658774Z\"\n    },\n    {\n        \"id\": 403,\n        \"product\": {\n            \"gs_uid\": 15028,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SL002\",\n            \"length\": \"5.500\",\n            \"breadth\": \"5.500\",\n            \"height\": \"5.500\",\n            \"dead_weight\": \"116.000\",\n            \"name\": \"SKIN&LAB Dr.Color Effect Red Cream (50ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2550.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.618987Z\"\n    },\n    {\n        \"id\": 421,\n        \"product\": {\n            \"gs_uid\": 15037,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA007\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK T3 READY TO PLAY (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 949,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.734931Z\"\n    },\n    {\n        \"id\": 389,\n        \"product\": {\n            \"gs_uid\": 15044,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP003\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Shea Butter Moisture Serum (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 999,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.532565Z\"\n    },\n    {\n        \"id\": 406,\n        \"product\": {\n            \"gs_uid\": 15182,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TCFS003\",\n            \"length\": \"15.100\",\n            \"breadth\": \"12.600\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"29.000\",\n            \"name\": \"Too Cool For School EGG CREAM MASK HYDRATION (28g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"270.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.638985Z\"\n    },\n    {\n        \"id\": 346,\n        \"product\": {\n            \"gs_uid\": 16428,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR017\",\n            \"length\": \"4.100\",\n            \"breadth\": \"4.100\",\n            \"height\": \"10.200\",\n            \"dead_weight\": \"92.000\",\n            \"name\": \"Cosrx Propolis Light Ampule (20ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1990.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 651,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.254533Z\"\n    },\n    {\n        \"id\": 415,\n        \"product\": {\n            \"gs_uid\": 15282,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MOA001\",\n            \"length\": \"2.500\",\n            \"breadth\": \"8.000\",\n            \"height\": \"2.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MOART VELVET LIP STICK R1 SAND ROSE (3.5g)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.698270Z\"\n    },\n    {\n        \"id\": 277,\n        \"product\": {\n            \"gs_uid\": 15776,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs008S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Gentle Black Deep Cleansing Oil (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.820330Z\"\n    },\n    {\n        \"id\": 1470,\n        \"product\": {\n            \"gs_uid\": 15791,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP9\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus9\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"40000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 169,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-11-21T12:21:34.632465Z\"\n    },\n    {\n        \"id\": 386,\n        \"product\": {\n            \"gs_uid\": 15979,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MS002\",\n            \"length\": \"4.900\",\n            \"breadth\": \"17.500\",\n            \"height\": \"4.900\",\n            \"dead_weight\": \"232.000\",\n            \"name\": \"M'solic Oil Defender All In One (130ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1650.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.513548Z\"\n    },\n    {\n        \"id\": 7978,\n        \"product\": {\n            \"gs_uid\": 16543,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 20,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-16T13:18:55.545789Z\"\n    },\n    {\n        \"id\": 6863,\n        \"product\": {\n            \"gs_uid\": 16543,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-12-15T12:59:46.216629Z\"\n    },\n    {\n        \"id\": 6864,\n        \"product\": {\n            \"gs_uid\": 16543,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-12-15T12:59:46.229258Z\"\n    },\n    {\n        \"id\": 6862,\n        \"product\": {\n            \"gs_uid\": 16543,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 58,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-12-15T12:59:32.432518Z\"\n    },\n    {\n        \"id\": 1467,\n        \"product\": {\n            \"gs_uid\": 16543,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 264,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-11-21T12:21:34.551886Z\"\n    },\n    {\n        \"id\": 301,\n        \"product\": {\n            \"gs_uid\": 16646,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs025\",\n            \"length\": \"5.400\",\n            \"breadth\": \"4.000\",\n            \"height\": \"15.500\",\n            \"dead_weight\": \"115.000\",\n            \"name\": \"Dear, Klairs Soft Airy UV Essence (80ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1570.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.967795Z\"\n    },\n    {\n        \"id\": 442,\n        \"product\": {\n            \"gs_uid\": 15826,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OT004\",\n            \"length\": \"7.300\",\n            \"breadth\": \"3.800\",\n            \"height\": \"16.200\",\n            \"dead_weight\": \"360.000\",\n            \"name\": \"ONE THING Centella Asiatica Extract (300ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1450.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.945090Z\"\n    },\n    {\n        \"id\": 330,\n        \"product\": {\n            \"gs_uid\": 16150,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR001\",\n            \"length\": \"11.200\",\n            \"breadth\": \"14.400\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Cosrx Acne Pimple Master Patch (1ea)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 997,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.151424Z\"\n    },\n    {\n        \"id\": 1279,\n        \"product\": {\n            \"gs_uid\": 16307,\n            \"user_id\": \"1\",\n            \"sku_id\": \"50\",\n            \"length\": \"8.000\",\n            \"breadth\": \"8.000\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"20.000\",\n            \"name\": \"Raisins \",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"default\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 153,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-10-24T12:29:27.420143Z\"\n    },\n    {\n        \"id\": 312,\n        \"product\": {\n            \"gs_uid\": 17457,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY003\",\n            \"length\": \"3.500\",\n            \"breadth\": \"3.500\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"57.000\",\n            \"name\": \"VELY VELY PEACH SKIN SUNCREAM (50 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1950.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.041075Z\"\n    },\n    {\n        \"id\": 350,\n        \"product\": {\n            \"gs_uid\": 16712,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR021\",\n            \"length\": \"5.500\",\n            \"breadth\": \"5.000\",\n            \"height\": \"14.500\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Cosrx Ultimate Moisturizing Honey Overnight Mask (60ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1390.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.281087Z\"\n    },\n    {\n        \"id\": 367,\n        \"product\": {\n            \"gs_uid\": 17066,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM004\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"BELLAMONSTER stress out solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.394962Z\"\n    },\n    {\n        \"id\": 1272,\n        \"product\": {\n            \"gs_uid\": 17066,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM004\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"BELLAMONSTER stress out solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-10-23T06:35:27.392353Z\"\n    },\n    {\n        \"id\": 1273,\n        \"product\": {\n            \"gs_uid\": 17066,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM004\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"BELLAMONSTER stress out solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-10-23T06:36:01.543891Z\"\n    },\n    {\n        \"id\": 1274,\n        \"product\": {\n            \"gs_uid\": 17066,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BM004\",\n            \"length\": \"8.600\",\n            \"breadth\": \"8.600\",\n            \"height\": \"8.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"BELLAMONSTER stress out solution pad (155ml(70pads))\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-10-23T06:36:01.545605Z\"\n    },\n    {\n        \"id\": 8243,\n        \"product\": {\n            \"gs_uid\": 16722,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA3\",\n            \"length\": \"13.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"atta\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-03-04T08:13:27.305453Z\"\n    },\n    {\n        \"id\": 8242,\n        \"product\": {\n            \"gs_uid\": 16722,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA3\",\n            \"length\": \"13.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"atta\",\n            \"category\": \"Others\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-03-04T08:13:25.440451Z\"\n    },\n    {\n        \"id\": 1814,\n        \"product\": {\n            \"gs_uid\": 16998,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0304\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Blah\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"80\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 900,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-11-25T10:47:08.060618Z\"\n    },\n    {\n        \"id\": 1815,\n        \"product\": {\n            \"gs_uid\": 16998,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0304\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Blah\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"80\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 90,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-11-25T10:47:18.265023Z\"\n    },\n    {\n        \"id\": 1816,\n        \"product\": {\n            \"gs_uid\": 16998,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0304\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Blah\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"80\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 10,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-11-25T10:47:18.266504Z\"\n    },\n    {\n        \"id\": 8105,\n        \"product\": {\n            \"gs_uid\": 16998,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0304\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Blah\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"80\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-23T13:35:03.433620Z\"\n    },\n    {\n        \"id\": 391,\n        \"product\": {\n            \"gs_uid\": 17233,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SNP005\",\n            \"length\": \"6.500\",\n            \"breadth\": \"14.500\",\n            \"height\": \"0.500\",\n            \"dead_weight\": \"354.000\",\n            \"name\": \"SNP mini Water Drop Tone Up Cream (25ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.544973Z\"\n    },\n    {\n        \"id\": 290,\n        \"product\": {\n            \"gs_uid\": 17507,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Klairs016S\",\n            \"length\": \"5.000\",\n            \"breadth\": \"7.000\",\n            \"height\": \"0.200\",\n            \"dead_weight\": \"4.000\",\n            \"name\": \"Dear, Klairs Freshly Juiced Vitamin E Mask (3ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 999,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:30.900131Z\"\n    },\n    {\n        \"id\": 385,\n        \"product\": {\n            \"gs_uid\": 17478,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MS001\",\n            \"length\": \"4.900\",\n            \"breadth\": \"17.500\",\n            \"height\": \"4.900\",\n            \"dead_weight\": \"236.000\",\n            \"name\": \"M'solic Drying Defender All In One (130ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1650.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.507574Z\"\n    },\n    {\n        \"id\": 7396,\n        \"product\": {\n            \"gs_uid\": 17591,\n            \"user_id\": \"1\",\n            \"sku_id\": \"WMSTEST2022\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"50.000\",\n            \"name\": \"WMS Test Productww33\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 138,\n            \"warehouse_id\": \"Snehil's Warehouse\",\n            \"warehouse_name\": \"Snehil's Warehouse\",\n            \"warehouse_gstin\": null,\n            \"warehouse_phone\": \"9335288201\",\n            \"warehouse_address\": \"1075i, 5th Cross Road, 12th Main Road\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Snehil Saluja\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": -1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-01-06T11:22:49.714474Z\"\n    },\n    {\n        \"id\": 8103,\n        \"product\": {\n            \"gs_uid\": 17591,\n            \"user_id\": \"1\",\n            \"sku_id\": \"WMSTEST2022\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"50.000\",\n            \"name\": \"WMS Test Productww33\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 11,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-22T13:33:42.618598Z\"\n    },\n    {\n        \"id\": 7395,\n        \"product\": {\n            \"gs_uid\": 17591,\n            \"user_id\": \"1\",\n            \"sku_id\": \"WMSTEST2022\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"50.000\",\n            \"name\": \"WMS Test Productww33\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-01-05T16:09:13.507877Z\"\n    },\n    {\n        \"id\": 8118,\n        \"product\": {\n            \"gs_uid\": 18139,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SAURABH3\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Skin Radiance\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 11,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-24T05:42:03.365052Z\"\n    },\n    {\n        \"id\": 1240,\n        \"product\": {\n            \"gs_uid\": 17680,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GGM\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Grounded Garam Masala\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 99,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-19T17:01:23.677282Z\"\n    },\n    {\n        \"id\": 344,\n        \"product\": {\n            \"gs_uid\": 18106,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CR015\",\n            \"length\": \"4.300\",\n            \"breadth\": \"4.300\",\n            \"height\": \"15.500\",\n            \"dead_weight\": \"190.000\",\n            \"name\": \"Cosrx Galactomyces 95 Tone Balancing Essence (100ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1590.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 964,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.241727Z\"\n    },\n    {\n        \"id\": 671,\n        \"product\": {\n            \"gs_uid\": 17703,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0105\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Shirt\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0105\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 10,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-07-23T15:06:12.854490Z\"\n    },\n    {\n        \"id\": 684,\n        \"product\": {\n            \"gs_uid\": 17703,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0105\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Shirt\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0105\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 40,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-08-07T09:19:56.127931Z\"\n    },\n    {\n        \"id\": 685,\n        \"product\": {\n            \"gs_uid\": 17703,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU0105\",\n            \"length\": \"100.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"900.000\",\n            \"name\": \"Shirt\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": \"0105\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 50,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-07T09:19:56.132048Z\"\n    },\n    {\n        \"id\": 311,\n        \"product\": {\n            \"gs_uid\": 17974,\n            \"user_id\": \"1\",\n            \"sku_id\": \"VELYVELY002\",\n            \"length\": \"4.200\",\n            \"breadth\": \"4.200\",\n            \"height\": \"17.300\",\n            \"dead_weight\": \"224.000\",\n            \"name\": \"VELY VELY ARTEMISIA BALANCE ESSENSE (150 ml)\",\n            \"category\": \"Skincare\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"3250.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"33049990\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-07-22T07:47:31.034265Z\"\n    },\n    {\n        \"id\": 181,\n        \"product\": {\n            \"gs_uid\": 18139,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SAURABH3\",\n            \"length\": \"39.000\",\n            \"breadth\": \"26.000\",\n            \"height\": \"18.000\",\n            \"dead_weight\": \"7000.000\",\n            \"name\": \"Auric Skin Radiance\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"24\",\n            \"hsn_code\": \"22029020\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 325,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-05-22T20:35:41.850465Z\"\n    },\n    {\n        \"id\": 18720,\n        \"product\": {\n            \"gs_uid\": 33489,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXPI01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-25T17:28:39.432968Z\"\n    },\n    {\n        \"id\": 16,\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 10,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-31T18:26:49.917988Z\"\n    },\n    {\n        \"id\": 18,\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 20,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-03-31T18:29:26.828140Z\"\n    },\n    {\n        \"id\": 721,\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 13,\n            \"warehouse_id\": \"WE_Mumbai\",\n            \"warehouse_name\": \"E-2 Dapode, Bhiwandi (WE)\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"E-2, Gala No.1 & 2, Parasnath Complex, Dapode, Thane, Maharastra\",\n            \"warehouse_city\": \"Mumbai\",\n            \"warehouse_state\": \"Maharashtra\",\n            \"warehouse_pincode\": 421302,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-08-19T12:00:33.847579Z\"\n    },\n    {\n        \"id\": 722,\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 13,\n            \"warehouse_id\": \"WE_Mumbai\",\n            \"warehouse_name\": \"E-2 Dapode, Bhiwandi (WE)\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"E-2, Gala No.1 & 2, Parasnath Complex, Dapode, Thane, Maharastra\",\n            \"warehouse_city\": \"Mumbai\",\n            \"warehouse_state\": \"Maharashtra\",\n            \"warehouse_pincode\": 421302,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-19T12:00:33.854944Z\"\n    },\n    {\n        \"id\": 15,\n        \"product\": {\n            \"gs_uid\": 10872,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH1912\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 35,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-31T18:26:49.906402Z\"\n    },\n    {\n        \"id\": 27,\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 4,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-03-31T23:44:22.185640Z\"\n    },\n    {\n        \"id\": 28,\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-03-31T23:44:22.191659Z\"\n    },\n    {\n        \"id\": 26,\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-03-31T23:44:22.175007Z\"\n    },\n    {\n        \"id\": 1018,\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 11,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-09-09T08:01:43.982980Z\"\n    },\n    {\n        \"id\": 1019,\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-09-09T08:01:43.990835Z\"\n    },\n    {\n        \"id\": 1020,\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1,\n            \"warehouse_id\": \"DEL_KPS\",\n            \"warehouse_name\": \"Kapashera, Delhi (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra No. 1097, Kapashera, New Delhi 110037, India\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1007,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-09-09T08:01:43.992777Z\"\n    },\n    {\n        \"id\": 7917,\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 6100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-09T13:05:29.231624Z\"\n    },\n    {\n        \"id\": 8394,\n        \"product\": {\n            \"gs_uid\": 5298,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH5000\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://gs-save-pdf.s3.ap-south-1.amazonaws.com/2021-08-23T17-27-42.563.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 57,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-03-24T06:07:56.050485Z\"\n    },\n    {\n        \"id\": 104079,\n        \"product\": {\n            \"gs_uid\": 134121,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43796609892606\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"TestCreation2\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-05T11:13:01.745321Z\"\n    },\n    {\n        \"id\": 90174,\n        \"product\": {\n            \"gs_uid\": 33489,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXPI01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-12-05T05:23:48.964833Z\"\n    },\n    {\n        \"id\": 18481,\n        \"product\": {\n            \"gs_uid\": 32768,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"100\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 109,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-14T07:47:02.550391Z\"\n    },\n    {\n        \"id\": 174488,\n        \"product\": {\n            \"gs_uid\": 32768,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"100\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1049,\n            \"warehouse_id\": \"home_test_2\",\n            \"warehouse_name\": \"home_test_2\",\n            \"warehouse_gstin\": \"Sample\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Sample address\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560100,\n            \"contact_name\": \"Ruksar\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": -1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-03-03T05:51:10.651711Z\"\n    },\n    {\n        \"id\": 18681,\n        \"product\": {\n            \"gs_uid\": 32769,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-22T06:57:13.588892Z\"\n    },\n    {\n        \"id\": 172853,\n        \"product\": {\n            \"gs_uid\": 32768,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"100\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 555,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-03-02T10:53:01.680280Z\"\n    },\n    {\n        \"id\": 89812,\n        \"product\": {\n            \"gs_uid\": 32770,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP2\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-01T19:05:01.546665Z\"\n    },\n    {\n        \"id\": 18862,\n        \"product\": {\n            \"gs_uid\": 33545,\n            \"user_id\": \"1\",\n            \"sku_id\": \"LONG-PRODUCT\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRODUCT WITH LONG NAME\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-27T05:17:37.716052Z\"\n    },\n    {\n        \"id\": 89811,\n        \"product\": {\n            \"gs_uid\": 32771,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-01T19:04:51.462109Z\"\n    },\n    {\n        \"id\": 89813,\n        \"product\": {\n            \"gs_uid\": 32773,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP5\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Matteress-Single Bed\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-01T19:05:26.378362Z\"\n    },\n    {\n        \"id\": 18483,\n        \"product\": {\n            \"gs_uid\": 32775,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP7\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-14T08:17:18.893470Z\"\n    },\n    {\n        \"id\": 102234,\n        \"product\": {\n            \"gs_uid\": 32779,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP11\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T14:37:34.115047Z\"\n    },\n    {\n        \"id\": 74634,\n        \"product\": {\n            \"gs_uid\": 94244,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381631230\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"silent glitter\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"9.72\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:22.826210Z\"\n    },\n    {\n        \"id\": 74633,\n        \"product\": {\n            \"gs_uid\": 94243,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381663998\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"patient bird\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"3.05\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:21.548641Z\"\n    },\n    {\n        \"id\": 74632,\n        \"product\": {\n            \"gs_uid\": 94242,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381598462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"damp river\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"4.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:20.433211Z\"\n    },\n    {\n        \"id\": 102225,\n        \"product\": {\n            \"gs_uid\": 51689,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-WMS-TEST\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"TESTPRO\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"98\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 68,\n            \"warehouse_id\": \"Divya_Surat\",\n            \"warehouse_name\": \"Opera_Flats\",\n            \"warehouse_gstin\": \"06AAQFT4857J1ZH\",\n            \"warehouse_phone\": \"8758210955\",\n            \"warehouse_address\": \"A/301 Opera Flats, Opposite Umrighar School, Parle Point Road, Surat, Gujarat - 395007\",\n            \"warehouse_city\": \"Surat\",\n            \"warehouse_state\": \"Gujarat\",\n            \"warehouse_pincode\": 395007,\n            \"contact_name\": \"Divya\",\n            \"contact_number\": \"8758210955\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T13:14:49.247343Z\"\n    },\n    {\n        \"id\": 74635,\n        \"product\": {\n            \"gs_uid\": 94245,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381696766\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"crimson butterfly\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"7.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:23.763729Z\"\n    },\n    {\n        \"id\": 74636,\n        \"product\": {\n            \"gs_uid\": 94246,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381729534\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"frosty glade\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"0.36\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:24.701134Z\"\n    },\n    {\n        \"id\": 102231,\n        \"product\": {\n            \"gs_uid\": 51689,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-WMS-TEST\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"TESTPRO\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"98\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 39,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T13:19:41.059406Z\"\n    },\n    {\n        \"id\": 22284,\n        \"product\": {\n            \"gs_uid\": 51689,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-WMS-TEST\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"TESTPRO\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"98\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-01T20:37:26.763708Z\"\n    },\n    {\n        \"id\": 137945,\n        \"product\": {\n            \"gs_uid\": 51689,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-WMS-TEST\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"TESTPRO\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"98\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1049,\n            \"warehouse_id\": \"home_test_2\",\n            \"warehouse_name\": \"home_test_2\",\n            \"warehouse_gstin\": \"Sample\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Sample address\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560100,\n            \"contact_name\": \"Ruksar\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-06T17:02:53.624007Z\"\n    },\n    {\n        \"id\": 27035,\n        \"product\": {\n            \"gs_uid\": 53618,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Standalore\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"10.000\",\n            \"name\": \"Stand\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 42,\n            \"warehouse_id\": \"jknkjnjn\",\n            \"warehouse_name\": \"jknkjnjn\",\n            \"warehouse_gstin\": \"1002\",\n            \"warehouse_phone\": \"8888888888\",\n            \"warehouse_address\": \"IIT Delhi\",\n            \"warehouse_city\": \"North Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110037,\n            \"contact_name\": \"Director\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-29T16:52:17.405288Z\"\n    },\n    {\n        \"id\": 19147,\n        \"product\": {\n            \"gs_uid\": 42679,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-EXP-04\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 10,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-04T17:19:35.670789Z\"\n    },\n    {\n        \"id\": 14782,\n        \"product\": {\n            \"gs_uid\": 5620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Aashirvaad Atta\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-14T05:15:06.441136Z\"\n    },\n    {\n        \"id\": 22258,\n        \"product\": {\n            \"gs_uid\": 5620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Aashirvaad Atta\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 335,\n            \"warehouse_id\": \"ds_nct_dwrk\",\n            \"warehouse_name\": \"ds_nct_dwrk\",\n            \"warehouse_gstin\": \"ABDGCDFKF\",\n            \"warehouse_phone\": \"8750667126\",\n            \"warehouse_address\": \"Dwarka sector-19, Plot n. 120, KH.NO.7/4,Pochanpur extn, New delhi\",\n            \"warehouse_city\": \"North West Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110059,\n            \"contact_name\": \"Ajay\",\n            \"contact_number\": \"8750667126\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-30T12:19:55.261121Z\"\n    },\n    {\n        \"id\": 672,\n        \"product\": {\n            \"gs_uid\": 5620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Aashirvaad Atta\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 54,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-01T20:03:36.702355Z\"\n    },\n    {\n        \"id\": 675,\n        \"product\": {\n            \"gs_uid\": 5620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Aashirvaad Atta\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-08-01T20:07:10.423030Z\"\n    },\n    {\n        \"id\": 674,\n        \"product\": {\n            \"gs_uid\": 5620,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Aashirvaad Atta\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ACD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-08-01T20:07:10.420369Z\"\n    },\n    {\n        \"id\": 19144,\n        \"product\": {\n            \"gs_uid\": 42668,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-04T16:53:48.245154Z\"\n    },\n    {\n        \"id\": 21417,\n        \"product\": {\n            \"gs_uid\": 46654,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_1\",\n            \"length\": \"2.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"ag test 1\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 195,\n            \"warehouse_id\": \"ds_nct_dwrk\",\n            \"warehouse_name\": \"ds_nct_dwrk\",\n            \"warehouse_gstin\": \"TBA\",\n            \"warehouse_phone\": \"8750667126\",\n            \"warehouse_address\": \"Plot No 120, Kh No. 7/4, Pochanpur Extension, Dwarka Sector-19, New Delhi\",\n            \"warehouse_city\": \"Dwarka\",\n            \"warehouse_state\": \"New Delhi\",\n            \"warehouse_pincode\": 110075,\n            \"contact_name\": \"Ajay Verma\",\n            \"contact_number\": \"8750667126\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"2567\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-11T08:33:18.891989Z\"\n    },\n    {\n        \"id\": 19145,\n        \"product\": {\n            \"gs_uid\": 42674,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-07\",\n            \"length\": \"50.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"129.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-04T16:53:48.605503Z\"\n    },\n    {\n        \"id\": 19146,\n        \"product\": {\n            \"gs_uid\": 42675,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-08\",\n            \"length\": \"60.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-04T16:59:31.655452Z\"\n    },\n    {\n        \"id\": 21222,\n        \"product\": {\n            \"gs_uid\": 46640,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS002\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T16:17:29.996248Z\"\n    },\n    {\n        \"id\": 677,\n        \"product\": {\n            \"gs_uid\": 17038,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Ashirvaad Atta\",\n            \"category\": \"Consumer Electronics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/camel.png?v=1627663408\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/d2c3.jpg?v=1627663408\",\n                null\n            ],\n            \"pack_size\": \"2 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-08-01T20:07:10.434088Z\"\n    },\n    {\n        \"id\": 21412,\n        \"product\": {\n            \"gs_uid\": 46648,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-11T07:20:48.764443Z\"\n    },\n    {\n        \"id\": 21418,\n        \"product\": {\n            \"gs_uid\": 46655,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_2\",\n            \"length\": \"44.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"33.000\",\n            \"name\": \"ag test 2\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"213.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 195,\n            \"warehouse_id\": \"ds_nct_dwrk\",\n            \"warehouse_name\": \"ds_nct_dwrk\",\n            \"warehouse_gstin\": \"TBA\",\n            \"warehouse_phone\": \"8750667126\",\n            \"warehouse_address\": \"Plot No 120, Kh No. 7/4, Pochanpur Extension, Dwarka Sector-19, New Delhi\",\n            \"warehouse_city\": \"Dwarka\",\n            \"warehouse_state\": \"New Delhi\",\n            \"warehouse_pincode\": 110075,\n            \"contact_name\": \"Ajay Verma\",\n            \"contact_number\": \"8750667126\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"2567\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-11T08:33:18.899753Z\"\n    },\n    {\n        \"id\": 676,\n        \"product\": {\n            \"gs_uid\": 17038,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Ashirvaad Atta\",\n            \"category\": \"Consumer Electronics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/camel.png?v=1627663408\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/d2c3.jpg?v=1627663408\",\n                null\n            ],\n            \"pack_size\": \"2 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-08-01T20:07:10.432500Z\"\n    },\n    {\n        \"id\": 673,\n        \"product\": {\n            \"gs_uid\": 17038,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Ashirvaad Atta\",\n            \"category\": \"Consumer Electronics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/camel.png?v=1627663408\",\n                \"https://cdn.shopify.com/s/files/1/0585/2692/4953/products/d2c3.jpg?v=1627663408\",\n                null\n            ],\n            \"pack_size\": \"2 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 394,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-01T20:03:36.710715Z\"\n    },\n    {\n        \"id\": 79557,\n        \"product\": {\n            \"gs_uid\": 100696,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PROD-PSV\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"13.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPSV\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 10,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-08T13:21:03.925831Z\"\n    },\n    {\n        \"id\": 23099,\n        \"product\": {\n            \"gs_uid\": 52525,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO-MAIN\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-09-08T09:36:05.044374Z\"\n    },\n    {\n        \"id\": 23097,\n        \"product\": {\n            \"gs_uid\": 52527,\n            \"user_id\": \"1\",\n            \"sku_id\": \"C2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST2\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T07:10:23.759917Z\"\n    },\n    {\n        \"id\": 74674,\n        \"product\": {\n            \"gs_uid\": 94375,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SCAN-TEST2\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"TESTPRO\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"122.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"203\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-21T05:50:54.845964Z\"\n    },\n    {\n        \"id\": 74673,\n        \"product\": {\n            \"gs_uid\": 94374,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SCAN-TEST1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTING PRODUCT\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-21T05:50:45.264640Z\"\n    },\n    {\n        \"id\": 756,\n        \"product\": {\n            \"gs_uid\": 13196,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gdagdha\",\n            \"length\": \"12.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"560.000\",\n            \"name\": \"ABC1231\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 13,\n            \"warehouse_id\": \"WE_Mumbai\",\n            \"warehouse_name\": \"E-2 Dapode, Bhiwandi (WE)\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"E-2, Gala No.1 & 2, Parasnath Complex, Dapode, Thane, Maharastra\",\n            \"warehouse_city\": \"Mumbai\",\n            \"warehouse_state\": \"Maharashtra\",\n            \"warehouse_pincode\": 421302,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-08-26T09:53:49.658318Z\"\n    },\n    {\n        \"id\": 757,\n        \"product\": {\n            \"gs_uid\": 13196,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gdagdha\",\n            \"length\": \"12.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"560.000\",\n            \"name\": \"ABC1231\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 13,\n            \"warehouse_id\": \"WE_Mumbai\",\n            \"warehouse_name\": \"E-2 Dapode, Bhiwandi (WE)\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"E-2, Gala No.1 & 2, Parasnath Complex, Dapode, Thane, Maharastra\",\n            \"warehouse_city\": \"Mumbai\",\n            \"warehouse_state\": \"Maharashtra\",\n            \"warehouse_pincode\": 421302,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-08-26T09:53:49.660312Z\"\n    },\n    {\n        \"id\": 755,\n        \"product\": {\n            \"gs_uid\": 13196,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gdagdha\",\n            \"length\": \"12.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"560.000\",\n            \"name\": \"ABC1231\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 13,\n            \"warehouse_id\": \"WE_Mumbai\",\n            \"warehouse_name\": \"E-2 Dapode, Bhiwandi (WE)\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"E-2, Gala No.1 & 2, Parasnath Complex, Dapode, Thane, Maharastra\",\n            \"warehouse_city\": \"Mumbai\",\n            \"warehouse_state\": \"Maharashtra\",\n            \"warehouse_pincode\": 421302,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 598,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-08-26T09:53:28.592673Z\"\n    },\n    {\n        \"id\": 8119,\n        \"product\": {\n            \"gs_uid\": 13196,\n            \"user_id\": \"1\",\n            \"sku_id\": \"gdagdha\",\n            \"length\": \"12.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"560.000\",\n            \"name\": \"ABC1231\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": -233,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-24T05:52:31.440231Z\"\n    },\n    {\n        \"id\": 79558,\n        \"product\": {\n            \"gs_uid\": 100706,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PSV2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Medical\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 3,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-08T14:12:37.112903Z\"\n    },\n    {\n        \"id\": 79559,\n        \"product\": {\n            \"gs_uid\": 100708,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CO-01\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"COMBO1\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-08T14:22:16.732842Z\"\n    },\n    {\n        \"id\": 79560,\n        \"product\": {\n            \"gs_uid\": 100709,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CO-02\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"COMBO2\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-08T14:22:21.346142Z\"\n    },\n    {\n        \"id\": 74787,\n        \"product\": {\n            \"gs_uid\": 94895,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-TESTREG\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-26T05:32:01.800424Z\"\n    },\n    {\n        \"id\": 79363,\n        \"product\": {\n            \"gs_uid\": 100367,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Monitor123\",\n            \"length\": \"83.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"15.000\",\n            \"dead_weight\": \"6000.000\",\n            \"name\": \"Desktop Monitor packed\",\n            \"category\": \"Consumer Electronics\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 755,\n            \"warehouse_id\": \"Jaipur AM\",\n            \"warehouse_name\": \"Jaipur AM\",\n            \"warehouse_gstin\": \"AADFDF1234R3DG\",\n            \"warehouse_phone\": \"8769907638\",\n            \"warehouse_address\": \"68/56, Sector-6, Pratap Nagar,  Jaipur, Rajasthan 302033\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302033,\n            \"contact_name\": \"Ayushi\",\n            \"contact_number\": \"8769907638\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 10,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-06T04:19:06.366377Z\"\n    },\n    {\n        \"id\": 81692,\n        \"product\": {\n            \"gs_uid\": 102467,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-TEST2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCDEF\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"544.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 4,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T07:10:04.414185Z\"\n    },\n    {\n        \"id\": 63229,\n        \"product\": {\n            \"gs_uid\": 83739,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BIGBOX123\",\n            \"length\": \"45.000\",\n            \"breadth\": \"60.000\",\n            \"height\": \"45.000\",\n            \"dead_weight\": \"15000.000\",\n            \"name\": \"Big Box\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"10000.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 613,\n            \"warehouse_id\": \"Amey Jogupalya\",\n            \"warehouse_name\": \"Amey Jogupalya\",\n            \"warehouse_gstin\": \"absase1231\",\n            \"warehouse_phone\": \"7289802525\",\n            \"warehouse_address\": \"Flat No. 7, 13, 1st cross Jogupalya, Road, Halasuru, Bengaluru, Karnataka 560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Palak\",\n            \"contact_number\": \"7289802525\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 20,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-15T04:26:01.501428Z\"\n    },\n    {\n        \"id\": 83321,\n        \"product\": {\n            \"gs_uid\": 105655,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-23T05:16:13.300275Z\"\n    },\n    {\n        \"id\": 79651,\n        \"product\": {\n            \"gs_uid\": 100792,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH-02\",\n            \"length\": \"3.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Subproduct-02\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1234\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-09T06:07:41.889344Z\"\n    },\n    {\n        \"id\": 6865,\n        \"product\": {\n            \"gs_uid\": 13164,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TestProduct\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"1.000\",\n            \"name\": \"Product\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"90.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"1234\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 263,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-12-16T03:58:10.336004Z\"\n    },\n    {\n        \"id\": 90221,\n        \"product\": {\n            \"gs_uid\": 114702,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKU123\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Product-123\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"10\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-05T08:05:51.141548Z\"\n    },\n    {\n        \"id\": 79650,\n        \"product\": {\n            \"gs_uid\": 100791,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH-01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Sub-product1\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-09T06:07:35.830898Z\"\n    },\n    {\n        \"id\": 15271,\n        \"product\": {\n            \"gs_uid\": 29139,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188028158\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:32:31.636462Z\"\n    },\n    {\n        \"id\": 81762,\n        \"product\": {\n            \"gs_uid\": 102551,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-PROD-SKU\",\n            \"length\": \"10.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T16:34:18.236004Z\"\n    },\n    {\n        \"id\": 107062,\n        \"product\": {\n            \"gs_uid\": 137050,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODEXP\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTEXP\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-06T11:44:45.325815Z\"\n    },\n    {\n        \"id\": 107565,\n        \"product\": {\n            \"gs_uid\": 138502,\n            \"user_id\": \"1\",\n            \"sku_id\": \"LENGHTY\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"6.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"LONGPRODUCT NAME  - TESTING PRODUCT  NAME 12345678\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-11T06:29:17.915700Z\"\n    },\n    {\n        \"id\": 7957,\n        \"product\": {\n            \"gs_uid\": 2653,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1213,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-02-11T13:32:54.035938Z\"\n    },\n    {\n        \"id\": 19028,\n        \"product\": {\n            \"gs_uid\": 2653,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 359,\n            \"warehouse_id\": \"GS_HYD_KMP\",\n            \"warehouse_name\": \"GS_HYD_KMP\",\n            \"warehouse_gstin\": \"36AAJCB5174E1ZO\",\n            \"warehouse_phone\": \"9550899104\",\n            \"warehouse_address\": \"G Bupal Reddy Real Estate, Survey No-93, Shed No-5, Srikanth Reddy Estate, Gandimaisamma Mandalm Hyderabad, Kompally Village, Secunderabad, Medchal Malkajgiri\",\n            \"warehouse_city\": \"Hyderabad\",\n            \"warehouse_state\": \"Telangana\",\n            \"warehouse_pincode\": 500014,\n            \"contact_name\": \"Arun\",\n            \"contact_number\": \"9550899104\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-02T06:02:13.994227Z\"\n    },\n    {\n        \"id\": 22005,\n        \"product\": {\n            \"gs_uid\": 2653,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-08-25T19:31:57.565639Z\"\n    },\n    {\n        \"id\": 1469,\n        \"product\": {\n            \"gs_uid\": 2653,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 88,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-11-21T12:21:34.616341Z\"\n    },\n    {\n        \"id\": 26421,\n        \"product\": {\n            \"gs_uid\": 5268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TTYS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Tiger Toy\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"180.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2022-09-21T12:42:58.843849Z\"\n    },\n    {\n        \"id\": 8840,\n        \"product\": {\n            \"gs_uid\": 5268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TTYS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Tiger Toy\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"180.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-04-26T05:32:56.474238Z\"\n    },\n    {\n        \"id\": 1472,\n        \"product\": {\n            \"gs_uid\": 5268,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TTYS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Tiger Toy\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"180.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-11-21T12:21:34.701831Z\"\n    },\n    {\n        \"id\": 90256,\n        \"product\": {\n            \"gs_uid\": 29141,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188093694\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 10,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-05T09:11:37.411785Z\"\n    },\n    {\n        \"id\": 15273,\n        \"product\": {\n            \"gs_uid\": 29141,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188093694\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Kurta\",\n            \"category\": \".\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:32:31.658075Z\"\n    },\n    {\n        \"id\": 23833,\n        \"product\": {\n            \"gs_uid\": 52892,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TEST_COMBO_2\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"20.000\",\n            \"name\": \"Test combo 2\",\n            \"category\": \"Apparels & Accessories\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"333.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 54,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-15T09:52:05.765298Z\"\n    },\n    {\n        \"id\": 21221,\n        \"product\": {\n            \"gs_uid\": 46639,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 52,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T16:17:29.970241Z\"\n    },\n    {\n        \"id\": 21419,\n        \"product\": {\n            \"gs_uid\": 46650,\n            \"user_id\": \"1\",\n            \"sku_id\": \"test_combo\",\n            \"length\": \"2.000\",\n            \"breadth\": \"45.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"233.000\",\n            \"name\": \"test_combo\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"344.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 96,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-11T08:40:25.503782Z\"\n    },\n    {\n        \"id\": 21420,\n        \"product\": {\n            \"gs_uid\": 46651,\n            \"user_id\": \"1\",\n            \"sku_id\": \"combo1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"combo1\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"122.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 220,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-11T08:40:26.487911Z\"\n    },\n    {\n        \"id\": 21450,\n        \"product\": {\n            \"gs_uid\": 46656,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_1\",\n            \"length\": \"44.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"223.000\",\n            \"name\": \"combo 1\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"2333.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 195,\n            \"warehouse_id\": \"ds_nct_dwrk\",\n            \"warehouse_name\": \"ds_nct_dwrk\",\n            \"warehouse_gstin\": \"TBA\",\n            \"warehouse_phone\": \"8750667126\",\n            \"warehouse_address\": \"Plot No 120, Kh No. 7/4, Pochanpur Extension, Dwarka Sector-19, New Delhi\",\n            \"warehouse_city\": \"Dwarka\",\n            \"warehouse_state\": \"New Delhi\",\n            \"warehouse_pincode\": 110075,\n            \"contact_name\": \"Ajay Verma\",\n            \"contact_number\": \"8750667126\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"2567\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 500,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-11T08:41:58.990366Z\"\n    },\n    {\n        \"id\": 18482,\n        \"product\": {\n            \"gs_uid\": 32772,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NewEXP4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Chair\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-14T08:08:57.321285Z\"\n    },\n    {\n        \"id\": 137946,\n        \"product\": {\n            \"gs_uid\": 162855,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TESTSKU\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCDEF\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-06T17:12:52.285739Z\"\n    },\n    {\n        \"id\": 79561,\n        \"product\": {\n            \"gs_uid\": 100707,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CO-MAIN\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"COMBO-P\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-08T14:25:33.303212Z\"\n    },\n    {\n        \"id\": 79652,\n        \"product\": {\n            \"gs_uid\": 100790,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Parentsku\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"maincomboproduct\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-09T06:09:21.489019Z\"\n    },\n    {\n        \"id\": 137947,\n        \"product\": {\n            \"gs_uid\": 162855,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TESTSKU\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCDEF\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1049,\n            \"warehouse_id\": \"home_test_2\",\n            \"warehouse_name\": \"home_test_2\",\n            \"warehouse_gstin\": \"Sample\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Sample address\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560100,\n            \"contact_name\": \"Ruksar\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": -12,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-06T17:20:40.476488Z\"\n    },\n    {\n        \"id\": 74607,\n        \"product\": {\n            \"gs_uid\": 94094,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Fabulous Figs (Afghani) 400g.jpg\",\n            \"length\": \"10.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Fabulous Figs (Afghani) 400g\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-18T11:17:32.250346Z\"\n    },\n    {\n        \"id\": 102227,\n        \"product\": {\n            \"gs_uid\": 53217,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-COMBO-A\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MAIN PROD\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 68,\n            \"warehouse_id\": \"Divya_Surat\",\n            \"warehouse_name\": \"Opera_Flats\",\n            \"warehouse_gstin\": \"06AAQFT4857J1ZH\",\n            \"warehouse_phone\": \"8758210955\",\n            \"warehouse_address\": \"A/301 Opera Flats, Opposite Umrighar School, Parle Point Road, Surat, Gujarat - 395007\",\n            \"warehouse_city\": \"Surat\",\n            \"warehouse_state\": \"Gujarat\",\n            \"warehouse_pincode\": 395007,\n            \"contact_name\": \"Divya\",\n            \"contact_number\": \"8758210955\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 4,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T13:14:49.284851Z\"\n    },\n    {\n        \"id\": 102233,\n        \"product\": {\n            \"gs_uid\": 53217,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-COMBO-A\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MAIN PROD\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 24,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T13:19:41.097594Z\"\n    },\n    {\n        \"id\": 26422,\n        \"product\": {\n            \"gs_uid\": 53217,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-COMBO-A\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MAIN PROD\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 8,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-21T12:59:17.013091Z\"\n    },\n    {\n        \"id\": 117675,\n        \"product\": {\n            \"gs_uid\": 139349,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_04\",\n            \"length\": \"5.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample04\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-12T09:12:18.834545Z\"\n    },\n    {\n        \"id\": 93327,\n        \"product\": {\n            \"gs_uid\": 116911,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RBTLCT1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Tinted Tales Lip & Cheek Tint\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"1999.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 10,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-09T09:50:30.443147Z\"\n    },\n    {\n        \"id\": 110175,\n        \"product\": {\n            \"gs_uid\": 139347,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_02\",\n            \"length\": \"10.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample02\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-12T08:28:59.370985Z\"\n    },\n    {\n        \"id\": 102226,\n        \"product\": {\n            \"gs_uid\": 123823,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 68,\n            \"warehouse_id\": \"Divya_Surat\",\n            \"warehouse_name\": \"Opera_Flats\",\n            \"warehouse_gstin\": \"06AAQFT4857J1ZH\",\n            \"warehouse_phone\": \"8758210955\",\n            \"warehouse_address\": \"A/301 Opera Flats, Opposite Umrighar School, Parle Point Road, Surat, Gujarat - 395007\",\n            \"warehouse_city\": \"Surat\",\n            \"warehouse_state\": \"Gujarat\",\n            \"warehouse_pincode\": 395007,\n            \"contact_name\": \"Divya\",\n            \"contact_number\": \"8758210955\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 12,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T13:14:49.265426Z\"\n    },\n    {\n        \"id\": 102228,\n        \"product\": {\n            \"gs_uid\": 123823,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-12-28T13:15:50.174650Z\"\n    },\n    {\n        \"id\": 102232,\n        \"product\": {\n            \"gs_uid\": 123823,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 54,\n            \"warehouse_id\": \"GS_office_1\",\n            \"warehouse_name\": \"Grow Simplee,Indiranagar\",\n            \"warehouse_gstin\": \"Bangalore Test GST\",\n            \"warehouse_phone\": \"9995552221\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"KARNATAKA\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Saurabh Sinha\",\n            \"contact_number\": \"9995552221\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 52,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-28T13:19:41.077271Z\"\n    },\n    {\n        \"id\": 99667,\n        \"product\": {\n            \"gs_uid\": 123823,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 26,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-15T14:31:05.825856Z\"\n    },\n    {\n        \"id\": 137941,\n        \"product\": {\n            \"gs_uid\": 123823,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1049,\n            \"warehouse_id\": \"home_test_2\",\n            \"warehouse_name\": \"home_test_2\",\n            \"warehouse_gstin\": \"Sample\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Sample address\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560100,\n            \"contact_name\": \"Ruksar\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-06T15:27:13.808419Z\"\n    },\n    {\n        \"id\": 110174,\n        \"product\": {\n            \"gs_uid\": 139346,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_01\",\n            \"length\": \"5.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample01\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-12T08:28:34.764155Z\"\n    },\n    {\n        \"id\": 110176,\n        \"product\": {\n            \"gs_uid\": 139348,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_03\",\n            \"length\": \"5.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample03\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-12T08:42:54.992532Z\"\n    },\n    {\n        \"id\": 110173,\n        \"product\": {\n            \"gs_uid\": 139350,\n            \"user_id\": \"1\",\n            \"sku_id\": \"sample_05\",\n            \"length\": \"5.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"250.000\",\n            \"name\": \"Sample05\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-12T08:27:24.757680Z\"\n    },\n    {\n        \"id\": 35550,\n        \"product\": {\n            \"gs_uid\": 50195,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST0999\",\n            \"length\": \"70.000\",\n            \"breadth\": \"50.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard-0999\",\n            \"category\": \"Health & Wellness\",\n            \"subcategory\": \"Medicines & Drugs\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1678728974_61eNW65rU0L._SX569_.jpg\"\n            ],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-10T06:31:32.140863Z\"\n    },\n    {\n        \"id\": 137943,\n        \"product\": {\n            \"gs_uid\": 147777,\n            \"user_id\": \"1\",\n            \"sku_id\": \"14041998\",\n            \"length\": \"12.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMSKU\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1049,\n            \"warehouse_id\": \"home_test_2\",\n            \"warehouse_name\": \"home_test_2\",\n            \"warehouse_gstin\": \"Sample\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Sample address\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560100,\n            \"contact_name\": \"Ruksar\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-06T16:35:51.456001Z\"\n    },\n    {\n        \"id\": 137944,\n        \"product\": {\n            \"gs_uid\": 147777,\n            \"user_id\": \"1\",\n            \"sku_id\": \"14041998\",\n            \"length\": \"12.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMSKU\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 1049,\n            \"warehouse_id\": \"home_test_2\",\n            \"warehouse_name\": \"home_test_2\",\n            \"warehouse_gstin\": \"Sample\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Sample address\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560100,\n            \"contact_name\": \"Ruksar\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2023-02-06T16:37:30.853339Z\"\n    },\n    {\n        \"id\": 125440,\n        \"product\": {\n            \"gs_uid\": 147777,\n            \"user_id\": \"1\",\n            \"sku_id\": \"14041998\",\n            \"length\": \"12.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMSKU\",\n            \"category\": \"Home & Garden\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 6,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-19T15:53:19.645277Z\"\n    },\n    {\n        \"id\": 26425,\n        \"product\": {\n            \"gs_uid\": 18280,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O022\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bat22\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-21T13:21:27.563940Z\"\n    },\n    {\n        \"id\": 26426,\n        \"product\": {\n            \"gs_uid\": 18280,\n            \"user_id\": \"1\",\n            \"sku_id\": \"O022\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Bat22\",\n            \"category\": \"Sports\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-09-21T13:28:32.281989Z\"\n    },\n    {\n        \"id\": 34,\n        \"product\": {\n            \"gs_uid\": 1659,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7100\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-04-01T04:54:44.186249Z\"\n    },\n    {\n        \"id\": 30,\n        \"product\": {\n            \"gs_uid\": 1659,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7100\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-04-01T04:51:56.748538Z\"\n    },\n    {\n        \"id\": 31,\n        \"product\": {\n            \"gs_uid\": 1659,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CH7100\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"DEL_KKD\",\n            \"warehouse_name\": \"Khirki Dhaula, Gurgaon (WE)\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9455500191\",\n            \"warehouse_address\": \"Khasra number 198, Mustil number 30, Sihi Village, Khirki Dhaula, Gurgaon- Haryana - 122004, India\",\n            \"warehouse_city\": \"Gurgaon\",\n            \"warehouse_state\": \"Haryana\",\n            \"warehouse_pincode\": 122004,\n            \"contact_name\": \"Mayank Varshney\",\n            \"contact_number\": \"9455500191\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-04-01T04:53:57.064611Z\"\n    },\n    {\n        \"id\": 181555,\n        \"product\": {\n            \"gs_uid\": 212073,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-PROD-SKU1\",\n            \"length\": \"20.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Personal Care\",\n            \"subcategory\": \"Skincare\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [\n                \"https://growsimplee-wms-prd.s3.ap-south-1.amazonaws.com/products/images/1678726812_61%2B8JJldn7L._SL1500_.jpg\"\n            ],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-03-13T17:57:51.260197Z\"\n    },\n    {\n        \"id\": 181550,\n        \"product\": {\n            \"gs_uid\": 212090,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEW-PROD-COMBO1\",\n            \"length\": \"14.000\",\n            \"breadth\": \"14.000\",\n            \"height\": \"14.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"COMBO1\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-03-13T17:12:52.340724Z\"\n    },\n    {\n        \"id\": 1341,\n        \"product\": {\n            \"gs_uid\": 15470,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Kabuli Chana\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"80.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ABCD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2021-10-29T08:01:51.641163Z\"\n    },\n    {\n        \"id\": 1342,\n        \"product\": {\n            \"gs_uid\": 15470,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Kabuli Chana\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"80.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ABCD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2021-10-29T08:01:51.643445Z\"\n    },\n    {\n        \"id\": 1278,\n        \"product\": {\n            \"gs_uid\": 15470,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Kabuli Chana\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"80.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ABCD\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 309,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2021-10-24T07:50:24.201790Z\"\n    },\n    {\n        \"id\": 26822,\n        \"product\": {\n            \"gs_uid\": 50194,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST08\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 443,\n            \"warehouse_id\": \"Karan_Pune_Test\",\n            \"warehouse_name\": \"Karan_Pune_Test\",\n            \"warehouse_gstin\": \"ABC1234XYZ\",\n            \"warehouse_phone\": \"8999072944\",\n            \"warehouse_address\": \"711, Swapn Sakar Society, Padmavati, Behind Sahakar Nagar Police Station, Padmavati, Pune 411009.\",\n            \"warehouse_city\": \"Pune\",\n            \"warehouse_state\": \"Maharashtra\",\n            \"warehouse_pincode\": 411009,\n            \"contact_name\": \"Yogesh Kamble\",\n            \"contact_number\": \"8999072944\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-28T14:14:54.361185Z\"\n    },\n    {\n        \"id\": 181533,\n        \"product\": {\n            \"gs_uid\": 50194,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PRODTEST08\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Lamp\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-03-13T17:05:20.039720Z\"\n    },\n    {\n        \"id\": 10666,\n        \"product\": {\n            \"gs_uid\": 18475,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Test02\",\n            \"length\": \"300.000\",\n            \"breadth\": \"300.000\",\n            \"height\": \"300.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"Table\",\n            \"category\": \"Furniture\",\n            \"subcategory\": \"Cabinets & Storage\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 198,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-04-27T04:58:16.963580Z\"\n    },\n    {\n        \"id\": 191056,\n        \"product\": {\n            \"gs_uid\": 217546,\n            \"user_id\": \"1\",\n            \"sku_id\": \"5567890\",\n            \"length\": \"11.000\",\n            \"breadth\": \"13.000\",\n            \"height\": \"11.000\",\n            \"dead_weight\": \"579.000\",\n            \"name\": \"oil\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"44.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 2,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-03-23T13:25:14.412830Z\"\n    },\n    {\n        \"id\": 191057,\n        \"product\": {\n            \"gs_uid\": 217547,\n            \"user_id\": \"1\",\n            \"sku_id\": \"2345678\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"679.000\",\n            \"name\": \"new hair combo\",\n            \"category\": \"NA\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"999.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"pack_size\": \"\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 2,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-03-23T13:29:35.387112Z\"\n    },\n    {\n        \"id\": 15256,\n        \"product\": {\n            \"gs_uid\": 28537,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ABCDEF\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCDEF\",\n            \"category\": \"Default\",\n            \"subcategory\": \"NA\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"ABCDEF\",\n            \"is_expirable\": false,\n            \"is_combo\": true,\n            \"is_deleted\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"home_test\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"GST2\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I,5th Cross,12th Main,HAL 2 Stage,Indiranagar,Bangalore-560008\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 544,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-17T15:10:03.282546Z\"\n    }\n]"},{"id":"20bf0326-09b1-463e-99f0-a105b2bd0f98","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":""},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/inventory/stocks/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:29:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c0eb4cbc-18e8-43c0-bda1-f4f8c5131a71"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"CmENpG_LBcwFdqg="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"f373904f-7612-436e-bcac-450d4a5f9b80","name":"Success(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":""},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/inventory/stocks/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:52:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"181985"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"97838f9f-5cd9-44fa-afd1-391ce39aeaea"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"181985"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjYZnFE8CYcFVEw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:52:52 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4442,\n        \"product\": {\n            \"gs_uid\": 3351,\n            \"user_id\": \"1\",\n            \"sku_id\": \"atta2\",\n            \"length\": \"11.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"atta\",\n            \"category\": \"Others\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"67575\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 5,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2022-05-18T11:58:26.437674Z\"\n    },\n    {\n        \"id\": 4493,\n        \"product\": {\n            \"gs_uid\": 5095,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX4\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"Bed\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-13T18:00:13.668990Z\"\n    },\n    {\n        \"id\": 4492,\n        \"product\": {\n            \"gs_uid\": 5023,\n            \"user_id\": \"1\",\n            \"sku_id\": \"exp-test\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"testing-product1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"100\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-13T13:39:01.001680Z\"\n    },\n    {\n        \"id\": 4526,\n        \"product\": {\n            \"gs_uid\": 3354,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Rose\",\n            \"length\": \"12.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"34.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"flower\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"234.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"234\",\n            \"hsn_code\": \"346474\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-08-22T15:35:14.822794Z\"\n    },\n    {\n        \"id\": 4515,\n        \"product\": {\n            \"gs_uid\": 5152,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_1\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T11:47:28.207249Z\"\n    },\n    {\n        \"id\": 4504,\n        \"product\": {\n            \"gs_uid\": 5022,\n            \"user_id\": \"1\",\n            \"sku_id\": \"productuv\",\n            \"length\": \"2.000\",\n            \"breadth\": \"24.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"2.000\",\n            \"name\": \"productuv123\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"2334.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"23\",\n            \"hsn_code\": \"23\",\n            \"is_expirable\": true,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 500,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-02T07:47:48.698192Z\"\n    },\n    {\n        \"id\": 4516,\n        \"product\": {\n            \"gs_uid\": 5156,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_4\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T11:57:10.102456Z\"\n    },\n    {\n        \"id\": 4485,\n        \"product\": {\n            \"gs_uid\": 4735,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942202872062\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black Shirt BS\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 98,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:39:58.348855Z\"\n    },\n    {\n        \"id\": 4517,\n        \"product\": {\n            \"gs_uid\": 5155,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_2\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T11:57:10.110101Z\"\n    },\n    {\n        \"id\": 4433,\n        \"product\": {\n            \"gs_uid\": 3356,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K001\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"T-shirt1\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": -19,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-05T10:22:42.192582Z\"\n    },\n    {\n        \"id\": 4496,\n        \"product\": {\n            \"gs_uid\": 5092,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-21T11:05:59.640650Z\"\n    },\n    {\n        \"id\": 4463,\n        \"product\": {\n            \"gs_uid\": 4024,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP7\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus7\",\n            \"category\": \".\",\n            \"standard_price\": \"32000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 99,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.099490Z\"\n    },\n    {\n        \"id\": 4528,\n        \"product\": {\n            \"gs_uid\": 3359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt4\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-22T15:35:53.041698Z\"\n    },\n    {\n        \"id\": 4523,\n        \"product\": {\n            \"gs_uid\": 5160,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_4\",\n            \"length\": \"2.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"454.000\",\n            \"name\": \"combos\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 333,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T16:12:01.891199Z\"\n    },\n    {\n        \"id\": 4524,\n        \"product\": {\n            \"gs_uid\": 5161,\n            \"user_id\": \"1\",\n            \"sku_id\": \"combo_tst\",\n            \"length\": \"12.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"22.000\",\n            \"dead_weight\": \"122.000\",\n            \"name\": \"combo_tst\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"313.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 333,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T16:14:45.626467Z\"\n    },\n    {\n        \"id\": 4507,\n        \"product\": {\n            \"gs_uid\": 5146,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBOTEST\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Testprod\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": -19,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T08:40:44.456155Z\"\n    },\n    {\n        \"id\": 4508,\n        \"product\": {\n            \"gs_uid\": 4736,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RLK\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Large Kurta RLK\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T08:58:34.281584Z\"\n    },\n    {\n        \"id\": 4509,\n        \"product\": {\n            \"gs_uid\": 4737,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RMK\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Medium Kurta RMK\",\n            \"category\": \".\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T08:58:34.288901Z\"\n    },\n    {\n        \"id\": 4438,\n        \"product\": {\n            \"gs_uid\": 3394,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 11,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-16T11:16:12.057845Z\"\n    },\n    {\n        \"id\": 4510,\n        \"product\": {\n            \"gs_uid\": 4738,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BLK\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Large Kurta BLK\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T08:58:34.295460Z\"\n    },\n    {\n        \"id\": 4522,\n        \"product\": {\n            \"gs_uid\": 5159,\n            \"user_id\": \"1\",\n            \"sku_id\": \"aka_combo\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"145.000\",\n            \"name\": \"test combo\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"122.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 335,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T15:00:09.293787Z\"\n    },\n    {\n        \"id\": 4441,\n        \"product\": {\n            \"gs_uid\": 3395,\n            \"user_id\": \"1\",\n            \"sku_id\": \"V0\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Value-test\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"0.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 291,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-16T12:01:39.788175Z\"\n    },\n    {\n        \"id\": 4511,\n        \"product\": {\n            \"gs_uid\": 4739,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BLM\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Medium Kurta BLM\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T08:58:34.301981Z\"\n    },\n    {\n        \"id\": 4473,\n        \"product\": {\n            \"gs_uid\": 4723,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021095866622\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.257982Z\"\n    },\n    {\n        \"id\": 4474,\n        \"product\": {\n            \"gs_uid\": 4724,\n            \"user_id\": \"1\",\n            \"sku_id\": \"41476366336254\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Ashirvaad Atta\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [\n                null\n            ],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.265350Z\"\n    },\n    {\n        \"id\": 4475,\n        \"product\": {\n            \"gs_uid\": 4725,\n            \"user_id\": \"1\",\n            \"sku_id\": \"41476414341374\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 3,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.272418Z\"\n    },\n    {\n        \"id\": 4476,\n        \"product\": {\n            \"gs_uid\": 4726,\n            \"user_id\": \"1\",\n            \"sku_id\": \"41476414177534\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Daal\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.278972Z\"\n    },\n    {\n        \"id\": 4477,\n        \"product\": {\n            \"gs_uid\": 4727,\n            \"user_id\": \"1\",\n            \"sku_id\": \"41476414308606\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"kabuli1\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.285583Z\"\n    },\n    {\n        \"id\": 4487,\n        \"product\": {\n            \"gs_uid\": 4740,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS\",\n            \"length\": \"4.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"14.000\",\n            \"dead_weight\": \"45.000\",\n            \"name\": \"RU\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"4.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"44\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-28T10:40:34.474706Z\"\n    },\n    {\n        \"id\": 4457,\n        \"product\": {\n            \"gs_uid\": 4018,\n            \"user_id\": \"1\",\n            \"sku_id\": \"abcd1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"abcd\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 197,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.057980Z\"\n    },\n    {\n        \"id\": 4459,\n        \"product\": {\n            \"gs_uid\": 4020,\n            \"user_id\": \"1\",\n            \"sku_id\": \"chawal1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"chawal\",\n            \"category\": \".\",\n            \"standard_price\": \"800.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 97,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.072378Z\"\n    },\n    {\n        \"id\": 4512,\n        \"product\": {\n            \"gs_uid\": 4740,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RS\",\n            \"length\": \"4.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"14.000\",\n            \"dead_weight\": \"45.000\",\n            \"name\": \"RU\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"4.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"44\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T08:58:36.273795Z\"\n    },\n    {\n        \"id\": 4478,\n        \"product\": {\n            \"gs_uid\": 4728,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021106352382\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.313264Z\"\n    },\n    {\n        \"id\": 4479,\n        \"product\": {\n            \"gs_uid\": 4729,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021131878654\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus7\",\n            \"category\": \".\",\n            \"standard_price\": \"32000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.320079Z\"\n    },\n    {\n        \"id\": 4480,\n        \"product\": {\n            \"gs_uid\": 4730,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021138628862\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.326624Z\"\n    },\n    {\n        \"id\": 4481,\n        \"product\": {\n            \"gs_uid\": 4731,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42029794492670\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus9\",\n            \"category\": \".\",\n            \"standard_price\": \"40000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.333176Z\"\n    },\n    {\n        \"id\": 4482,\n        \"product\": {\n            \"gs_uid\": 4732,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42021020336382\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Redbull\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 6,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.339763Z\"\n    },\n    {\n        \"id\": 4483,\n        \"product\": {\n            \"gs_uid\": 4733,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42073445073150\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Tiger Toy\",\n            \"category\": \".\",\n            \"standard_price\": \"180.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:34:44.347822Z\"\n    },\n    {\n        \"id\": 4513,\n        \"product\": {\n            \"gs_uid\": 4741,\n            \"user_id\": \"1\",\n            \"sku_id\": \"BS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black Shirt BS\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T08:58:36.280967Z\"\n    },\n    {\n        \"id\": 4466,\n        \"product\": {\n            \"gs_uid\": 4027,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RB1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Redbull\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 94,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.118931Z\"\n    },\n    {\n        \"id\": 4465,\n        \"product\": {\n            \"gs_uid\": 4026,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP9\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus9\",\n            \"category\": \".\",\n            \"standard_price\": \"40000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 171,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.112541Z\"\n    },\n    {\n        \"id\": 4542,\n        \"product\": {\n            \"gs_uid\": 3375,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K020\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt20\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-01T13:25:17.026820Z\"\n    },\n    {\n        \"id\": 4489,\n        \"product\": {\n            \"gs_uid\": 3372,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K017\",\n            \"length\": \"40.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"T-shirt17\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"128.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 10,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-28T10:42:45.625082Z\"\n    },\n    {\n        \"id\": 4464,\n        \"product\": {\n            \"gs_uid\": 4025,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP8\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus8\",\n            \"category\": \".\",\n            \"standard_price\": \"35000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 116,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.106169Z\"\n    },\n    {\n        \"id\": 4529,\n        \"product\": {\n            \"gs_uid\": 3359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt4\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-08-23T04:56:07.714704Z\"\n    },\n    {\n        \"id\": 4460,\n        \"product\": {\n            \"gs_uid\": 4021,\n            \"user_id\": \"1\",\n            \"sku_id\": \"DAAL1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Daal\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 999,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.078964Z\"\n    },\n    {\n        \"id\": 4469,\n        \"product\": {\n            \"gs_uid\": 4719,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188028158\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Large Kurta RLK\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:32:30.018906Z\"\n    },\n    {\n        \"id\": 4470,\n        \"product\": {\n            \"gs_uid\": 4720,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188060926\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red / Medium Kurta RMK\",\n            \"category\": \".\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:32:30.026406Z\"\n    },\n    {\n        \"id\": 4472,\n        \"product\": {\n            \"gs_uid\": 4722,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188126462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Medium Kurta BLM\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:32:30.040513Z\"\n    },\n    {\n        \"id\": 4484,\n        \"product\": {\n            \"gs_uid\": 4734,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942202839294\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Red Shirt RS\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 97,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:39:58.341719Z\"\n    },\n    {\n        \"id\": 4471,\n        \"product\": {\n            \"gs_uid\": 4721,\n            \"user_id\": \"1\",\n            \"sku_id\": \"42942188093694\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"Black / Large Kurta BLK\",\n            \"category\": \".\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 99,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-21T09:32:30.033554Z\"\n    },\n    {\n        \"id\": 4491,\n        \"product\": {\n            \"gs_uid\": 5011,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP1\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"1700.000\",\n            \"name\": \"EXP1\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"1500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 6,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-11T06:54:07.340874Z\"\n    },\n    {\n        \"id\": 4502,\n        \"product\": {\n            \"gs_uid\": 3351,\n            \"user_id\": \"1\",\n            \"sku_id\": \"atta2\",\n            \"length\": \"11.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"atta\",\n            \"category\": \"Others\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"67575\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 2000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-02T07:47:03.638400Z\"\n    },\n    {\n        \"id\": 4503,\n        \"product\": {\n            \"gs_uid\": 3354,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Rose\",\n            \"length\": \"12.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"34.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"flower\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"234.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"234\",\n            \"hsn_code\": \"346474\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 2000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-02T07:47:03.645742Z\"\n    },\n    {\n        \"id\": 4444,\n        \"product\": {\n            \"gs_uid\": 3352,\n            \"user_id\": \"1\",\n            \"sku_id\": \"atta3\",\n            \"length\": \"11.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"atta\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"230.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"2353\",\n            \"hsn_code\": \"5675658\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 23,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-01T07:40:15.722869Z\"\n    },\n    {\n        \"id\": 4458,\n        \"product\": {\n            \"gs_uid\": 4019,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ATTA1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"uv2369\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 856,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.065609Z\"\n    },\n    {\n        \"id\": 4467,\n        \"product\": {\n            \"gs_uid\": 4028,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TTYS\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Tiger Toy\",\n            \"category\": \".\",\n            \"standard_price\": \"180.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 86,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.125510Z\"\n    },\n    {\n        \"id\": 4506,\n        \"product\": {\n            \"gs_uid\": 5143,\n            \"user_id\": \"1\",\n            \"sku_id\": \"uv5678\",\n            \"length\": \"2.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"34.000\",\n            \"name\": \"utkarsh\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"23.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"34\",\n            \"hsn_code\": \"34\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 3,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-08T10:47:48.519641Z\"\n    },\n    {\n        \"id\": 4527,\n        \"product\": {\n            \"gs_uid\": 3359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt4\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Hold\",\n        \"psv_date\": \"2022-08-22T15:35:43.586579Z\"\n    },\n    {\n        \"id\": 4532,\n        \"product\": {\n            \"gs_uid\": 5047,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-08-25T06:56:13.321299Z\"\n    },\n    {\n        \"id\": 4519,\n        \"product\": {\n            \"gs_uid\": 5157,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_5\",\n            \"length\": \"4.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"545.000\",\n            \"name\": \"wombo\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"333.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 500,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T14:37:58.572840Z\"\n    },\n    {\n        \"id\": 4521,\n        \"product\": {\n            \"gs_uid\": 5154,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_2\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 500,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T14:55:47.151820Z\"\n    },\n    {\n        \"id\": 4518,\n        \"product\": {\n            \"gs_uid\": 5151,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_1\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Green\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 500,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T12:41:11.383815Z\"\n    },\n    {\n        \"id\": 4520,\n        \"product\": {\n            \"gs_uid\": 5158,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO_6\",\n            \"length\": \"1.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"112.000\",\n            \"name\": \"wombo2 \",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1232.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"11\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 500,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T14:54:42.290139Z\"\n    },\n    {\n        \"id\": 4440,\n        \"product\": {\n            \"gs_uid\": 3396,\n            \"user_id\": \"1\",\n            \"sku_id\": \"V1\",\n            \"length\": \"11.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"V-TEST\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"300000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 246,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-16T11:57:29.266289Z\"\n    },\n    {\n        \"id\": 4514,\n        \"product\": {\n            \"gs_uid\": 5153,\n            \"user_id\": \"1\",\n            \"sku_id\": \"GS_3\",\n            \"length\": \"12.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"ASD\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"1200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"ASAS\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 75,\n            \"warehouse_id\": \"office_bnglr\",\n            \"warehouse_name\": \"gs_office\",\n            \"warehouse_gstin\": \"sodjgh\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"1075/I, 5th Cross Rd, HAL 2nd Stage, Appareddipalya, Indiranagar, Bengaluru, Karnataka \",\n            \"warehouse_city\": \"Bengaluru\",\n            \"warehouse_state\": \"Bengaluru\",\n            \"warehouse_pincode\": 560008,\n            \"contact_name\": \"amar\",\n            \"contact_number\": \"9131625473\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1000,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-10T11:47:28.199934Z\"\n    },\n    {\n        \"id\": 4495,\n        \"product\": {\n            \"gs_uid\": 5103,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXPIRY01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-21T11:03:15.789752Z\"\n    },\n    {\n        \"id\": 4538,\n        \"product\": {\n            \"gs_uid\": 5047,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NE-1\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-25T13:50:59.523379Z\"\n    },\n    {\n        \"id\": 4552,\n        \"product\": {\n            \"gs_uid\": 5179,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-02\",\n            \"length\": \"23.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST2\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:21:12.579742Z\"\n    },\n    {\n        \"id\": 4525,\n        \"product\": {\n            \"gs_uid\": 3351,\n            \"user_id\": \"1\",\n            \"sku_id\": \"atta2\",\n            \"length\": \"11.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"atta\",\n            \"category\": \"Others\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"67575\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 2,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-08-22T14:48:19.117414Z\"\n    },\n    {\n        \"id\": 4461,\n        \"product\": {\n            \"gs_uid\": 4022,\n            \"user_id\": \"1\",\n            \"sku_id\": \"KABULI2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"kabuli1\",\n            \"category\": \".\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 372,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.085551Z\"\n    },\n    {\n        \"id\": 4434,\n        \"product\": {\n            \"gs_uid\": 3357,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K002\",\n            \"length\": \"30.000\",\n            \"breadth\": \"30.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"2000.000\",\n            \"name\": \"T-shirt2\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"124.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1938,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-05T10:25:20.074281Z\"\n    },\n    {\n        \"id\": 4462,\n        \"product\": {\n            \"gs_uid\": 4023,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OP6\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"OnePlus6\",\n            \"category\": \".\",\n            \"standard_price\": \"30000.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 110,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-10T09:40:28.092438Z\"\n    },\n    {\n        \"id\": 4505,\n        \"product\": {\n            \"gs_uid\": 5132,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-04T13:14:11.602515Z\"\n    },\n    {\n        \"id\": 4540,\n        \"product\": {\n            \"gs_uid\": 3389,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SK10\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"Cupboard\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-08-25T14:47:16.859811Z\"\n    },\n    {\n        \"id\": 4443,\n        \"product\": {\n            \"gs_uid\": 3403,\n            \"user_id\": \"1\",\n            \"sku_id\": \"stg3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 3,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-23T11:51:38.333846Z\"\n    },\n    {\n        \"id\": 4543,\n        \"product\": {\n            \"gs_uid\": 3375,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K020\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"T-shirt20\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Silver\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-09-01T13:25:31.319358Z\"\n    },\n    {\n        \"id\": 4494,\n        \"product\": {\n            \"gs_uid\": 5094,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NX3\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"Stool\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-07-13T18:00:13.734645Z\"\n    },\n    {\n        \"id\": 4557,\n        \"product\": {\n            \"gs_uid\": 5184,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-07\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"LONGPRODUCTNAME\",\n            \"category\": \"Others\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"500\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:30:44.162267Z\"\n    },\n    {\n        \"id\": 4560,\n        \"product\": {\n            \"gs_uid\": 5187,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-10\",\n            \"length\": \"1.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 11,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:35:25.983493Z\"\n    },\n    {\n        \"id\": 4572,\n        \"product\": {\n            \"gs_uid\": 5200,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU6\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"120.000\",\n            \"name\": \"PENCILS AND PENS\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": -2,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-29T13:14:21.070152Z\"\n    },\n    {\n        \"id\": 4558,\n        \"product\": {\n            \"gs_uid\": 5185,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-08\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"TEST8\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:32:36.240283Z\"\n    },\n    {\n        \"id\": 4565,\n        \"product\": {\n            \"gs_uid\": 3377,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K022\",\n            \"length\": \"80.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"20.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt22\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 10,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-26T13:09:25.855502Z\"\n    },\n    {\n        \"id\": 4567,\n        \"product\": {\n            \"gs_uid\": 5195,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-29T09:48:50.619922Z\"\n    },\n    {\n        \"id\": 4571,\n        \"product\": {\n            \"gs_uid\": 5199,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU5\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"TEST5\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-29T09:49:24.709556Z\"\n    },\n    {\n        \"id\": 4568,\n        \"product\": {\n            \"gs_uid\": 5196,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCD\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-29T09:48:58.181893Z\"\n    },\n    {\n        \"id\": 4566,\n        \"product\": {\n            \"gs_uid\": 5020,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST PRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"100\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-28T08:32:00.292350Z\"\n    },\n    {\n        \"id\": 4569,\n        \"product\": {\n            \"gs_uid\": 5197,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU3\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"32.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"XYZ\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"200\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 2,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-29T09:49:08.116347Z\"\n    },\n    {\n        \"id\": 4553,\n        \"product\": {\n            \"gs_uid\": 5180,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-03\",\n            \"length\": \"1.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test4\",\n            \"category\": \"Consumer Electronics\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"200\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 8,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:23:02.347135Z\"\n    },\n    {\n        \"id\": 5971,\n        \"product\": {\n            \"gs_uid\": 3426,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SKUTesting\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"this is a product with large name\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": \"unknowncode\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-04T07:41:24.860258Z\"\n    },\n    {\n        \"id\": 5968,\n        \"product\": {\n            \"gs_uid\": 5201,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU7\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Cosmeticss\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"120.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-30T08:17:52.485673Z\"\n    },\n    {\n        \"id\": 5970,\n        \"product\": {\n            \"gs_uid\": 3358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K003\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt3\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-10-04T06:02:10.068022Z\"\n    },\n    {\n        \"id\": 5973,\n        \"product\": {\n            \"gs_uid\": 6603,\n            \"user_id\": \"1\",\n            \"sku_id\": \"inw1\",\n            \"length\": \"12.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"5.000\",\n            \"dead_weight\": \"1200.000\",\n            \"name\": \"inw1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"300\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-04T07:44:21.031034Z\"\n    },\n    {\n        \"id\": 5989,\n        \"product\": {\n            \"gs_uid\": 6615,\n            \"user_id\": \"1\",\n            \"sku_id\": \"testuvpd\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"testuvpd\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-07T12:59:43.748052Z\"\n    },\n    {\n        \"id\": 5985,\n        \"product\": {\n            \"gs_uid\": 6611,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OutboundTestSKU3\",\n            \"length\": \"20.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"6000.000\",\n            \"name\": \"OutboundTestSKU3\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 7,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-07T10:30:18.900208Z\"\n    },\n    {\n        \"id\": 5990,\n        \"product\": {\n            \"gs_uid\": 6616,\n            \"user_id\": \"1\",\n            \"sku_id\": \"test1uv\",\n            \"length\": \"1.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"test1uv\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"2\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-08T09:51:32.505320Z\"\n    },\n    {\n        \"id\": 5981,\n        \"product\": {\n            \"gs_uid\": 6608,\n            \"user_id\": \"1\",\n            \"sku_id\": \"THUINW2\",\n            \"length\": \"4.000\",\n            \"breadth\": \"5.000\",\n            \"height\": \"6.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"THUINW2\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-06T08:28:06.410846Z\"\n    },\n    {\n        \"id\": 5980,\n        \"product\": {\n            \"gs_uid\": 6607,\n            \"user_id\": \"1\",\n            \"sku_id\": \"THUINW1\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"4.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"THUINW1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-06T08:21:17.373812Z\"\n    },\n    {\n        \"id\": 4556,\n        \"product\": {\n            \"gs_uid\": 5183,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-06\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"CREME\",\n            \"category\": \"Others\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": -6,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:29:17.858621Z\"\n    },\n    {\n        \"id\": 5982,\n        \"product\": {\n            \"gs_uid\": 6610,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OutboundTestSKU1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"15.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"OutboundTestSKU2\",\n            \"category\": \"Consumer Electronics\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-07T08:07:40.730438Z\"\n    },\n    {\n        \"id\": 5993,\n        \"product\": {\n            \"gs_uid\": 6619,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R3\",\n            \"length\": \"12.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"R-TEST3\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Black\",\n            \"pack_size\": \"109\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-10T07:44:05.202093Z\"\n    },\n    {\n        \"id\": 5995,\n        \"product\": {\n            \"gs_uid\": 6623,\n            \"user_id\": \"1\",\n            \"sku_id\": \"testlast\",\n            \"length\": \"2.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"testlast\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"23.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-10T10:04:10.641373Z\"\n    },\n    {\n        \"id\": 4445,\n        \"product\": {\n            \"gs_uid\": 3358,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K003\",\n            \"length\": \"40.000\",\n            \"breadth\": \"40.000\",\n            \"height\": \"40.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt3\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"125.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-06-01T07:43:21.752544Z\"\n    },\n    {\n        \"id\": 5997,\n        \"product\": {\n            \"gs_uid\": 6629,\n            \"user_id\": \"1\",\n            \"sku_id\": \"LONGPRODUCT NAME\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Sharpy Knife.-ABCDEFGHAGHJGSAYUTJSAJAGSJHDCCDC\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-14T08:54:49.639116Z\"\n    },\n    {\n        \"id\": 6009,\n        \"product\": {\n            \"gs_uid\": 6655,\n            \"user_id\": \"1\",\n            \"sku_id\": \"P2\",\n            \"length\": \"5.000\",\n            \"breadth\": \"6.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"234.000\",\n            \"name\": \"PART2\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"109.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T06:38:19.518029Z\"\n    },\n    {\n        \"id\": 4551,\n        \"product\": {\n            \"gs_uid\": 5178,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:19:13.698817Z\"\n    },\n    {\n        \"id\": 4547,\n        \"product\": {\n            \"gs_uid\": 5177,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-STAGE1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PRODUCT1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": -19,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-06T05:46:27.893314Z\"\n    },\n    {\n        \"id\": 5967,\n        \"product\": {\n            \"gs_uid\": 6600,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWSTAGE-11\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 3,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-30T08:15:28.384267Z\"\n    },\n    {\n        \"id\": 6006,\n        \"product\": {\n            \"gs_uid\": 6641,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Combo-parent\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"parentprod\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-11T05:39:04.270391Z\"\n    },\n    {\n        \"id\": 4570,\n        \"product\": {\n            \"gs_uid\": 5198,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU4\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"CREME\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-29T09:49:15.011267Z\"\n    },\n    {\n        \"id\": 4555,\n        \"product\": {\n            \"gs_uid\": 5182,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-05\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Mattress\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:27:40.664334Z\"\n    },\n    {\n        \"id\": 6012,\n        \"product\": {\n            \"gs_uid\": 6649,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SUB2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"SUB PRO2\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 2,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T10:53:13.527933Z\"\n    },\n    {\n        \"id\": 5998,\n        \"product\": {\n            \"gs_uid\": 6630,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381598462\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"damp river\",\n            \"category\": \".\",\n            \"standard_price\": \"4.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:18.719046Z\"\n    },\n    {\n        \"id\": 5999,\n        \"product\": {\n            \"gs_uid\": 6631,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381663998\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"patient bird\",\n            \"category\": \".\",\n            \"standard_price\": \"3.05\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:19.407308Z\"\n    },\n    {\n        \"id\": 6000,\n        \"product\": {\n            \"gs_uid\": 6632,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381631230\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"silent glitter\",\n            \"category\": \".\",\n            \"standard_price\": \"9.72\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:20.201495Z\"\n    },\n    {\n        \"id\": 6001,\n        \"product\": {\n            \"gs_uid\": 6633,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381696766\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"crimson butterfly\",\n            \"category\": \".\",\n            \"standard_price\": \"7.94\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:20.941559Z\"\n    },\n    {\n        \"id\": 6002,\n        \"product\": {\n            \"gs_uid\": 6634,\n            \"user_id\": \"1\",\n            \"sku_id\": \"43623381729534\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"499.000\",\n            \"name\": \"frosty glade\",\n            \"category\": \".\",\n            \"standard_price\": \"0.36\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 100,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-19T23:58:22.099946Z\"\n    },\n    {\n        \"id\": 6075,\n        \"product\": {\n            \"gs_uid\": 5178,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-11-29T07:27:04.924849Z\"\n    },\n    {\n        \"id\": 6013,\n        \"product\": {\n            \"gs_uid\": 6647,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STG-PARENTCOMBO2\",\n            \"length\": \"11.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PARENT PRODUCT\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T10:53:18.857121Z\"\n    },\n    {\n        \"id\": 4546,\n        \"product\": {\n            \"gs_uid\": 5176,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-STAGE\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTWMS\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 7,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-02T09:36:42.329410Z\"\n    },\n    {\n        \"id\": 5996,\n        \"product\": {\n            \"gs_uid\": 6624,\n            \"user_id\": \"1\",\n            \"sku_id\": \"D1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"DISPATCHED\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 4,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-11T05:35:02.143635Z\"\n    },\n    {\n        \"id\": 6015,\n        \"product\": {\n            \"gs_uid\": 5150,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Combo03\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Combo Product\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 28,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 58,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T15:39:37.399798Z\"\n    },\n    {\n        \"id\": 5992,\n        \"product\": {\n            \"gs_uid\": 6618,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R2\",\n            \"length\": \"12.000\",\n            \"breadth\": \"11.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"R-TEST2\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"290.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-10T07:38:50.179076Z\"\n    },\n    {\n        \"id\": 6007,\n        \"product\": {\n            \"gs_uid\": 5147,\n            \"user_id\": \"1\",\n            \"sku_id\": \"COMBO-02\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 123,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-15T17:12:46.800977Z\"\n    },\n    {\n        \"id\": 6014,\n        \"product\": {\n            \"gs_uid\": 5149,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Combo02\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"1500.000\",\n            \"name\": \"Combo Product\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"900.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 78,\n            \"warehouse_id\": \"GS-Office\",\n            \"warehouse_name\": \"Home Indiranagar\",\n            \"warehouse_gstin\": \"test\",\n            \"warehouse_phone\": \"9131625473\",\n            \"warehouse_address\": \"No.#1075/I, 1st Floor, 12th Main, 5th Cross, HAL 2nd Stage, Indiranagar\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560038,\n            \"contact_name\": \"Amar\",\n            \"contact_number\": null,\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 58,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T15:39:37.380205Z\"\n    },\n    {\n        \"id\": 6011,\n        \"product\": {\n            \"gs_uid\": 6648,\n            \"user_id\": \"1\",\n            \"sku_id\": \"SUB1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"SUBPRO1\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T10:53:04.026617Z\"\n    },\n    {\n        \"id\": 5987,\n        \"product\": {\n            \"gs_uid\": 6613,\n            \"user_id\": \"1\",\n            \"sku_id\": \"uv45\",\n            \"length\": \"23.000\",\n            \"breadth\": \"34.000\",\n            \"height\": \"34.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"uv123\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"2.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"23\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-07T11:12:29.240369Z\"\n    },\n    {\n        \"id\": 6017,\n        \"product\": {\n            \"gs_uid\": 6652,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CHILD2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"CHPRODUCT2\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-17T08:45:15.844240Z\"\n    },\n    {\n        \"id\": 6004,\n        \"product\": {\n            \"gs_uid\": 6637,\n            \"user_id\": \"1\",\n            \"sku_id\": \"PSVSKU\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCD\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"134\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-03T11:41:46.821520Z\"\n    },\n    {\n        \"id\": 6005,\n        \"product\": {\n            \"gs_uid\": 6638,\n            \"user_id\": \"1\",\n            \"sku_id\": \"TESTPSV\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"XYZ\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"123\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-07T12:44:47.615200Z\"\n    },\n    {\n        \"id\": 6018,\n        \"product\": {\n            \"gs_uid\": 6650,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STG-PARENTCOMBO3\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"MAINPRODUCT\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"223.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"200\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-17T08:45:25.461372Z\"\n    },\n    {\n        \"id\": 6010,\n        \"product\": {\n            \"gs_uid\": 6653,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STG-PARENTCOMBO4\",\n            \"length\": \"11.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"12.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"MAINPRO\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"300.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Red\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T06:38:25.041486Z\"\n    },\n    {\n        \"id\": 4554,\n        \"product\": {\n            \"gs_uid\": 5181,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-04\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Pillow\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:25:58.631409Z\"\n    },\n    {\n        \"id\": 4431,\n        \"product\": {\n            \"gs_uid\": 3351,\n            \"user_id\": \"1\",\n            \"sku_id\": \"atta2\",\n            \"length\": \"11.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"atta\",\n            \"category\": \"Others\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"67575\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 499,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-05T08:46:57.415381Z\"\n    },\n    {\n        \"id\": 4439,\n        \"product\": {\n            \"gs_uid\": 3360,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K005\",\n            \"length\": \"30.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"T-shirt5\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"127.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 3,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Orange\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-16T11:16:52.705626Z\"\n    },\n    {\n        \"id\": 5986,\n        \"product\": {\n            \"gs_uid\": 6612,\n            \"user_id\": \"1\",\n            \"sku_id\": \"OutboundTestSKU2\",\n            \"length\": \"10.000\",\n            \"breadth\": \"20.000\",\n            \"height\": \"15.000\",\n            \"dead_weight\": \"400.000\",\n            \"name\": \"OutboundTestSKU2\",\n            \"category\": \"Medical\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": null,\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-07T10:30:50.519737Z\"\n    },\n    {\n        \"id\": 6077,\n        \"product\": {\n            \"gs_uid\": 5132,\n            \"user_id\": \"1\",\n            \"sku_id\": \"augpro-01\",\n            \"length\": \"200.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"200.000\",\n            \"dead_weight\": \"1000.000\",\n            \"name\": \"Sofa\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"123.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-11-29T07:28:31.354597Z\"\n    },\n    {\n        \"id\": 6008,\n        \"product\": {\n            \"gs_uid\": 6654,\n            \"user_id\": \"1\",\n            \"sku_id\": \"P1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"PART1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-16T06:38:06.632245Z\"\n    },\n    {\n        \"id\": 6073,\n        \"product\": {\n            \"gs_uid\": 5011,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP1\",\n            \"length\": \"3.000\",\n            \"breadth\": \"3.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"1700.000\",\n            \"name\": \"EXP1\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"1500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"0\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 8,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-11-28T13:28:54.591149Z\"\n    },\n    {\n        \"id\": 6074,\n        \"product\": {\n            \"gs_uid\": 5020,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST PRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"100\",\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 3,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-11-29T07:11:43.104879Z\"\n    },\n    {\n        \"id\": 6076,\n        \"product\": {\n            \"gs_uid\": 3355,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Tiger\",\n            \"length\": \"23.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"234.000\",\n            \"name\": \"Toy\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"6y5859\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-11-29T07:27:05.022702Z\"\n    },\n    {\n        \"id\": 6016,\n        \"product\": {\n            \"gs_uid\": 6651,\n            \"user_id\": \"1\",\n            \"sku_id\": \"CHILD1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"123.000\",\n            \"name\": \"CHPRODUCT1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-17T08:45:06.488728Z\"\n    },\n    {\n        \"id\": 4559,\n        \"product\": {\n            \"gs_uid\": 5186,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWPROD-09\",\n            \"length\": \"3.000\",\n            \"breadth\": \"4.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"DOUBLEBED\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"500.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-09-08T08:33:55.533163Z\"\n    },\n    {\n        \"id\": 6072,\n        \"product\": {\n            \"gs_uid\": 5080,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXP3\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-11-28T11:14:00.663594Z\"\n    },\n    {\n        \"id\": 5988,\n        \"product\": {\n            \"gs_uid\": 6614,\n            \"user_id\": \"1\",\n            \"sku_id\": \"testuv1\",\n            \"length\": \"343.000\",\n            \"breadth\": \"1.000\",\n            \"height\": \"1.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"testuv1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-07T12:02:22.103521Z\"\n    },\n    {\n        \"id\": 4432,\n        \"product\": {\n            \"gs_uid\": 3354,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Rose\",\n            \"length\": \"12.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"34.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"flower\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"234.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"234\",\n            \"hsn_code\": \"346474\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-05T10:17:52.478429Z\"\n    },\n    {\n        \"id\": 5994,\n        \"product\": {\n            \"gs_uid\": 6622,\n            \"user_id\": \"1\",\n            \"sku_id\": \"test90\",\n            \"length\": \"2.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"12.000\",\n            \"name\": \"test90\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"12.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 4,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-10T09:39:19.948960Z\"\n    },\n    {\n        \"id\": 6093,\n        \"product\": {\n            \"gs_uid\": 6617,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"R-TEST1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 3,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-12-28T06:07:42.365409Z\"\n    },\n    {\n        \"id\": 6094,\n        \"product\": {\n            \"gs_uid\": 6600,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWSTAGE-11\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 5,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-12-28T06:49:24.861459Z\"\n    },\n    {\n        \"id\": 6096,\n        \"product\": {\n            \"gs_uid\": 5196,\n            \"user_id\": \"1\",\n            \"sku_id\": \"STAGE-SKU2\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"ABCD\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 221,\n            \"warehouse_id\": \"vfdgregv\",\n            \"warehouse_name\": \"vfdgregv\",\n            \"warehouse_gstin\": \"4e234354543534543\",\n            \"warehouse_phone\": \"9209820929\",\n            \"warehouse_address\": \"rgvregre\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560047,\n            \"contact_name\": \"b gfbfbfdgvrdgv\",\n            \"contact_number\": \"9209820929\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 63,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-02T06:41:04.734217Z\"\n    },\n    {\n        \"id\": 4437,\n        \"product\": {\n            \"gs_uid\": 3355,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Tiger\",\n            \"length\": \"23.000\",\n            \"breadth\": \"12.000\",\n            \"height\": \"21.000\",\n            \"dead_weight\": \"234.000\",\n            \"name\": \"Toy\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": \"6y5859\",\n            \"is_expirable\": false,\n            \"is_combo\": true\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-05-16T11:00:15.577646Z\"\n    },\n    {\n        \"id\": 6106,\n        \"product\": {\n            \"gs_uid\": 6617,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"R-TEST1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 146,\n            \"warehouse_id\": \"kautilya\",\n            \"warehouse_name\": \"kautilya\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Growsimplee office\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Kautilya\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"11\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-01T14:59:15.393739Z\"\n    },\n    {\n        \"id\": 6113,\n        \"product\": {\n            \"gs_uid\": 6624,\n            \"user_id\": \"1\",\n            \"sku_id\": \"D1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"DISPATCHED\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 146,\n            \"warehouse_id\": \"kautilya\",\n            \"warehouse_name\": \"kautilya\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Growsimplee office\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Kautilya\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"11\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-02T05:26:35.038054Z\"\n    },\n    {\n        \"id\": 6117,\n        \"product\": {\n            \"gs_uid\": 3359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt4\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 146,\n            \"warehouse_id\": \"kautilya\",\n            \"warehouse_name\": \"kautilya\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Growsimplee office\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Kautilya\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"11\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-03T13:10:44.232973Z\"\n    },\n    {\n        \"id\": 6119,\n        \"product\": {\n            \"gs_uid\": 9718,\n            \"user_id\": \"1\",\n            \"sku_id\": \"this_product\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"150.000\",\n            \"name\": \"this_product\",\n            \"category\": \"Apparels & Accessories\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1938,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-09T13:40:18.557512Z\"\n    },\n    {\n        \"id\": 6095,\n        \"product\": {\n            \"gs_uid\": 6624,\n            \"user_id\": \"1\",\n            \"sku_id\": \"D1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"DISPATCHED\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 2,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-12-28T07:02:11.376974Z\"\n    },\n    {\n        \"id\": 6098,\n        \"product\": {\n            \"gs_uid\": 3351,\n            \"user_id\": \"1\",\n            \"sku_id\": \"atta2\",\n            \"length\": \"11.000\",\n            \"breadth\": \"22.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"atta\",\n            \"category\": \"Others\",\n            \"standard_price\": \"250.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": \"67575\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"WJPR\",\n            \"warehouse_name\": \"Warehouse Jaipur\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-04T03:59:05.294371Z\"\n    },\n    {\n        \"id\": 6099,\n        \"product\": {\n            \"gs_uid\": 5120,\n            \"user_id\": \"1\",\n            \"sku_id\": \"MPR_010\",\n            \"length\": \"70.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"300.000\",\n            \"name\": \"KalPro10\",\n            \"category\": \"Furniture\",\n            \"standard_price\": \"131.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 100,\n            \"gst_per\": 18,\n            \"product_pics\": [],\n            \"color\": \"Gold\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 7,\n            \"warehouse_id\": \"WJPR\",\n            \"warehouse_name\": \"Warehouse Jaipur\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"GS\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-04T04:00:52.330515Z\"\n    },\n    {\n        \"id\": 6079,\n        \"product\": {\n            \"gs_uid\": 9668,\n            \"user_id\": \"1\",\n            \"sku_id\": \"testing\",\n            \"length\": \"22.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"31.000\",\n            \"name\": \"testing\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"13.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"32\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-03T10:00:06.641351Z\"\n    },\n    {\n        \"id\": 6003,\n        \"product\": {\n            \"gs_uid\": 6635,\n            \"user_id\": \"1\",\n            \"sku_id\": \"Fabulous Figs (Afghani) 400g.jpg\",\n            \"length\": \"15.000\",\n            \"breadth\": \"15.000\",\n            \"height\": \"30.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \" Fabulous Figs (Afghani) 400g\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": null,\n            \"pack_size\": \"1\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-28T07:43:30.518152Z\"\n    },\n    {\n        \"id\": 6097,\n        \"product\": {\n            \"gs_uid\": 9683,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK-SKU\",\n            \"length\": \"12.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"QA-PRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-03T13:16:01.033191Z\"\n    },\n    {\n        \"id\": 6092,\n        \"product\": {\n            \"gs_uid\": 9670,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 8,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-12-27T11:43:34.198841Z\"\n    },\n    {\n        \"id\": 6100,\n        \"product\": {\n            \"gs_uid\": 3359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt4\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 4,\n            \"warehouse_id\": \"Staging_Delhi\",\n            \"warehouse_name\": \"Staging Delhi\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9005533960\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110074\",\n            \"warehouse_city\": \"Delhi\",\n            \"warehouse_state\": \"Delhi\",\n            \"warehouse_pincode\": 110074,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 2,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-05T08:00:57.029772Z\"\n    },\n    {\n        \"id\": 6101,\n        \"product\": {\n            \"gs_uid\": 3359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt4\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 221,\n            \"warehouse_id\": \"vfdgregv\",\n            \"warehouse_name\": \"vfdgregv\",\n            \"warehouse_gstin\": \"4e234354543534543\",\n            \"warehouse_phone\": \"9209820929\",\n            \"warehouse_address\": \"rgvregre\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560047,\n            \"contact_name\": \"b gfbfbfdgvrdgv\",\n            \"contact_number\": \"9209820929\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-01-11T18:43:02.457056Z\"\n    },\n    {\n        \"id\": 6114,\n        \"product\": {\n            \"gs_uid\": 9707,\n            \"user_id\": \"1\",\n            \"sku_id\": \"14041998\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMSKU\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 146,\n            \"warehouse_id\": \"kautilya\",\n            \"warehouse_name\": \"kautilya\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Growsimplee office\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Kautilya\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"11\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-02T11:18:02.319998Z\"\n    },\n    {\n        \"id\": 6078,\n        \"product\": {\n            \"gs_uid\": 5103,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXPIRY01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 0,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2022-11-30T05:39:54.786590Z\"\n    },\n    {\n        \"id\": 6090,\n        \"product\": {\n            \"gs_uid\": 3359,\n            \"user_id\": \"1\",\n            \"sku_id\": \"K004\",\n            \"length\": \"10.000\",\n            \"breadth\": \"200.000\",\n            \"height\": \"100.000\",\n            \"dead_weight\": \"3000.000\",\n            \"name\": \"T-shirt4\",\n            \"category\": \"Sports\",\n            \"standard_price\": \"126.00\",\n            \"is_fragile\": false,\n            \"box_qty\": 2,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"1 unit\",\n            \"hsn_code\": \"dnm\",\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 190,\n            \"warehouse_id\": \"Testingwh\",\n            \"warehouse_name\": \"Testingwh\",\n            \"warehouse_gstin\": \"123456788\",\n            \"warehouse_phone\": \"9089766563\",\n            \"warehouse_address\": \"Banglore\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560034,\n            \"contact_name\": \"QA-01\",\n            \"contact_number\": \"9089766563\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 4,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-26T17:48:01.164083Z\"\n    },\n    {\n        \"id\": 6089,\n        \"product\": {\n            \"gs_uid\": 5103,\n            \"user_id\": \"1\",\n            \"sku_id\": \"EXPIRY01\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"Test1\",\n            \"category\": \"Home & Garden\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 12,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": true,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 221,\n            \"warehouse_id\": \"vfdgregv\",\n            \"warehouse_name\": \"vfdgregv\",\n            \"warehouse_gstin\": \"4e234354543534543\",\n            \"warehouse_phone\": \"9209820929\",\n            \"warehouse_address\": \"rgvregre\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560047,\n            \"contact_name\": \"b gfbfbfdgvrdgv\",\n            \"contact_number\": \"9209820929\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"1\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": false,\n            \"bin_tracking\": false,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 12,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-26T17:46:51.625521Z\"\n    },\n    {\n        \"id\": 6115,\n        \"product\": {\n            \"gs_uid\": 9683,\n            \"user_id\": \"1\",\n            \"sku_id\": \"RUK-SKU\",\n            \"length\": \"12.000\",\n            \"breadth\": \"23.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"500.000\",\n            \"name\": \"QA-PRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"200.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"White\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 146,\n            \"warehouse_id\": \"kautilya\",\n            \"warehouse_name\": \"kautilya\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Growsimplee office\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Kautilya\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"11\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 0,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-02T11:18:02.378055Z\"\n    },\n    {\n        \"id\": 6085,\n        \"product\": {\n            \"gs_uid\": 9671,\n            \"user_id\": \"1\",\n            \"sku_id\": \"ST-SKU\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"200.000\",\n            \"name\": \"ABCDEF\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"400.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"120\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 6,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-15T08:05:21.452243Z\"\n    },\n    {\n        \"id\": 6116,\n        \"product\": {\n            \"gs_uid\": 9713,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA1234\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMERICSKU\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 146,\n            \"warehouse_id\": \"kautilya\",\n            \"warehouse_name\": \"kautilya\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Growsimplee office\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Kautilya\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"11\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": -5,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-03T08:44:03.160422Z\"\n    },\n    {\n        \"id\": 6108,\n        \"product\": {\n            \"gs_uid\": 9713,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA1234\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMERICSKU\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 8,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-01T15:51:18.382065Z\"\n    },\n    {\n        \"id\": 5991,\n        \"product\": {\n            \"gs_uid\": 6617,\n            \"user_id\": \"1\",\n            \"sku_id\": \"R1\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"R-TEST1\",\n            \"category\": \"Health & Wellness\",\n            \"standard_price\": \"150.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 4,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-10-10T07:25:41.035976Z\"\n    },\n    {\n        \"id\": 6080,\n        \"product\": {\n            \"gs_uid\": 9670,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 19,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2022-12-14T11:12:18.108265Z\"\n    },\n    {\n        \"id\": 6112,\n        \"product\": {\n            \"gs_uid\": 6600,\n            \"user_id\": \"1\",\n            \"sku_id\": \"NEWSTAGE-11\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TEST\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 146,\n            \"warehouse_id\": \"kautilya\",\n            \"warehouse_name\": \"kautilya\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Growsimplee office\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Kautilya\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"11\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 1,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-02T04:59:36.454771Z\"\n    },\n    {\n        \"id\": 6109,\n        \"product\": {\n            \"gs_uid\": 9670,\n            \"user_id\": \"1\",\n            \"sku_id\": \"QA-SKUID\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"2.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"TESTPRODUCT\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"130.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 146,\n            \"warehouse_id\": \"kautilya\",\n            \"warehouse_name\": \"kautilya\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Growsimplee office\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Kautilya\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"11\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 7,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-01T16:24:23.962450Z\"\n    },\n    {\n        \"id\": 6118,\n        \"product\": {\n            \"gs_uid\": 6624,\n            \"user_id\": \"1\",\n            \"sku_id\": \"D1\",\n            \"length\": \"10.000\",\n            \"breadth\": \"10.000\",\n            \"height\": \"10.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"DISPATCHED\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 5,\n            \"product_pics\": [],\n            \"color\": \"Blue\",\n            \"pack_size\": \"12\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 146,\n            \"warehouse_id\": \"kautilya\",\n            \"warehouse_name\": \"kautilya\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9999999999\",\n            \"warehouse_address\": \"Growsimplee office\",\n            \"warehouse_city\": \"Bangalore\",\n            \"warehouse_state\": \"Karnataka\",\n            \"warehouse_pincode\": 560037,\n            \"contact_name\": \"Kautilya\",\n            \"contact_number\": \"9999999999\",\n            \"wms_id\": \"11\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": null,\n            \"is_app_enabled\": false\n        },\n        \"quantity\": 2,\n        \"status\": \"Bad\",\n        \"psv_date\": \"2023-02-06T09:13:36.858601Z\"\n    },\n    {\n        \"id\": 6107,\n        \"product\": {\n            \"gs_uid\": 9707,\n            \"user_id\": \"1\",\n            \"sku_id\": \"14041998\",\n            \"length\": \"1.000\",\n            \"breadth\": \"2.000\",\n            \"height\": \"3.000\",\n            \"dead_weight\": \"100.000\",\n            \"name\": \"NUMSKU\",\n            \"category\": \"Sporting Goods\",\n            \"standard_price\": \"100.00\",\n            \"is_fragile\": true,\n            \"box_qty\": 1,\n            \"gst_per\": 0,\n            \"product_pics\": [],\n            \"color\": \"Yellow\",\n            \"pack_size\": \"100\",\n            \"hsn_code\": null,\n            \"is_expirable\": false,\n            \"is_combo\": false\n        },\n        \"warehouse\": {\n            \"warehouse_int_id\": 2,\n            \"warehouse_id\": \"Warehouse 2\",\n            \"warehouse_name\": \"Warehouse 2\",\n            \"warehouse_gstin\": \"\",\n            \"warehouse_phone\": \"9717964756\",\n            \"warehouse_address\": \"Amin farm, second avenue,  Bandh Road, Chattarpur, Delhi - 110047\",\n            \"warehouse_city\": \"Jaipur\",\n            \"warehouse_state\": \"Rajasthan\",\n            \"warehouse_pincode\": 302015,\n            \"contact_name\": \"\",\n            \"contact_number\": \"\",\n            \"wms_id\": \"1\",\n            \"op_owner\": \"GS\",\n            \"shipping_auto\": true,\n            \"stock_tracking\": true,\n            \"bin_tracking\": true,\n            \"warehouse_pin\": \"1234\",\n            \"is_app_enabled\": true\n        },\n        \"quantity\": 9,\n        \"status\": \"Ready\",\n        \"psv_date\": \"2023-02-01T15:48:33.302288Z\"\n    }\n]"},{"id":"031eaa3b-d440-40ee-95ab-c3301ed7d5ee","name":"Failure(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":""},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/inventory/stocks/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:53:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"71ee2ac8-8375-4c74-921c-14bdf6a1b4a9"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"AjYeXHMbCYcFoVg="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"}],"_postman_id":"2dea189b-856d-4572-8637-5de829b3f5e3"},{"name":"Create or update stocks","id":"d9fcfd6f-ddf0-4cec-a0bb-9fea4978d3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","type":"text","description":"<p>id_token received in Authorization API</p>\n"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"sku_id\": \"SKU Id\",\r\n    \"warehouse_id\": \"Warehouse Id\",\r\n    \"status\": \"Status\",\r\n    \"quantity\": 1\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/inventory/inventory/stocks/","description":"<blockquote>\n<p><strong>Request Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku_id</td>\n<td>String</td>\n<td>Unique product (SKU) identifier. If existing SKU ID is used, corresponding stock will be edited else API will throw an error</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>String</td>\n<td>Warehouse ID</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Stock status example <code>Ready</code>, <code>Bad</code>, <code>Hold</code></td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>Quantity of stock to be adjusted/overwritten</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SKU</td>\n<td>String</td>\n<td>Unique product (SKU) identifier</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>String</td>\n<td>Type of the operation</td>\n</tr>\n<tr>\n<td>Success</td>\n<td>Boolen</td>\n<td>Success/Failure of the particular stock update</td>\n</tr>\n<tr>\n<td>Error</td>\n<td>String</td>\n<td>Error message(if any)</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>20000</td>\n<td>Added Successfully</td>\n</tr>\n<tr>\n<td>4001</td>\n<td>Product Not Found</td>\n</tr>\n<tr>\n<td>4002</td>\n<td>Warehouse not found</td>\n</tr>\n<tr>\n<td>4003</td>\n<td>Invalid Status</td>\n</tr>\n<tr>\n<td>4004</td>\n<td>Missing Fields</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","inventory","inventory","stocks",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"87774198-d8cf-4aac-b8ae-16df3f7ed220","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"sku_id\": \"abcd1\",\r\n    \"warehouse_id\": \"jknkjnjn\",\r\n    \"status\": \"Ready\",\r\n    \"quantity\": -12\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/inventory/stocks/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:31:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3cbd9db4-3ada-49e6-805b-02f824647d2e"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"8388c9d5-c6d3-4364-9234-e862052f8e47"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"50"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:31:45 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmEfsGBEBcwFfXg="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"50"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:31:45 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SKU\": \"abcd1\",\n        \"Type\": \"Add\",\n        \"Success\": true\n    }\n]"},{"id":"8fbcd8b2-5191-483e-bdb1-00828052f1d8","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"sku_id\": \"atta2\",\r\n    \"warehouse_id\": \"Staging_Delhi297\",\r\n    \"status\": \"Ready\",\r\n    \"quantity\": -12\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/inventory/stocks/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:32:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"70"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"32682d8b-afba-44ea-9af7-9751100bba5c"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"26aa4fa4-eeb1-46ac-8880-daaf0b87cd95"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"70"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:32:05 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmEi1HWQBcwFf9g="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"70"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:32:05 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"error\",\n        \"error\": \"warehouse not found\",\n        \"code\": \"40002\"\n    }\n]"},{"id":"f5c3fdfb-7b43-48cc-b1b8-8f6340b30c3e","name":"Success(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"sku_id\": \"atta2\",\r\n    \"warehouse_id\": \"Staging_Delhi297\",\r\n    \"status\": \"Ready\",\r\n    \"quantity\": -12\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/inventory/stocks/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:55:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fc2513fd-f22a-4dd9-8ecf-1ff688b0cce3"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"50"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjYzBGzsCYcFY5A="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:55:34 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SKU\": \"atta2\",\n        \"Type\": \"Add\",\n        \"Success\": true\n    }\n]"},{"id":"11fcdf89-88bf-46fc-9092-51f5d67e21bb","name":"Failure(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"sku_id\": \"atta\",\r\n    \"warehouse_id\": \"Staging_Delhi297\",\r\n    \"status\": \"Ready\",\r\n    \"quantity\": -12\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/inventory/stocks/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:55:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a36837c4-5ad7-4c8e-bccc-b77b1cdb08a2"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"80"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjY2eGrcCYcFyvw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:55:56 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"SKU\": \"atta\",\n        \"Type\": \"Add\",\n        \"Success\": false,\n        \"Error\": \"Product Not Found\"\n    }\n]"}],"_postman_id":"d9fcfd6f-ddf0-4cec-a0bb-9fea4978d3de"}],"id":"b8f65044-31de-4827-a2c1-a6070731736f","description":"<p>Stocks are quantities of products stored in a particular status at Warehouse.  </p>\n<p><strong>Note</strong><br />Only <code>Ready</code> status can be used for servicing orders.</p>\n","_postman_id":"b8f65044-31de-4827-a2c1-a6070731736f"},{"name":"Estimated Date of Delivery","item":[{"name":"Estimated Date of Delivery with Source Pincode","id":"1ca4dd04-d4f7-4f28-a335-b05e0b0e5a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","type":"text","description":"<p>id_token received in Authorization API</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"src_pin\" : \"Source Pincode\",\r\n    \"channel_id\":\"Channel Id\",\r\n    \"dest_pin\": \"Destination Pincode\",\r\n    \"user_warehouse_config\": {\r\n        \"start\": 1,\r\n        \"end\":20,\r\n        \"picking_hours\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/inventory/inventory/estimatedDateSrcPincode/","description":"<p>If source warehouse pincode is already known then use this API with source pincode, in this case you dont have to pass SKU ID/ Channel Listing ID. Automation Rules have to be set in warehouse agnostic fashion</p>\n<p>If you need estimated date of delivery with visibility of inventory location use Estimated date of delivery with SKU API.</p>\n<blockquote>\n<p><strong>Request Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>src_pin</td>\n<td>String</td>\n<td>Source Pincode</td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>String</td>\n<td>Channel Id</td>\n</tr>\n<tr>\n<td>dest_pin</td>\n<td>String</td>\n<td>Destination Pincode</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>start</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>end</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>picking_hours</td>\n<td>Integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Status of the request</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>min_tat</td>\n<td>Integer</td>\n<td>Minimum days to deliver in case of non hyperlocal delivery</td>\n</tr>\n<tr>\n<td>max_tat</td>\n<td>Integer</td>\n<td>Maximum days to deliver in case of non hyperlocal delivery</td>\n</tr>\n<tr>\n<td>hyperlocal</td>\n<td>Boolen</td>\n<td></td>\n</tr>\n<tr>\n<td>delivery_hour</td>\n<td>Integer</td>\n<td>Estimated hours for delivery (24 hr format)</td>\n</tr>\n<tr>\n<td>cod_allowed</td>\n<td>Boolen</td>\n<td>If cash on delivery orders can be taken at this location</td>\n</tr>\n<tr>\n<td>serviceable</td>\n<td>Boolen</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","inventory","inventory","estimatedDateSrcPincode",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2d7dc845-b0e3-43c3-b39b-3fe366cbe1b8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"{\r\n    \"src_pin\" : \"560038\",\r\n    \"channel_id\":\"shopify\",\r\n    \"dest_pin\": \"560018\",\r\n    \"user_warehouse_config\": {\r\n        \"start\": 8,\r\n        \"end\":20,\r\n        \"picking_hours\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/inventory/estimatedDateSrcPincode/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:59:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"142"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0f5391b9-aceb-4b8b-946b-e3a334222153"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"142"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjZU8FQ0iYcFTbw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:59:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"response\": {\n        \"min_tat\": 1,\n        \"max_tat\": 1,\n        \"hyperlocal\": false,\n        \"delivery_hour\": 9,\n        \"cod_allowed\": true,\n        \"serviceable\": true\n    }\n}"},{"id":"2b125cfe-1709-44b9-9ed2-f45acc539013","name":"Failure(Not Serviceable)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"{\r\n    \"src_pin\" : \"560038\",\r\n    \"channel_id\":\"shopify\",\r\n    \"dest_pin\": \"560018\",\r\n    \"user_warehouse_config\": {\r\n        \"start\": 8,\r\n        \"end\":20,\r\n        \"picking_hours\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/inventory/estimatedDateSrcPincode/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:33:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"350548b3-de0b-4b6d-b5e0-6ae9f5143917"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"8ca88a80-a827-4def-bdab-ab7cac8c3e33"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"53"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:33:05 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmEsUFashcwFoRg="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"53"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:33:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"response\": {\n        \"serviceable\": false\n    }\n}"},{"id":"e8d09955-a1b0-470c-b10a-0e1bc6c673ae","name":"Success(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"{\r\n    \"src_pin\" : \"560038\",\r\n    \"channel_id\":\"shopify\",\r\n    \"dest_pin\": \"560018\",\r\n    \"user_warehouse_config\": {\r\n        \"start\": 8,\r\n        \"end\":20,\r\n        \"picking_hours\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/inventory/estimatedDateSrcPincode/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 20:59:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"142"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0f5391b9-aceb-4b8b-946b-e3a334222153"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"142"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjZU8FQ0iYcFTbw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 20:59:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"response\": {\n        \"min_tat\": 1,\n        \"max_tat\": 1,\n        \"hyperlocal\": false,\n        \"delivery_hour\": 9,\n        \"cod_allowed\": true,\n        \"serviceable\": true\n    }\n}"},{"id":"91d4d1e4-98ee-4764-8f20-f08f90cee67b","name":"Failure(Not Serviceable, Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"{\r\n    \"src_pin\" : \"56003\",\r\n    \"channel_id\":\"shopify\",\r\n    \"dest_pin\": \"56001\",\r\n    \"user_warehouse_config\": {\r\n        \"start\": 18,\r\n        \"end\":20,\r\n        \"picking_hours\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/inventory/estimatedDateSrcPincode/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 21:00:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e1e6776b-5dca-4172-b89b-b672a22d5322"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"53"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjZenGHsCYcFxnA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 21:00:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"response\": {\n        \"serviceable\": false\n    }\n}"}],"_postman_id":"1ca4dd04-d4f7-4f28-a335-b05e0b0e5a77"},{"name":"Estimated date of delivery with SKU","id":"d09337e9-c962-462d-9a20-c28398055c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","type":"text","description":"<p>id_token received in Authorization API</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"channel_listing_array\":[\"Product\"],\n    \"channel_id\":\"Channe Id\",\n    \"dest_pin\": \"Destination Pincode\",\n    \"user_warehouse_config\": {\n        \"start\": 8,\n        \"end\":20,\n        \"picking_hours\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/inventory/inventory/estimatedDateV2/","description":"<p>This API will find estimated date of delivery for product from any given pincode basis on automation rules and your live stock scenario.</p>\n<blockquote>\n<p><strong>Request Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel_listing_array</td>\n<td>String Array</td>\n<td>Pass SKU IDs of product or channel specific listings from the channel like variant id from shopify</td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>String</td>\n<td>Represents channel from where API is made. Used or referencing listing id against channel. Pass <code>manual</code> for custom.</td>\n</tr>\n<tr>\n<td>dest_pin</td>\n<td>String</td>\n<td>Destination Pincode</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>start</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>end</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>picking_hours</td>\n<td>Integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Status of the request</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>listing_id</td>\n<td>String</td>\n<td>Listing Id</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>min_tat</td>\n<td>Integer</td>\n<td>Minimum days to deliver in case of non hyperlocal delivery</td>\n</tr>\n<tr>\n<td>max_tat</td>\n<td>Integer</td>\n<td>Maximum days to deliver in case of non hyperlocal delivery</td>\n</tr>\n<tr>\n<td>hyperlocal</td>\n<td>Boolen</td>\n<td></td>\n</tr>\n<tr>\n<td>delivery_hour</td>\n<td>Integer</td>\n<td>Estimated hours for delivery (24 hr format)</td>\n</tr>\n<tr>\n<td>cod_allowed</td>\n<td>Boolen</td>\n<td>If cash on delivery orders can be taken at this location</td>\n</tr>\n<tr>\n<td>serviceable</td>\n<td>Boolen</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","inventory","inventory","estimatedDateV2",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0e19569c-e6c8-45ed-b4da-c3c4e1842245","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"{\n    \"channel_listing_array\":[\"ATTA1\"],\n    \"channel_id\":\"manual\",\n    \"dest_pin\": \"560108\",\n    \"user_warehouse_config\": {\n        \"start\": 8,\n        \"end\":20,\n        \"picking_hours\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/inventory/estimatedDateV2/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:38:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"180"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"06084638-a9b8-4508-a47b-9a7bee4401b4"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"1f5f54e5-6667-4624-a2d9-12bc70c20b5b"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"180"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:38:11 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmFcBH1vhcwFaig="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"180"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:38:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"response\": [\n        {\n            \"listing_id\": \"ATTA1\",\n            \"result\": {\n                \"min_tat\": 2,\n                \"max_tat\": 2,\n                \"hyperlocal\": false,\n                \"delivery_hour\": 19,\n                \"cod_allowed\": true,\n                \"serviceable\": true\n            }\n        }\n    ]\n}"},{"id":"f7a16a57-e97f-49e6-8dbf-81c4e28c7ff5","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"{\n    \"channel_listing_array\":[\"AT1\"],\n    \"channel_id\":\"manual\",\n    \"dest_pin\": \"560108\",\n    \"user_warehouse_config\": {\n        \"start\": 8,\n        \"end\":20,\n        \"picking_hours\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/inventory/inventory/estimatedDateV2/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:38:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b7c00b2e-0de9-4ea1-b7b0-b0716df1ff4c"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"87ed4cf5-b118-4880-8b7c-7d02e7949ccf"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn"},{"key":"x-amzn-Remapped-Content-Length","value":"67"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:38:42 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmFg5EhmBcwFqrw="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"67"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:38:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Product(s) not found\",\n    \"response\": []\n}"},{"id":"5f2771d9-34e7-4504-9ed1-c6518d68d606","name":"Success(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"{\n    \"channel_listing_array\":[\"ATTA1\"],\n    \"channel_id\":\"manual\",\n    \"dest_pin\": \"560108\",\n    \"user_warehouse_config\": {\n        \"start\": 8,\n        \"end\":20,\n        \"picking_hours\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/inventory/estimatedDateV2/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 21:03:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"179"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"db63e135-e821-43f0-822c-ea99ee211d95"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"179"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjZ7mFkriYcFenA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 21:03:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"response\": [\n        {\n            \"listing_id\": \"ATTA1\",\n            \"result\": {\n                \"min_tat\": 1,\n                \"max_tat\": 1,\n                \"hyperlocal\": false,\n                \"delivery_hour\": 9,\n                \"cod_allowed\": true,\n                \"serviceable\": true\n            }\n        }\n    ]\n}"},{"id":"5dc175bb-9a8f-4687-8265-ead644fe85d1","name":"Failure(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiN2E5ODk3ZDEtYzA5Ny00OWNmLWFkOWMtNWEyMzM1MWMxMjk3IiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjgyOGFkMDQyLTc1MzktNDgyMi1iMGI4LWUxMTlhMGQ0MTgzMSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzUzNDE1LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTcwMTUsImlhdCI6MTY3Njc1MzQxNSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjNkNGRmMmEtNDUyMy00NzQzLTk2YzMtMDA3OTIxMTBlNTdhIiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.oFg-dj03K-C7CPq4291FC5FRuZQoXON3dD0BKjyJuNwGCSOVG0INJgqF8QFCYngH8bVnqih80oQwsZtI5W1dVvVvnXwyRb3wWYxUvfuQ5q4Vq8LPXp9-W5P9rWrVqtHgP99FeXby-QT0zynmF8CvImf76UlAreGy7SW_g4UUei8gdt2WHYn9DlV8a3QR5twObg-TiMoxkyR0XlvLOhzc78ZA6IxKZmF5oFk-QNUgWEDC3CU63uRhHzmTSQUj2WDLvITQumNSg2wECnefdo0UXcQ6_ZBX6sRNFqsE74ZTD2yFmEBsWUfAuedG2eZBfGQwqQGmxFs7JrldZamgMf61OQ","type":"text","description":"id_token received in Authorization API"}],"body":{"mode":"raw","raw":"{\n    \"channel_listing_array\":[\"Bat\"],\n    \"channel_id\":\"manual\",\n    \"dest_pin\": \"560108\",\n    \"user_warehouse_config\": {\n        \"start\": 8,\n        \"end\":20,\n        \"picking_hours\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/inventory/inventory/estimatedDateV2/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 21:04:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"473d1061-7817-4de1-8d39-ceb38232adf2"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"67"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjaF6GpDiYcFymg="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 21:04:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Product(s) not found\",\n    \"response\": []\n}"}],"_postman_id":"d09337e9-c962-462d-9a20-c28398055c1f"}],"id":"be42bf40-1904-4bcc-a0f4-77b7e4feb4cb","description":"<p>Following APIs will help you choose better shipper and services from grow simplee via providing the precise Estimated Date of Delivery for you order</p>\n","_postman_id":"be42bf40-1904-4bcc-a0f4-77b7e4feb4cb"},{"name":"Onboard Seller","item":[{"name":"Onboard-Seller","id":"2244605a-aec9-4965-867d-4e978a276e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","description":"<p>id_token received in Authorization API</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"seller_id\": \"Seller Id\",\n    \"channel_id\": \"Channel Id\",\n    \"warehouse_info\": {\n        \"warehouse_id\": \"Warehouse Id\",\n        \"warehouse_gstin\": \"Warehouse GSTIN\",\n        \"warehouse_phone\": \"Warehouse Phone Number\",\n        \"warehouse_address\": \"Warehouse Address\",\n        \"warehouse_city\": \"Warehouse City\",\n        \"warehouse_state\": \"Warehouse State\",\n        \"warehouse_pincode\": \"Warehouse Pincode\",\n        \"contact_name\": \"Name\",\n        \"contact_number\": \"Contact Number\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1/orin/api/onboard-seller/","description":"<blockquote>\n<p><strong>Request Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>seller_id</td>\n<td>String</td>\n<td>Unique identifier of seller or vendor to be onboarded</td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>String</td>\n<td>Channel ID for the marketplace denoting what channel order is coming from, is same for one marketplace. Please contact GS team to create one</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>String</td>\n<td>Unique Identifier for the warehouse of seller</td>\n</tr>\n<tr>\n<td>warehouse_gstin</td>\n<td>String</td>\n<td>GST Number of warehouse</td>\n</tr>\n<tr>\n<td>warehouse_phone</td>\n<td>String</td>\n<td>Warehouse Phone Nunber</td>\n</tr>\n<tr>\n<td>warehouse_address</td>\n<td>String</td>\n<td>Warehouse Address</td>\n</tr>\n<tr>\n<td>warehouse_city</td>\n<td>String</td>\n<td>Warehouse City</td>\n</tr>\n<tr>\n<td>warehouse_state</td>\n<td>String</td>\n<td>Warehouse State</td>\n</tr>\n<tr>\n<td>warehouse_pincode</td>\n<td>String</td>\n<td>Warehouse Pincode</td>\n</tr>\n<tr>\n<td>contact_name</td>\n<td>String</td>\n<td>Name of Point Of Contact for the warehouse</td>\n</tr>\n<tr>\n<td>contact_number</td>\n<td>String</td>\n<td>Contact details of Point of Contact of warehouse</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Status of the request</td>\n</tr>\n<tr>\n<td>exception</td>\n<td>String</td>\n<td>Error message in case of failure of the request</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>Code for the request</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","orin","api","onboard-seller",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"13ef51e0-e96c-41ce-86ad-acd794527050","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"seller_id\": \"GrowSimplee Test 1\",\n    \"channel_id\": \"manual\",\n    \"warehouse_info\": {\n        \"warehouse_id\": \"Test Warehouse GS1\",\n        \"warehouse_gstin\": \"22AABCU9603R1ZT\",\n        \"warehouse_phone\": \"9898989898\",\n        \"warehouse_address\": \"1075-I, 5th Cross Rd, North, Appareddipalya, Indiranagar, Bengaluru\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": \"560038\",\n        \"contact_name\": \"Name Lastname\",\n        \"contact_number\": \"8989898989\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/orin/api/onboard-seller/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:42:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"031d3b1c-bac7-46d2-9f1d-7ff65d8b353a"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"60bd998d-4d62-4577-8b4b-678e2589fd3f"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"x-amzn-Remapped-Content-Length","value":"17"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:42:23 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmGDfHJABcwFQyA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"17"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:42:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"5a799885-c035-462d-bf96-2ddac27d224c","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"seller_id\": \"GrowSimplee Test 1\",\n    \"channel_id\": \"xyz\",\n    \"warehouse_info\": {\n        \"warehouse_id\": \"Test Warehouse GS1\",\n        \"warehouse_gstin\": \"22AABCU9603R1ZT\",\n        \"warehouse_phone\": \"9898989898\",\n        \"warehouse_address\": \"1075-I, 5th Cross Rd, North, Appareddipalya, Indiranagar, Bengaluru\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": \"560038\",\n        \"contact_name\": \"Name Lastname\",\n        \"contact_number\": \"8989898989\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/orin/api/onboard-seller/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:42:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"284"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"597c6cc8-c655-4ecf-bcdc-cc1ad8076287"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"22d1451a-bdbf-42a7-b55c-edfcb0472db2"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"x-amzn-Remapped-Content-Length","value":"284"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:42:53 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmGIHHenhcwFtPA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"284"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:42:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"exception\": \"null value in column \\\"user_channel_id\\\" violates not-null constraint\\nDETAIL:  Failing row contains (566, 764, GrowSimplee Test 1, 2023-03-30 12:42:53.346764+00, 2023-03-30 12:42:53.346785+00, t, null, Test Warehouse GS1, FORWARD).\\n\",\n    \"code\": 50000\n}"},{"id":"9f0ad2bc-1b9b-4148-ba1d-463baf31dd15","name":"Success(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiYThiMmM4MDEtMzZhZi00YWFhLWFiODMtNmJmMzMyNGIwYmIzIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjYxZjg2ZjZkLTVmNjYtNDYxZi05M2JlLTliMmI4MWZkMjQ5YiIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzU0NjU5LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTgyNTksImlhdCI6MTY3Njc1NDY1OSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjFhYjM0MjEtNzIzZi00NjM0LTk3YjgtOTA2ODUzZGQzZGU2IiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.GAoQjQH8Cg7HaTtPyXyooU2TXQZkWpO5gXVnCCxLr4SVJrF2bq8jezNM8JnKPGFY_ejY1kn5JrZ2fZ_XONn8FFxZlecEq0n5Z70NqaJ-lpMBi1l5qibrWcn97k8BUnp3subyohdTsriRALJPXNh77QLlSU1aWjg77FDyzHUFsb8NJ1gis5RvYwxpW6TkdRcEA9GXZQryN32-B10PlmSNmY5h6lrp9B9v8Rw7AppeTmEfMQ4VD-VHMh5XlVXccMc8M-qXsVgy4svdkZNXqoUSlRTgT-tyzKSFLpogI3S7ZLOE-3T9o38RV398XbxTVUAmxvmdOUgyN8r68T_29c3nGA","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"seller_id\": \"GrowSimplee Test 1\",\n    \"channel_id\": \"manual\",\n    \"warehouse_info\": {\n        \"warehouse_id\": \"Test Warehouse GS1\",\n        \"warehouse_gstin\": \"22AABCU9603R1ZT\",\n        \"warehouse_phone\": \"9898989898\",\n        \"warehouse_address\": \"1075-I, 5th Cross Rd, North, Appareddipalya, Indiranagar, Bengaluru\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": \"560038\",\n        \"contact_name\": \"Name Lastname\",\n        \"contact_number\": \"8989898989\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/orin/api/onboard-seller/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 21:19:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4e568eb9-2e9e-4734-85aa-fa342723c2a5"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"17"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjcPdF4jCYcFjrA="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 21:19:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"51769960-f649-4449-bfe7-ef7ad08071da","name":"Failure(Stage)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiYThiMmM4MDEtMzZhZi00YWFhLWFiODMtNmJmMzMyNGIwYmIzIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjYxZjg2ZjZkLTVmNjYtNDYxZi05M2JlLTliMmI4MWZkMjQ5YiIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzU0NjU5LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTgyNTksImlhdCI6MTY3Njc1NDY1OSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjFhYjM0MjEtNzIzZi00NjM0LTk3YjgtOTA2ODUzZGQzZGU2IiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.GAoQjQH8Cg7HaTtPyXyooU2TXQZkWpO5gXVnCCxLr4SVJrF2bq8jezNM8JnKPGFY_ejY1kn5JrZ2fZ_XONn8FFxZlecEq0n5Z70NqaJ-lpMBi1l5qibrWcn97k8BUnp3subyohdTsriRALJPXNh77QLlSU1aWjg77FDyzHUFsb8NJ1gis5RvYwxpW6TkdRcEA9GXZQryN32-B10PlmSNmY5h6lrp9B9v8Rw7AppeTmEfMQ4VD-VHMh5XlVXccMc8M-qXsVgy4svdkZNXqoUSlRTgT-tyzKSFLpogI3S7ZLOE-3T9o38RV398XbxTVUAmxvmdOUgyN8r68T_29c3nGA","description":"id_token received in Authorization API","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"seller_id\": \"GrowSimplee Test 1\",\n    \"channel_id\": \"xyz\",\n    \"warehouse_info\": {\n        \"warehouse_id\": \"Test Warehouse GS1\",\n        \"warehouse_gstin\": \"22AABCU9603R1ZT\",\n        \"warehouse_phone\": \"9898989898\",\n        \"warehouse_address\": \"1075-I, 5th Cross Rd, North, Appareddipalya, Indiranagar, Bengaluru\",\n        \"warehouse_city\": \"Bangalore\",\n        \"warehouse_state\": \"Karnataka\",\n        \"warehouse_pincode\": \"560038\",\n        \"contact_name\": \"Name Lastname\",\n        \"contact_number\": \"8989898989\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/orin/api/onboard-seller/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 21:18:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"283"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"fa279bf1-71d3-4cea-9a3e-6809a5c219ae"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"283"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjcKlEYtCYcFuFg="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 21:18:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"exception\": \"null value in column \\\"user_channel_id\\\" violates not-null constraint\\nDETAIL:  Failing row contains (76, 323, GrowSimplee Test 1, 2023-02-18 21:18:33.940475+00, 2023-02-18 21:18:33.940496+00, t, null, Test Warehouse GS1, FORWARD).\\n\",\n    \"code\": 50000\n}"}],"_postman_id":"2244605a-aec9-4965-867d-4e978a276e16"},{"name":"Get Alias for warehouse","id":"9cc27319-95fc-46ca-81f2-468f55eb53b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token","type":"text","description":"<p>id_token received in Authorization API</p>\n"}],"url":"{{baseUrl}}/v1/orin/api/warehouse_alias/","description":"<blockquote>\n<p><strong>Query Parameter</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>warehouse_id</td>\n<td>String</td>\n<td>Refer Note at the end of this section</td>\n<td>Unique Identifier for the warehouse of seller</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>Refer Note at the end of this section</td>\n<td>Unique warehouse identifier of seller</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Response Body</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>warehouse_int_id</td>\n<td>Integer</td>\n<td>Warehouse Integer Id</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>String</td>\n<td>Unique Identifier for the warehouse of seller</td>\n</tr>\n<tr>\n<td>alias</td>\n<td>String</td>\n<td>Seller Id</td>\n</tr>\n<tr>\n<td>created_date</td>\n<td>String</td>\n<td>Date of creation of Warehouse</td>\n</tr>\n<tr>\n<td>modified_date</td>\n<td>String</td>\n<td>Date of modification Done in the warehouse</td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>Boolen</td>\n<td>Is the Warehouse active</td>\n</tr>\n<tr>\n<td>inventory_sync_direction</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>user_channel</td>\n<td>Integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>Code Mapping</strong></p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"note\">Note</h3>\n<ul>\n<li>You need to either pass <code>warehouse_id</code> or <code>alias</code> in the query parameter.</li>\n</ul>\n","urlObject":{"path":["v1","orin","api","warehouse_alias",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d4f003cd-01df-4dbd-9842-ca9926ddb348","name":"Get Alias for warehouse","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"url":{"raw":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/orin/api/warehouse_alias/?warehouse_id=Test Warehouse GS1","protocol":"https","host":["oyvm2iv4xj","execute-api","ap-south-1","amazonaws","com"],"path":["v1","orin","api","warehouse_alias",""],"query":[{"key":"warehouse_id","value":"Test Warehouse GS1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:44:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"279"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"32076adb-ee31-4d46-81bb-d8e49fa70bc3"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"c9c63e30-5edb-4b46-95be-a055e87741b3"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"x-amzn-Remapped-Content-Length","value":"279"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:44:10 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmGUIFKqBcwFQ2Q="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"279"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:44:10 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 268,\n        \"warehouse_int_id\": 764,\n        \"warehouse_id\": \"Test Warehouse GS1\",\n        \"alias\": \"GrowSimplee Test 1\",\n        \"created_date\": \"2022-11-10T04:55:15.027378Z\",\n        \"modified_date\": \"2023-03-30T12:42:23.773660Z\",\n        \"is_active\": true,\n        \"inventory_sync_direction\": \"FORWARD\",\n        \"user_channel\": 2\n    }\n]"},{"id":"3c28a556-ebc3-4d13-86db-35f251d986fe","name":"Get Alias for Seller","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJjXC81XC9lTENoQlJSOHNjMVErRVFEMU8yc1RValwvMTdwdFVaTHc4VVhBTVdRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI5YjU2NmNkMS03NTBkLTRjYjAtOWI4NC04ZWZjNjlkYmNlNDUiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLmFwLXNvdXRoLTEuYW1hem9uYXdzLmNvbVwvYXAtc291dGgtMV9tSXp2NzF0anYiLCJjb2duaXRvOnVzZXJuYW1lIjoiZ3BpeXVzaCIsImF1ZCI6IjdqbmJqZDhramY0NmxxdmVnYWVpMDhiaHFtIiwiZXZlbnRfaWQiOiI2ZmNjOTAwMi04OTVmLTRjYjUtODgyMS00YWU5NmIwNzBhZmEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY4MDE3OTEzMSwiY3VzdG9tOm9yZ0lkIjoiMSIsImV4cCI6MTY4MDI2NTUzMSwiaWF0IjoxNjgwMTc5MTMxLCJmYW1pbHlfbmFtZSI6IjEiLCJlbWFpbCI6ImdwaXl1c2gyNTMyQGdtYWlsLmNvbSJ9.CDBfxdEYQ_HnvmVVmPVRkaAHvJrgZa-a-S2uYKcut8gN53NGDSmWuXFoF1pXZwybQFr_VBsGouaUeRWFeeD_lCKzTc2Z0O9ZSLhvM_5w62WQwqiUlzL0mAhGf3vcFHa20t9dMgYH5VhVBZQvRIxPLSUhIQfPO3T1YC2yR3wW-OVy_S82eT6LEAQirErS9wH5Y9kgji6BFADnwWngg99qGPNaIZVJSSnSYsJFFApA0iRTQp7TsDxyLvzAWOZloCTCfZl1vCtc2Ugh1DT4bcgSldLP2UT19WWDeCSxmPbAt8qOn0Rr7NPp3oQtguFLBkWS_3Wb7wbv4ZcWsabjDKOXYA","type":"text","description":"id_token received in Authorization API"}],"url":{"raw":"https://oyvm2iv4xj.execute-api.ap-south-1.amazonaws.com/v1/orin/api/warehouse_alias/?alias=growsimplee","protocol":"https","host":["oyvm2iv4xj","execute-api","ap-south-1","amazonaws","com"],"path":["v1","orin","api","warehouse_alias",""],"query":[{"key":"alias","value":"growsimplee"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 12:45:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"260"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f3f1bc45-22b6-415a-920a-13d89504b163"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"x-amzn-Remapped-x-amzn-RequestId","value":"b5b97dfe-be98-415a-83f6-c7b9e6161b4e"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"x-amzn-Remapped-Content-Length","value":"260"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:45:00 GMT"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CmGcBEY1BcwFh1g="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Content-Length","value":"260"},{"key":"x-amzn-Remapped-x-amzn-Remapped-Connection","value":"close"},{"key":"x-amzn-Remapped-Date","value":"Thu, 30 Mar 2023 12:45:00 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"warehouse_int_id\": 7,\n        \"warehouse_id\": \"home_test\",\n        \"alias\": \"growsimplee\",\n        \"created_date\": \"2021-12-16T03:56:05.501242Z\",\n        \"modified_date\": \"2021-12-16T03:56:05.501269Z\",\n        \"is_active\": true,\n        \"inventory_sync_direction\": \"FORWARD\",\n        \"user_channel\": 61\n    }\n]"},{"id":"d00a6c42-c8c6-4df5-8408-c3f795a6acf5","name":"Get Alias from warehouse_Id(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiYThiMmM4MDEtMzZhZi00YWFhLWFiODMtNmJmMzMyNGIwYmIzIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjYxZjg2ZjZkLTVmNjYtNDYxZi05M2JlLTliMmI4MWZkMjQ5YiIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzU0NjU5LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTgyNTksImlhdCI6MTY3Njc1NDY1OSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjFhYjM0MjEtNzIzZi00NjM0LTk3YjgtOTA2ODUzZGQzZGU2IiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.GAoQjQH8Cg7HaTtPyXyooU2TXQZkWpO5gXVnCCxLr4SVJrF2bq8jezNM8JnKPGFY_ejY1kn5JrZ2fZ_XONn8FFxZlecEq0n5Z70NqaJ-lpMBi1l5qibrWcn97k8BUnp3subyohdTsriRALJPXNh77QLlSU1aWjg77FDyzHUFsb8NJ1gis5RvYwxpW6TkdRcEA9GXZQryN32-B10PlmSNmY5h6lrp9B9v8Rw7AppeTmEfMQ4VD-VHMh5XlVXccMc8M-qXsVgy4svdkZNXqoUSlRTgT-tyzKSFLpogI3S7ZLOE-3T9o38RV398XbxTVUAmxvmdOUgyN8r68T_29c3nGA","type":"text","description":"id_token received in Authorization API"}],"url":{"raw":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/orin/api/warehouse_alias/?warehouse_id=Warehouse 1","protocol":"https","host":["xenc2tehd4","execute-api","us-east-2","amazonaws","com"],"path":["v1","orin","api","warehouse_alias",""],"query":[{"key":"warehouse_id","value":"Warehouse 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 21:15:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1032"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"01b87880-6a4f-40b6-82d6-4e563f005293"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"1032"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjbpdHbpiYcFd0A="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 21:15:01 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7,\n        \"warehouse_int_id\": 1,\n        \"warehouse_id\": \"Warehouse 1\",\n        \"alias\": \"ee\",\n        \"created_date\": \"2022-05-19T13:45:47.770213Z\",\n        \"modified_date\": \"2022-05-19T13:52:22.852869Z\",\n        \"is_active\": false,\n        \"inventory_sync_direction\": \"FORWARD\",\n        \"user_channel\": 25\n    },\n    {\n        \"id\": 6,\n        \"warehouse_int_id\": 1,\n        \"warehouse_id\": \"Warehouse 1\",\n        \"alias\": \"growsimplee\",\n        \"created_date\": \"2021-12-21T13:09:07.261222Z\",\n        \"modified_date\": \"2021-12-21T13:09:07.261239Z\",\n        \"is_active\": true,\n        \"inventory_sync_direction\": \"FORWARD\",\n        \"user_channel\": 19\n    },\n    {\n        \"id\": 4,\n        \"warehouse_int_id\": 1,\n        \"warehouse_id\": \"Warehouse 1\",\n        \"alias\": \"Sapaato\",\n        \"created_date\": \"2021-12-12T22:13:16.804270Z\",\n        \"modified_date\": \"2021-12-21T13:00:44.938470Z\",\n        \"is_active\": false,\n        \"inventory_sync_direction\": \"FORWARD\",\n        \"user_channel\": 19\n    },\n    {\n        \"id\": 9,\n        \"warehouse_int_id\": 1,\n        \"warehouse_id\": \"Warehouse 1\",\n        \"alias\": \"15222\",\n        \"created_date\": \"2022-05-19T13:51:43.769483Z\",\n        \"modified_date\": \"2022-05-19T13:51:43.769501Z\",\n        \"is_active\": false,\n        \"inventory_sync_direction\": \"FORWARD\",\n        \"user_channel\": 29\n    }\n]"},{"id":"c02311c8-4221-483b-ba40-bf120686a49f","name":"Get Alias from Seller(Stage)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"eyJraWQiOiJnS0dsbHJMNlFsQmJ1ajIwYWVhRDNBbEd5VTlyd0NsTG13R1R0U1FUTEVJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiI3MGUzMTIzNS02ZWQ5LTQ0OGUtOTA1NC04MTMzYmZhOGYwOGIiLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9tT1BjZ2FkaTMiLCJwaG9uZV9udW1iZXJfdmVyaWZpZWQiOnRydWUsImNvZ25pdG86dXNlcm5hbWUiOiJnYXVyYXYiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJnYXVyYXYiLCJvcmlnaW5fanRpIjoiYThiMmM4MDEtMzZhZi00YWFhLWFiODMtNmJmMzMyNGIwYmIzIiwiYXVkIjoiMnFzczZvY3QwNXJ2MDQxMjZhZ3RyaWFxMWoiLCJldmVudF9pZCI6IjYxZjg2ZjZkLTVmNjYtNDYxZi05M2JlLTliMmI4MWZkMjQ5YiIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjc2NzU0NjU5LCJuYW1lIjoiZ2F1cmF2IiwicGhvbmVfbnVtYmVyIjoiKzkxOTk5OTk5OTkiLCJleHAiOjE2NzY3NTgyNTksImlhdCI6MTY3Njc1NDY1OSwiZmFtaWx5X25hbWUiOiIxIiwianRpIjoiZjFhYjM0MjEtNzIzZi00NjM0LTk3YjgtOTA2ODUzZGQzZGU2IiwiZW1haWwiOiJnYXVyYXZAZ3Jvd3NpbXBsZWUuY29tIn0.GAoQjQH8Cg7HaTtPyXyooU2TXQZkWpO5gXVnCCxLr4SVJrF2bq8jezNM8JnKPGFY_ejY1kn5JrZ2fZ_XONn8FFxZlecEq0n5Z70NqaJ-lpMBi1l5qibrWcn97k8BUnp3subyohdTsriRALJPXNh77QLlSU1aWjg77FDyzHUFsb8NJ1gis5RvYwxpW6TkdRcEA9GXZQryN32-B10PlmSNmY5h6lrp9B9v8Rw7AppeTmEfMQ4VD-VHMh5XlVXccMc8M-qXsVgy4svdkZNXqoUSlRTgT-tyzKSFLpogI3S7ZLOE-3T9o38RV398XbxTVUAmxvmdOUgyN8r68T_29c3nGA","type":"text","description":"id_token received in Authorization API"}],"url":{"raw":"https://xenc2tehd4.execute-api.us-east-2.amazonaws.com/v1/orin/api/warehouse_alias/?alias=growsimplee","protocol":"https","host":["xenc2tehd4","execute-api","us-east-2","amazonaws","com"],"path":["v1","orin","api","warehouse_alias",""],"query":[{"key":"alias","value":"growsimplee"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 18 Feb 2023 21:16:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"074051f9-ecdd-4e6a-98c7-0568166de1dd"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-amzn-Remapped-Content-Length","value":"262"},{"key":"X-Frame-Options","value":"DENY"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"AjbzkFa9iYcFfdg="},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"x-amzn-Remapped-Server","value":"gunicorn/20.0.4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Sat, 18 Feb 2023 21:16:06 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6,\n        \"warehouse_int_id\": 1,\n        \"warehouse_id\": \"Warehouse 1\",\n        \"alias\": \"growsimplee\",\n        \"created_date\": \"2021-12-21T13:09:07.261222Z\",\n        \"modified_date\": \"2021-12-21T13:09:07.261239Z\",\n        \"is_active\": true,\n        \"inventory_sync_direction\": \"FORWARD\",\n        \"user_channel\": 19\n    }\n]"}],"_postman_id":"9cc27319-95fc-46ca-81f2-468f55eb53b1"}],"id":"96939364-a693-4674-bfbf-edc57d198ff7","description":"<p>Following are the API to onboard new sellers / vendors to Growsimplee, these APIs will help you to create a seller for the brand and will create a new warehouse for the seller . Marketplaces are required to onboard a seller if they want shipping from sellers address(this can include your own brand as a seller or a vender as well )</p>\n<p><strong>Note</strong><br />These APIs are especially useful for various Market Places Integration</p>\n<img src=\"https://content.pstmn.io/1c36e26e-3e81-4ed1-b85d-9e7ed7b0dc9a/RG9jdW1lbnRhdGlvbiBGbG93IENoYXJ0cy1PbmJvYXJkIFNlbGxlci5kcmF3aW8ucG5n\" alt=\"Onboard%20Seller%20Flow\" />","_postman_id":"96939364-a693-4674-bfbf-edc57d198ff7"}],"variable":[{"key":"gs_auth","value":"https://xv24xrhpxa.execute-api.ap-south-1.amazonaws.com/v1"},{"key":"gs_orin","value":"https:/orin.growsimplee.com:8000"}]}