{"info":{"_postman_id":"3f426b8f-2a48-449d-b78c-f0bdf215769f","name":"WISER PERSONALIZED RECOMMENDATIONS PARTNERS  REST-API","description":"<html><head></head><body><p>We designed the APIs in a way that they are instantly applicable to your front-end use cases, meaning that you don't necessarily need to implement the back-end integration to be able to use this service. Simply log user activities, and this alone will let you receive behavior-based recommendations (i.e. Top selling, Trending, Featured, Related).</p>\n<p>The API endpoint is located here <a href=\"https://wiser.expertvillagemedia.com/api/\">https://wiser.expertvillagemedia.com/api/partner</a> . All API requests should use the above URL as their base url.Shop name (e.g. myshop.myshopify.com) Partner Name and secret key are required parameters for each API. Calls made over plain HTTP will fail. API requests without authentication will also fail.Responses from the Wiser API are returned in JSON format unless otherwise stipulated.You need pass parameters as GET method.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24381428","collectionId":"3f426b8f-2a48-449d-b78c-f0bdf215769f","publishedId":"2s9YkgC4uv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-07T17:00:26.000Z"},"item":[{"name":"Wiser Order Note Attributes – Integration Guide","item":[],"id":"46e82fc0-7fa4-43f1-ac37-5867e78d10fe","description":"<p>When a product is added to the cart using Wiser widgets (via API), we need to store specific details in <strong>order note attributes</strong>. This helps in tracking product recommendations and sales attribution.</p>\n<p><strong>Required Attributes</strong></p>\n<p><strong>1</strong>. <strong><code>wiserai_productID</code></strong><br />Stores all product IDs added via Wiser.<br />If multiple products are added, store them as <strong>comma-separated values</strong>.</p>\n<blockquote>\n<p><strong>Example:</strong><br />wiserai_productID: 7856563748945,7770397704273 </p>\n</blockquote>\n<p><strong>2.</strong> <strong><code>wiserai_type</code></strong></p>\n<p>Indicates the source of the API request.</p>\n<p><strong>Possible Values:</strong></p>\n<ul>\n<li><p><code>mobile_api</code></p>\n</li>\n<li><p><code>desktop_api</code></p>\n</li>\n</ul>\n<blockquote>\n<p><strong>Example:</strong><br />wiserai_type: mobile_api </p>\n</blockquote>\n<p><strong>3.</strong> <strong><code>wiserai_Page</code></strong></p>\n<p>Stores page source from where the product was added<br />If multiple products → use <strong>comma-separated values</strong></p>\n<p><strong>Allowed values</strong></p>\n<blockquote>\n<p><strong>Example:</strong><br />wiserai_Page: index,product,collection,cart,myaccount,other,404,search,wiser_checkout,wiser_thankyou,wiser_orderstatus </p>\n</blockquote>\n<p><strong>4.</strong> <strong><code>wiserai_widget</code></strong></p>\n<p>Stores widget names from which product was added</p>\n<p>Supports only predefined widget names. If multiple → use <strong>comma-separated values</strong></p>\n<blockquote>\n<p><strong>Example:</strong><br />wiserai_widget: alsobought,recently_products,recently_related_products,related_products,top_selling,trending_products,new_arrival,featured_collections,recommended_products </p>\n</blockquote>\n<p><strong>Special Case (Very Important)</strong></p>\n<p>For these pages:</p>\n<ul>\n<li><p><code>wiser_checkout</code></p>\n</li>\n<li><p><code>wiser_thankyou</code></p>\n</li>\n<li><p><code>wiser_orderstatus</code></p>\n</li>\n</ul>\n<p><strong>👉 Format will be different</strong></p>\n<p><strong>Format</strong>: {page} = {widget_name}__{productId}</p>\n<blockquote>\n<p><strong>Examples</strong><br /><strong>✔ Special Pages (Checkout / Thankyou / Order Status)</strong><br />wiser_checkout: new_arrival__{productId}<br />wiser_thankyou: new_arrival__{productId}<br />wiser_orderstatus: new_arrival__{productId},{productId} </p>\n</blockquote>\n<p><strong>When to Set These Attributes</strong></p>\n<ul>\n<li><p>At the time of <strong>Add to Cart (API call)</strong></p>\n</li>\n<li><p>Ensure attributes are attached before checkout so they are available in the <strong>order</strong></p>\n</li>\n</ul>\n<p><strong>Implementation Logic</strong></p>\n<ol>\n<li><p>Detect product added via Wiser widget/API.</p>\n</li>\n<li><p>Capture the <strong>product ID(s)</strong>.</p>\n</li>\n<li><p>Identify platform type:</p>\n<ul>\n<li><p>Mobile → <code>mobile_api</code></p>\n</li>\n<li><p>Desktop → <code>desktop_api</code></p>\n</li>\n</ul>\n</li>\n<li><p>Attach both attributes to cart/order notes.</p>\n</li>\n</ol>\n<h4 id=\"➤-expected-cart-response-important-✅\"><strong>➤ Expected Cart Response (Important ✅)</strong></h4>\n<p>After API call, the <strong>cart should contain attributes like this</strong>:</p>\n<p>{<br />\"token\": \"abc123\",<br />\"items\": [<br />{<br />\"id\": 7856563748945,<br />\"quantity\": 1<br />}<br />],<br />\"attributes\": {<br />\"wiserai_productID\": \"7856563748945,7770397704273\",<br />\"wiserai_type\": \"mobile_api\",<br />\"wiserai_Page\": \"index,index\",<br />\"wiserai_widget\": \"new_arrival,top_selling\"<br />}<br />}</p>\n","_postman_id":"46e82fc0-7fa4-43f1-ac37-5867e78d10fe"},{"name":"Recommended Products","id":"22050685-771c-40ce-96a9-74d39c4e2b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/Partner/recommended-products?partner=YOUR PARTNER NAME HERE &secret_key=SECRET KEY&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&product_ids=PRODUCT ID HERE&total_products=4","urlObject":{"protocol":"https","path":["api","Partner","recommended-products"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"YOUR PARTNER NAME HERE "},{"key":"secret_key","value":"SECRET KEY"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"product_ids","value":"PRODUCT ID HERE"},{"key":"total_products","value":"4"}],"variable":[]}},"response":[{"id":"01a322fc-1724-4f7f-adce-bacb65380a3d","name":"Recommended Products","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/Partner/recommended-products?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=beeglee-in.myshopify.com&product_ids=7288434229421&total_products=4","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","Partner","recommended-products"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"beeglee-in.myshopify.com"},{"key":"product_ids","value":"7288434229421"},{"key":"total_products","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2024 12:05:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products found\",\n    \"status_code\": 105,\n    \"settings\": null,\n    \"products\": [\n        {\n            \"product_id\": \"7288436523181\"\n        },\n        {\n            \"product_id\": \"7297362428077\"\n        }\n    ]\n}"}],"_postman_id":"22050685-771c-40ce-96a9-74d39c4e2b33"},{"name":"New Arrivals","id":"3f6fda64-b7ca-4c85-858f-35723c1940b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/Partner/new_arrival?partner=YOUR PARTNER NAME HERE &secret_key=SECRET KEY&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&total_products=4\n","urlObject":{"protocol":"https","path":["api","Partner","new_arrival"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"YOUR PARTNER NAME HERE "},{"key":"secret_key","value":"SECRET KEY"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"total_products","value":"4\n"}],"variable":[]}},"response":[{"id":"ded9f5df-a401-4d09-a210-b13951799d18","name":"New Arrivals","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/Partner/new_arrival?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=beeglee-in.myshopify.com&product_id=7288434229421&total_products=4","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","Partner","new_arrival"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"beeglee-in.myshopify.com"},{"key":"product_id","value":"7288434229421"},{"key":"total_products","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2024 11:59:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products found\",\n    \"status_code\": 105,\n    \"settings\": {\n        \"template\": \"template4\",\n        \"no_of_products\": \"14\",\n        \"heading_title_align\": \"center\",\n        \"heading_font_size\": \"22\",\n        \"heading_font_color\": \"000000\",\n        \"show_product_title\": \"true\",\n        \"product_title_align\": \"center\",\n        \"product_title_font_size\": \"15\",\n        \"product_title_font_color\": \"000000\",\n        \"enable_truncate_title\": \"true\",\n        \"truncate_title\": \"30\",\n        \"enable_add_to_cart\": \"true\",\n        \"add_to_cart_text\": \"Add to Cart\",\n        \"addcart_button_background\": \"000000\",\n        \"show_price\": \"true\",\n        \"price_font_size\": \"15\",\n        \"price_font_color\": \"000000\",\n        \"ori_price_font_color\": \"FF5C5C\",\n        \"imgsize\": \"none\",\n        \"product_view\": \"slider\",\n        \"product_view_type\": \"\",\n        \"setting_status\": \"advanced\",\n        \"enable_redirection\": \"false\",\n        \"products_per_slider\": \"4\",\n        \"design_version\": \"2\",\n        \"price_align\": \"center\",\n        \"show_compare_price\": \"true\",\n        \"shopify_product_review\": \"false\",\n        \"review_publickey\": \"\",\n        \"hover_image\": \"true\",\n        \"hide_ofs\": \"true\",\n        \"addcart_button_font\": \"FFFFFF\",\n        \"price_tax\": \"\",\n        \"hide_oos_variants\": \"false\",\n        \"custom_css\": \"#presets4 .evm-ws-image-wrapper on-sale-badge.badge.badge--on-sale {\\r\\n    z-index: 2;\\r\\n    position: absolute;\\r\\n    margin: 10px;\\r\\n}\\r\\n.evm-wscontainer {\\r\\n    width: 100%;\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought p.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought.evm_visible_text.ws_fbt_inr_main .evm-wscontainer {\\r\\n    max-width: 1260px !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n    margin: 30px 0 !important;\\r\\n}\\r\\n\\r\\n#alsopresets2 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    margin-top: 10px !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-compare-original-price {\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__price {\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-alsobought-total b {\\r\\n    font-weight: 600;\\r\\n    color: #000000 !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws__cart-submit {\\r\\n    font-size: 15px;\\r\\n    text-transform: uppercase;\\r\\n    border-radius: 2px;\\r\\n    padding: 6px 8px !important\\r\\n}\\r\\n\\r\\n#alsopresets4 .evm-ws-image-section .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 100% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card_image_container .ws-card__background-image {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4.evm-wiser-owl-carousel .owl-stage {\\r\\n    display: flex !important;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .ws-box-wrapper {\\r\\n    height: 100%;\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card {\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    height: 100%;\\r\\n    margin: 0;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-carousel .owl-stage-outer {\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets2 .ws-card__header {\\r\\n    flex-grow: 1;\\r\\n}\\r\\n\\r\\n#presets4 .ws-product-color:after,\\r\\n#presets4 .ws-product-size:after {\\r\\n    margin-right: 5px !important;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-theme .owl-nav [class*=owl-]:hover {\\r\\n    background: white !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__header-link {\\r\\n    padding: 10px 0 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-add-to-cart-popup-outer {\\r\\n    margin-top: -40px;\\r\\n    width: auto;\\r\\n    float: right;\\r\\n    right: 10px;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner span {\\r\\n    display: none;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner {\\r\\n    margin-top: 0 !important;\\r\\n    width: 32px !important;\\r\\n    height: 32px !important;\\r\\n    position: relative;\\r\\n    background-color: #fff !important;\\r\\n    opacity: 0;\\r\\n    transition: opacity .2s ease-in-out, transform .2s ease-in-out;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card:hover .evm-add-to-cart-popup-inner {\\r\\n    opacity: 1;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner:before {\\r\\n    content: \\\" \\\";\\r\\n    background-repeat: no-repeat;\\r\\n    background-size: contain;\\r\\n    background-image: url('https:\\\\/\\\\/cdn.shopify.com\\\\/s\\\\/files\\\\/1\\\\/0550\\\\/4942\\\\/0973\\\\/files\\\\/svgviewer-png-output_1.png?v=1695290891');\\r\\n    position: absolute;\\r\\n    top: 50%;\\r\\n    left: 50%;\\r\\n    transform: translate(-50%, -50%);\\r\\n    height: 12px;\\r\\n    width: 12px;\\r\\n}\\r\\n\\r\\n.evm-add-to-cart-popup-inner:hover:before {\\r\\n    transition: transform .2s ease-in-out;\\r\\n    transform: translateX(-50%) translateY(-50%) rotate(90deg) !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws-popup-variant-list-item label {\\r\\n    padding: 8px 15px !important;\\r\\n}\\r\\n\\r\\n#presets4 .popup-heading,\\r\\n#presets4 .popup-close {\\r\\n    height: 40px !important;\\r\\n}\\r\\n\\r\\n\\r\\n.evm-drawer-main .owl-item {float:left;    }.evm-drawer-main {    display: flex;    flex-direction: column;} .evm-drawer-main .evm-wscontainer {    padding: 0!important;} .evm-drawer-main .evm_visible_text {    display: flex;    flex-direction: column;    position: relative;} .evm-drawer-main .evm-wiser-owl-theme .owl-nav {    top: 0px;     position: absolute;\\r\\n    right: 0;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-prev {    right: 40px;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-next {    right: 0;}.evm-drawer-main .evm_wiser_heading {    margin-top: 15px!important;    font-size: 18px!important;    width: 80%;    text-align: left!important;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button {    position: absolute;background: transparent;} .evm-drawer-main #presets4 .owl-nav i  { width:10px; height:10px; }@media only screen and (max-width: 1024px){.evm-also-bought .evm-wscontainer {    padding: 0px!important;} #presets4 a.evm-add-to-cart-popup-inner{ opacity:1;}}@media only screen and (max-width: 767px){\\r\\n.evm-ws-image-section.evm-ws-three-products {   \\r\\n display: flex!important;    flex-wrap: wrap;    justify-content: space-evenly;} \\r\\n.evm-wiser-owl-carousel .owl-nav button {\\r\\n    display: flex !important;\\r\\n    align-items: center !important;\\r\\n    justify-content: center !important;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 i.ws-angle-right {\\r\\n    left: unset!important;\\r\\n    top: unset!important;\\r\\nmargin-right:3px;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 .owl-nav i.ws-angle-left {\\r\\n    left: unset!important;\\r\\n top: unset!important;\\r\\nmargin-left:3px;\\r\\n}\\r\\n }\\r\\n@media only screen and (max-width: 499px){#presets4.evm-wsrow {    margin: 0 0 0 0px!important;    justify-content: start;    flex-wrap: nowrap!important;    overflow:hidden;    overflow-x:scroll;}#presets4 .ws-box-wrapper {    padding: 0 5px;    width: auto!important;    flex: 0 0 65%;}.evm-ws-pagination.custom_show_more_button  {display:none!important;}#presets4 .evm-ws-card  { margin-bottom:0!important;}}.evm-drawer-main .evm-wscontainer { overflow: hidden!important;} \\r\\n\\r\\n.evm-drawer-main .evm-wiser-owl-theme .owl-nav button:hover ,  .evm-drawer-main #presets4 .owl-nav i {  background:transparent!important; }\\r\\n  \\r\\n.evm-related-product .wise-product-section .evm-ws-pagination.custom_show_more_button {\\r\\n    display: none;\\r\\n} \\r\\n\\r\\n@media only screen and (max-width: 450px){ \\r\\n\\r\\n.evm-related-product \\r\\n div#presets4 {\\r\\n    flex-wrap: wrap!important;\\r\\n    overflow-x: hidden!important;\\r\\n}\\r\\n\\r\\n.evm-related-product #presets4 .ws-box-wrapper {\\r\\n flex:0 0 50%;\\r\\n} \\r\\n\\r\\n}\",\n        \"not_allow_decimal\": \"false\",\n        \"currency_before\": \"&amp;#x20b9;\",\n        \"currency_after\": \"\",\n        \"addcart_confirmation_msg\": \"Added to cart!\",\n        \"viewcart_confirmation_msg\": \"View cart\",\n        \"countinue_confirmation_msg\": \"Continue shopping.\",\n        \"or_confirmation_msg\": \"or\",\n        \"shopify_product_convertor\": \"false\",\n        \"tax_type\": \"fixed\",\n        \"outofstock_msg\": \"Product is out of stock.\",\n        \"wiser_wishlist_option\": \"false\",\n        \"wiserlist_icon_color\": \"373333\",\n        \"thankyoupage_viewtype\": \"grid\",\n        \"allow_comma_inprice\": \"false\",\n        \"mobile_product_view\": \"grid\",\n        \"enable_addtocart_msg\": \"true\"\n    },\n    \"products\": [\n        {\n            \"product_title\": \"Black Smoking Vest\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-smoking-vest-667280.jpg?v=1718085570\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-smoking-vest-212136.jpg?v=1718085570\",\n            \"product_price\": \"1490.00\",\n            \"product_id\": 7734186016941,\n            \"product_handle\": \"black-workload-tie-up-vest-copy\",\n            \"variants\": [\n                {\n                    \"product_id\": 7734186016941,\n                    \"id\": 43329868824749,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1490.00\",\n                    \"sku\": null,\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-23T12:19:07+05:30\",\n                    \"updated_at\": \"2024-06-11T11:29:46+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": null,\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45429067808941,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43329868824749\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7734186016941,\n                    \"id\": 43329868857517,\n                    \"title\": \"S-M\",\n                    \"price\": \"1490.00\",\n                    \"sku\": null,\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-23T12:19:07+05:30\",\n                    \"updated_at\": \"2024-06-11T11:29:51+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": null,\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45429067841709,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43329868857517\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7734186016941,\n                    \"id\": 43329868890285,\n                    \"title\": \"M-L\",\n                    \"price\": \"1490.00\",\n                    \"sku\": null,\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-23T12:19:07+05:30\",\n                    \"updated_at\": \"2024-06-11T11:29:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": null,\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45429067874477,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43329868890285\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Navy High Rise Tapered Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/navy-high-rise-tapered-pants-711164.jpg?v=1717182407\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/navy-high-rise-tapered-pants-774392.jpg?v=1717182407\",\n            \"product_price\": \"1590.00\",\n            \"product_id\": 7716085170349,\n            \"product_handle\": \"navy-high-rise-tapered-pants\",\n            \"variants\": [\n                {\n                    \"id\": 43287380623533,\n                    \"product_id\": 7716085170349,\n                    \"title\": \"X-S\",\n                    \"price\": \"1590.00\",\n                    \"sku\": null,\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"X-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:43:23+05:30\",\n                    \"updated_at\": \"2024-05-31T17:15:55+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"80623533\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386523541677,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287380623533\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287380656301,\n                    \"product_id\": 7716085170349,\n                    \"title\": \"M-L\",\n                    \"price\": \"1590.00\",\n                    \"sku\": null,\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:43:23+05:30\",\n                    \"updated_at\": \"2024-05-31T17:15:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"80656301\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386523574445,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287380656301\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287380689069,\n                    \"product_id\": 7716085170349,\n                    \"title\": \"XL-XXL\",\n                    \"price\": \"1590.00\",\n                    \"sku\": null,\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XL-XXL\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:43:23+05:30\",\n                    \"updated_at\": \"2024-05-31T17:15:55+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"80689069\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386523607213,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287380689069\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Grey High Rise Tapered Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-high-rise-tapered-pants-508931.jpg?v=1717182408\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-high-rise-tapered-pants-241333.jpg?v=1717182408\",\n            \"product_price\": \"1590.00\",\n            \"product_id\": 7716085072045,\n            \"product_handle\": \"grey-high-rise-tapered-pants\",\n            \"variants\": [\n                {\n                    \"id\": 43287380426925,\n                    \"product_id\": 7716085072045,\n                    \"title\": \"X-S\",\n                    \"price\": \"1590.00\",\n                    \"sku\": null,\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"X-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:43:08+05:30\",\n                    \"updated_at\": \"2024-05-31T15:40:46+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"80426925\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386523345069,\n                    \"inventory_quantity\": 3,\n                    \"old_inventory_quantity\": 3,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287380426925\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287380459693,\n                    \"product_id\": 7716085072045,\n                    \"title\": \"M-L\",\n                    \"price\": \"1590.00\",\n                    \"sku\": null,\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:43:08+05:30\",\n                    \"updated_at\": \"2024-05-17T12:29:13+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"80459693\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386523377837,\n                    \"inventory_quantity\": 4,\n                    \"old_inventory_quantity\": 4,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287380459693\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287380492461,\n                    \"product_id\": 7716085072045,\n                    \"title\": \"XL-XXL\",\n                    \"price\": \"1590.00\",\n                    \"sku\": null,\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XL-XXL\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:43:08+05:30\",\n                    \"updated_at\": \"2024-05-31T15:40:52+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"80492461\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386523410605,\n                    \"inventory_quantity\": 4,\n                    \"old_inventory_quantity\": 4,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287380492461\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black High Rise Tapered Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-high-rise-tapered-pants-799649.jpg?v=1717182299\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-high-rise-tapered-pants-695880.jpg?v=1717182299\",\n            \"product_price\": \"1590.00\",\n            \"product_id\": 7716084809901,\n            \"product_handle\": \"black-high-rise-tapered-pants\",\n            \"variants\": [\n                {\n                    \"id\": 43287378690221,\n                    \"product_id\": 7716084809901,\n                    \"title\": \"X-S\",\n                    \"price\": \"1590.00\",\n                    \"sku\": null,\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"X-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:42:09+05:30\",\n                    \"updated_at\": \"2024-06-09T17:58:10+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"78690221\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386521608365,\n                    \"inventory_quantity\": 19,\n                    \"old_inventory_quantity\": 19,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287378690221\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287378722989,\n                    \"product_id\": 7716084809901,\n                    \"title\": \"M-L\",\n                    \"price\": \"1590.00\",\n                    \"sku\": null,\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:42:09+05:30\",\n                    \"updated_at\": \"2024-05-31T17:14:00+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"78722989\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386521641133,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287378722989\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287379214509,\n                    \"product_id\": 7716084809901,\n                    \"title\": \"XL-XXL\",\n                    \"price\": \"1590.00\",\n                    \"sku\": \"\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XL-XXL\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:42:50+05:30\",\n                    \"updated_at\": \"2024-05-31T17:14:00+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"79214509\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386522132653,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287379214509\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Espresso Top\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-espresso-top-741959.jpg?v=1717182553\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-espresso-top-182599.jpg?v=1717182553\",\n            \"product_price\": \"1190.00\",\n            \"product_id\": 7716083368109,\n            \"product_handle\": \"black-espresso-top\",\n            \"variants\": [\n                {\n                    \"id\": 43287371612333,\n                    \"product_id\": 7716083368109,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1190.00\",\n                    \"sku\": null,\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:38:12+05:30\",\n                    \"updated_at\": \"2024-06-04T11:30:46+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"71612333\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386514530477,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287371612333\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287371645101,\n                    \"product_id\": 7716083368109,\n                    \"title\": \"S-M\",\n                    \"price\": \"1190.00\",\n                    \"sku\": null,\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:38:12+05:30\",\n                    \"updated_at\": \"2024-06-01T10:13:24+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"71645101\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386514563245,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287371645101\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287371677869,\n                    \"product_id\": 7716083368109,\n                    \"title\": \"M-L\",\n                    \"price\": \"1190.00\",\n                    \"sku\": null,\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:38:12+05:30\",\n                    \"updated_at\": \"2024-06-01T10:13:24+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"71677869\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386514596013,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287371677869\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"White Pleated Chilling Skirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/white-pleated-chilling-skirt-449887.jpg?v=1717182553\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/white-pleated-chilling-skirt-907518.jpg?v=1717182553\",\n            \"product_price\": \"1390.00\",\n            \"product_id\": 7716082581677,\n            \"product_handle\": \"white-pleated-chilling-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 43287368630445,\n                    \"product_id\": 7716082581677,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1390.00\",\n                    \"sku\": null,\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:36:38+05:30\",\n                    \"updated_at\": \"2024-06-11T12:12:07+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68630445\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386511548589,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287368630445\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287368663213,\n                    \"product_id\": 7716082581677,\n                    \"title\": \"S-M\",\n                    \"price\": \"1390.00\",\n                    \"sku\": null,\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:36:38+05:30\",\n                    \"updated_at\": \"2024-06-11T12:12:07+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68663213\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386511581357,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287368663213\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287368695981,\n                    \"product_id\": 7716082581677,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": null,\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:36:38+05:30\",\n                    \"updated_at\": \"2024-06-11T12:12:06+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68695981\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386511614125,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287368695981\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Pleated Chilling Skirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-pleated-chilling-skirt-384998.jpg?v=1717182553\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-pleated-chilling-skirt-917235.jpg?v=1717182553\",\n            \"product_price\": \"1390.00\",\n            \"product_id\": 7716082516141,\n            \"product_handle\": \"black-pleated-chilling-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 43287368302765,\n                    \"product_id\": 7716082516141,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-04-SN-12-S-1\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:36:15+05:30\",\n                    \"updated_at\": \"2024-06-01T10:14:35+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68302765\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386511220909,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287368302765\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287368335533,\n                    \"product_id\": 7716082516141,\n                    \"title\": \"S-M\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-04-SN-12-S-2\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:36:15+05:30\",\n                    \"updated_at\": \"2024-06-10T08:12:26+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68335533\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386511253677,\n                    \"inventory_quantity\": 19,\n                    \"old_inventory_quantity\": 19,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287368335533\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287368368301,\n                    \"product_id\": 7716082516141,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-04-SN-12-S-3\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:36:15+05:30\",\n                    \"updated_at\": \"2024-06-07T18:35:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68368301\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386511286445,\n                    \"inventory_quantity\": 19,\n                    \"old_inventory_quantity\": 19,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287368368301\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Workload Tie-up vest\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-workload-tie-up-vest-502724.jpg?v=1713167475\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-workload-tie-up-vest-675189.jpg?v=1716850911\",\n            \"product_price\": \"1390.00\",\n            \"product_id\": 7614401118381,\n            \"product_handle\": \"black-workload-tieup-vest\",\n            \"variants\": [\n                {\n                    \"id\": 43056190816429,\n                    \"product_id\": 7614401118381,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"TT-12-OC-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-12T14:56:30+05:30\",\n                    \"updated_at\": \"2024-06-09T13:58:02+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"90816429\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45155273474221,\n                    \"inventory_quantity\": 64,\n                    \"old_inventory_quantity\": 64,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43056190816429\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43056190881965,\n                    \"product_id\": 7614401118381,\n                    \"title\": \"S-M\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"TT-12-OC-01-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-12T14:56:30+05:30\",\n                    \"updated_at\": \"2024-05-31T14:07:45+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"90881965\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45155273506989,\n                    \"inventory_quantity\": 25,\n                    \"old_inventory_quantity\": 25,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43056190881965\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43056190947501,\n                    \"product_id\": 7614401118381,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"TT-12-OC-01-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-12T14:56:30+05:30\",\n                    \"updated_at\": \"2024-06-06T16:29:31+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"90947501\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45155273539757,\n                    \"inventory_quantity\": 16,\n                    \"old_inventory_quantity\": 16,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43056190947501\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Beige Xerox Tailored Shorts\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/beige-xerox-tailored-shorts-172053.jpg?v=1714040222\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/beige-xerox-tailored-shorts-161600.jpg?v=1714040222\",\n            \"product_price\": \"1390.00\",\n            \"product_id\": 7608788943021,\n            \"product_handle\": \"beige-xerox-tailored-shorts\",\n            \"variants\": [\n                {\n                    \"id\": 43036299591853,\n                    \"product_id\": 7608788943021,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SH-01-OC-11-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:36:52+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"99591853\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135382216877,\n                    \"inventory_quantity\": 13,\n                    \"old_inventory_quantity\": 13,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036299591853\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036299624621,\n                    \"product_id\": 7608788943021,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SH-01-OC-11-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:36:52+05:30\",\n                    \"updated_at\": \"2024-05-24T10:00:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"99624621\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135382249645,\n                    \"inventory_quantity\": 17,\n                    \"old_inventory_quantity\": 17,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036299624621\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Brown Xerox Tailored Shorts\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/brown-xerox-tailored-shorts-383188.png?v=1716105093\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/brown-xerox-tailored-shorts-219040.jpg?v=1716017464\",\n            \"product_price\": \"1390.00\",\n            \"product_id\": 7608782651565,\n            \"product_handle\": \"beige-xerox-tailored-shorts-1\",\n            \"variants\": [\n                {\n                    \"id\": 43036293267629,\n                    \"product_id\": 7608782651565,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SH-01-OC-10-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:36:09+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:55+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"93267629\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135375958189,\n                    \"inventory_quantity\": 37,\n                    \"old_inventory_quantity\": 37,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036293267629\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036293300397,\n                    \"product_id\": 7608782651565,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SH-01-OC-10-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:36:09+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"93300397\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135375990957,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036293300397\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Olive Overtime Backless Corset\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/olive-overtime-backless-corset-785839.jpg?v=1712956452\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/olive-overtime-backless-corset-838828.jpg?v=1712956453\",\n            \"product_price\": \"1490.00\",\n            \"product_id\": 7608606294189,\n            \"product_handle\": \"olive-overtime-backless-corset\",\n            \"variants\": [\n                {\n                    \"id\": 43052447170733,\n                    \"product_id\": 7608606294189,\n                    \"title\": \"XS\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"CS-01-OC-05-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-12T10:41:03+05:30\",\n                    \"updated_at\": \"2024-05-27T16:19:16+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"47170733\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45151529730221,\n                    \"inventory_quantity\": 25,\n                    \"old_inventory_quantity\": 25,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43052447170733\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036100133037,\n                    \"product_id\": 7608606294189,\n                    \"title\": \"S\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"CS-01-OC-05-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:25:44+05:30\",\n                    \"updated_at\": \"2024-06-06T14:12:23+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"00133037\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135182790829,\n                    \"inventory_quantity\": 16,\n                    \"old_inventory_quantity\": 16,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036100133037\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036100198573,\n                    \"product_id\": 7608606294189,\n                    \"title\": \"M\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"CS-01-OC-05-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:25:44+05:30\",\n                    \"updated_at\": \"2024-05-26T01:08:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"00198573\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135182823597,\n                    \"inventory_quantity\": 9,\n                    \"old_inventory_quantity\": 9,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036100198573\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036100231341,\n                    \"product_id\": 7608606294189,\n                    \"title\": \"L\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"CS-01-OC-05-L\",\n                    \"position\": 4,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:25:44+05:30\",\n                    \"updated_at\": \"2024-05-31T02:44:16+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"00231341\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135182856365,\n                    \"inventory_quantity\": 5,\n                    \"old_inventory_quantity\": 5,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036100231341\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Grey Overtime Backless Corset\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-overtime-backless-corset-333942.jpg?v=1712956448\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-overtime-backless-corset-473191.jpg?v=1712956448\",\n            \"product_price\": \"1490.00\",\n            \"product_id\": 7608601477293,\n            \"product_handle\": \"grey-overtime-backless-corset\",\n            \"variants\": [\n                {\n                    \"id\": 43052446089389,\n                    \"product_id\": 7608601477293,\n                    \"title\": \"XS\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"CS-01-OC-12-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-12T10:33:31+05:30\",\n                    \"updated_at\": \"2024-05-27T16:19:12+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"46089389\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45151528648877,\n                    \"inventory_quantity\": 25,\n                    \"old_inventory_quantity\": 25,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43052446089389\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036095283373,\n                    \"product_id\": 7608601477293,\n                    \"title\": \"S\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"CS-01-OC-12-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:25:27+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:53+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"95283373\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135177908397,\n                    \"inventory_quantity\": 25,\n                    \"old_inventory_quantity\": 25,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036095283373\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036095316141,\n                    \"product_id\": 7608601477293,\n                    \"title\": \"M\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"CS-01-OC-12-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:25:27+05:30\",\n                    \"updated_at\": \"2024-05-24T10:00:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"95316141\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135177941165,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036095316141\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036095348909,\n                    \"product_id\": 7608601477293,\n                    \"title\": \"L\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"CS-01-OC-12-L\",\n                    \"position\": 4,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:25:27+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:54+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"95348909\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135177973933,\n                    \"inventory_quantity\": 6,\n                    \"old_inventory_quantity\": 6,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036095348909\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Grey CEO zip-up Corset\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-ceo-zip-up-corset-913136.jpg?v=1713364818\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-ceo-zip-up-corset-554478.jpg?v=1713364818\",\n            \"product_price\": \"1790.00\",\n            \"product_id\": 7608522604717,\n            \"product_handle\": \"grey-ceo-zip-up-corset\",\n            \"variants\": [\n                {\n                    \"id\": 43036005925037,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"XS\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:14+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"05925037\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088550061,\n                    \"inventory_quantity\": 17,\n                    \"old_inventory_quantity\": 17,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036005925037\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036005990573,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"S\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:35+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"05990573\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088615597,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036005990573\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036006056109,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"M\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:13+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"06056109\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088681133,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036006056109\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036006121645,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"L\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-L\",\n                    \"position\": 4,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:30:45+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"06121645\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088746669,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036006121645\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Brown Workload Tie-up vest\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/brown-workload-tieup-vest-234482.jpg?v=1713364805\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/brown-workload-tieup-vest-584619.jpg?v=1713364805\",\n            \"product_price\": \"1190.00\",\n            \"product_id\": 7553973059757,\n            \"product_handle\": \"brown-workload-tieup-vest\",\n            \"variants\": [\n                {\n                    \"id\": 42893750763693,\n                    \"product_id\": 7553973059757,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1190.00\",\n                    \"sku\": \"TT-12-OC-10-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1390.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:59:42+05:30\",\n                    \"updated_at\": \"2024-05-31T17:32:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"50763693\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992757170349,\n                    \"inventory_quantity\": 48,\n                    \"old_inventory_quantity\": 48,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893750763693\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42893772062893,\n                    \"product_id\": 7553973059757,\n                    \"title\": \"S-M\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"TT-12-OC-10-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T15:02:07+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:50+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"72062893\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992778469549,\n                    \"inventory_quantity\": 29,\n                    \"old_inventory_quantity\": 29,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893772062893\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42893772128429,\n                    \"product_id\": 7553973059757,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"TT-12-OC-10-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T15:02:07+05:30\",\n                    \"updated_at\": \"2024-05-31T02:44:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"72128429\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992778535085,\n                    \"inventory_quantity\": 14,\n                    \"old_inventory_quantity\": 14,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893772128429\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Xerox Tailored Shorts\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-xerox-tailored-shorts-441975.jpg?v=1714116501\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-xerox-tailored-shorts-280261.jpg?v=1714116501\",\n            \"product_price\": \"1390.00\",\n            \"product_id\": 7553969520813,\n            \"product_handle\": \"black-xerox-tailored-shorts\",\n            \"variants\": [\n                {\n                    \"id\": 42893716521133,\n                    \"product_id\": 7553969520813,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-01-OC-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:56:30+05:30\",\n                    \"updated_at\": \"2024-05-22T22:08:06+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"16521133\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992722927789,\n                    \"inventory_quantity\": 43,\n                    \"old_inventory_quantity\": 43,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893716521133\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42893716553901,\n                    \"product_id\": 7553969520813,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-01-OC-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:56:30+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:49+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"16553901\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992722960557,\n                    \"inventory_quantity\": 17,\n                    \"old_inventory_quantity\": 17,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893716553901\",\n                    \"image_id\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"3f6fda64-b7ca-4c85-858f-35723c1940b8"},{"name":"Top Selling","id":"7858ec35-1914-47b7-9e08-a155dacaa387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/Partner/top_selling?partner=YOUR PARTNER NAME HERE &secret_key=SECRET KEY&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&total_products=4","urlObject":{"protocol":"https","path":["api","Partner","top_selling"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"YOUR PARTNER NAME HERE "},{"key":"secret_key","value":"SECRET KEY"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"total_products","value":"4"}],"variable":[]}},"response":[{"id":"8490b1d0-4cc5-4dce-8256-cea7687cf1c1","name":"Top Selling","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/Partner/top_selling?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=beeglee-in.myshopify.com&total_products=4","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","Partner","top_selling"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"beeglee-in.myshopify.com"},{"key":"total_products","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2024 12:12:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products found\",\n    \"status_code\": 105,\n    \"settings\": {\n        \"template\": \"template4\",\n        \"no_of_products\": \"14\",\n        \"heading_title_align\": \"center\",\n        \"heading_font_size\": \"22\",\n        \"heading_font_color\": \"000000\",\n        \"show_product_title\": \"true\",\n        \"product_title_align\": \"center\",\n        \"product_title_font_size\": \"15\",\n        \"product_title_font_color\": \"000000\",\n        \"enable_truncate_title\": \"true\",\n        \"truncate_title\": \"30\",\n        \"enable_add_to_cart\": \"true\",\n        \"add_to_cart_text\": \"Add to Cart\",\n        \"addcart_button_background\": \"000000\",\n        \"show_price\": \"true\",\n        \"price_font_size\": \"15\",\n        \"price_font_color\": \"000000\",\n        \"ori_price_font_color\": \"FF5C5C\",\n        \"imgsize\": \"none\",\n        \"product_view\": \"slider\",\n        \"product_view_type\": \"\",\n        \"setting_status\": \"advanced\",\n        \"enable_redirection\": \"false\",\n        \"products_per_slider\": \"4\",\n        \"design_version\": \"2\",\n        \"price_align\": \"center\",\n        \"show_compare_price\": \"true\",\n        \"shopify_product_review\": \"false\",\n        \"review_publickey\": \"\",\n        \"hover_image\": \"true\",\n        \"hide_ofs\": \"true\",\n        \"addcart_button_font\": \"FFFFFF\",\n        \"price_tax\": \"\",\n        \"hide_oos_variants\": \"false\",\n        \"custom_css\": \"#presets4 .evm-ws-image-wrapper on-sale-badge.badge.badge--on-sale {\\r\\n    z-index: 2;\\r\\n    position: absolute;\\r\\n    margin: 10px;\\r\\n}\\r\\n.evm-wscontainer {\\r\\n    width: 100%;\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought p.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought.evm_visible_text.ws_fbt_inr_main .evm-wscontainer {\\r\\n    max-width: 1260px !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n    margin: 30px 0 !important;\\r\\n}\\r\\n\\r\\n#alsopresets2 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    margin-top: 10px !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-compare-original-price {\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__price {\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-alsobought-total b {\\r\\n    font-weight: 600;\\r\\n    color: #000000 !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws__cart-submit {\\r\\n    font-size: 15px;\\r\\n    text-transform: uppercase;\\r\\n    border-radius: 2px;\\r\\n    padding: 6px 8px !important\\r\\n}\\r\\n\\r\\n#alsopresets4 .evm-ws-image-section .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 100% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card_image_container .ws-card__background-image {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4.evm-wiser-owl-carousel .owl-stage {\\r\\n    display: flex !important;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .ws-box-wrapper {\\r\\n    height: 100%;\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card {\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    height: 100%;\\r\\n    margin: 0;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-carousel .owl-stage-outer {\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets2 .ws-card__header {\\r\\n    flex-grow: 1;\\r\\n}\\r\\n\\r\\n#presets4 .ws-product-color:after,\\r\\n#presets4 .ws-product-size:after {\\r\\n    margin-right: 5px !important;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-theme .owl-nav [class*=owl-]:hover {\\r\\n    background: white !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__header-link {\\r\\n    padding: 10px 0 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-add-to-cart-popup-outer {\\r\\n    margin-top: -40px;\\r\\n    width: auto;\\r\\n    float: right;\\r\\n    right: 10px;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner span {\\r\\n    display: none;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner {\\r\\n    margin-top: 0 !important;\\r\\n    width: 32px !important;\\r\\n    height: 32px !important;\\r\\n    position: relative;\\r\\n    background-color: #fff !important;\\r\\n    opacity: 0;\\r\\n    transition: opacity .2s ease-in-out, transform .2s ease-in-out;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card:hover .evm-add-to-cart-popup-inner {\\r\\n    opacity: 1;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner:before {\\r\\n    content: \\\" \\\";\\r\\n    background-repeat: no-repeat;\\r\\n    background-size: contain;\\r\\n    background-image: url('https:\\\\/\\\\/cdn.shopify.com\\\\/s\\\\/files\\\\/1\\\\/0550\\\\/4942\\\\/0973\\\\/files\\\\/svgviewer-png-output_1.png?v=1695290891');\\r\\n    position: absolute;\\r\\n    top: 50%;\\r\\n    left: 50%;\\r\\n    transform: translate(-50%, -50%);\\r\\n    height: 12px;\\r\\n    width: 12px;\\r\\n}\\r\\n\\r\\n.evm-add-to-cart-popup-inner:hover:before {\\r\\n    transition: transform .2s ease-in-out;\\r\\n    transform: translateX(-50%) translateY(-50%) rotate(90deg) !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws-popup-variant-list-item label {\\r\\n    padding: 8px 15px !important;\\r\\n}\\r\\n\\r\\n#presets4 .popup-heading,\\r\\n#presets4 .popup-close {\\r\\n    height: 40px !important;\\r\\n}\\r\\n\\r\\n\\r\\n.evm-drawer-main .owl-item {float:left;    }.evm-drawer-main {    display: flex;    flex-direction: column;} .evm-drawer-main .evm-wscontainer {    padding: 0!important;} .evm-drawer-main .evm_visible_text {    display: flex;    flex-direction: column;    position: relative;} .evm-drawer-main .evm-wiser-owl-theme .owl-nav {    top: 0px;     position: absolute;\\r\\n    right: 0;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-prev {    right: 40px;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-next {    right: 0;}.evm-drawer-main .evm_wiser_heading {    margin-top: 15px!important;    font-size: 18px!important;    width: 80%;    text-align: left!important;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button {    position: absolute;background: transparent;} .evm-drawer-main #presets4 .owl-nav i  { width:10px; height:10px; }@media only screen and (max-width: 1024px){.evm-also-bought .evm-wscontainer {    padding: 0px!important;} #presets4 a.evm-add-to-cart-popup-inner{ opacity:1;}}@media only screen and (max-width: 767px){\\r\\n.evm-ws-image-section.evm-ws-three-products {   \\r\\n display: flex!important;    flex-wrap: wrap;    justify-content: space-evenly;} \\r\\n.evm-wiser-owl-carousel .owl-nav button {\\r\\n    display: flex !important;\\r\\n    align-items: center !important;\\r\\n    justify-content: center !important;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 i.ws-angle-right {\\r\\n    left: unset!important;\\r\\n    top: unset!important;\\r\\nmargin-right:3px;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 .owl-nav i.ws-angle-left {\\r\\n    left: unset!important;\\r\\n top: unset!important;\\r\\nmargin-left:3px;\\r\\n}\\r\\n }\\r\\n@media only screen and (max-width: 499px){#presets4.evm-wsrow {    margin: 0 0 0 0px!important;    justify-content: start;    flex-wrap: nowrap!important;    overflow:hidden;    overflow-x:scroll;}#presets4 .ws-box-wrapper {    padding: 0 5px;    width: auto!important;    flex: 0 0 65%;}.evm-ws-pagination.custom_show_more_button  {display:none!important;}#presets4 .evm-ws-card  { margin-bottom:0!important;}}.evm-drawer-main .evm-wscontainer { overflow: hidden!important;} \\r\\n\\r\\n.evm-drawer-main .evm-wiser-owl-theme .owl-nav button:hover ,  .evm-drawer-main #presets4 .owl-nav i {  background:transparent!important; }\\r\\n  \\r\\n.evm-related-product .wise-product-section .evm-ws-pagination.custom_show_more_button {\\r\\n    display: none;\\r\\n} \\r\\n\\r\\n@media only screen and (max-width: 450px){ \\r\\n\\r\\n.evm-related-product \\r\\n div#presets4 {\\r\\n    flex-wrap: wrap!important;\\r\\n    overflow-x: hidden!important;\\r\\n}\\r\\n\\r\\n.evm-related-product #presets4 .ws-box-wrapper {\\r\\n flex:0 0 50%;\\r\\n} \\r\\n\\r\\n}\",\n        \"not_allow_decimal\": \"false\",\n        \"currency_before\": \"&amp;#x20b9;\",\n        \"currency_after\": \"\",\n        \"addcart_confirmation_msg\": \"Added to cart!\",\n        \"viewcart_confirmation_msg\": \"View cart\",\n        \"countinue_confirmation_msg\": \"Continue shopping.\",\n        \"or_confirmation_msg\": \"or\",\n        \"shopify_product_convertor\": \"false\",\n        \"tax_type\": \"fixed\",\n        \"outofstock_msg\": \"Product is out of stock.\",\n        \"wiser_wishlist_option\": \"false\",\n        \"wiserlist_icon_color\": \"373333\",\n        \"thankyoupage_viewtype\": \"grid\",\n        \"allow_comma_inprice\": \"false\",\n        \"mobile_product_view\": \"grid\",\n        \"enable_addtocart_msg\": \"true\"\n    },\n    \"products\": [\n        {\n            \"product_title\": \"Black Bare Back Bodysuit\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-bare-back-bodysuit-263891.jpg?v=1706793164\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-bare-back-bodysuit-361149.jpg?v=1706793164\",\n            \"product_price\": \"1490.00\",\n            \"product_id\": 7375020097709,\n            \"product_handle\": \"bare-back-bodysuit\",\n            \"variants\": [\n                {\n                    \"id\": 42317574373549,\n                    \"product_id\": 7375020097709,\n                    \"title\": \"S\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"BS-03-SN-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-08-01T12:25:40+05:30\",\n                    \"updated_at\": \"2024-06-08T16:24:11+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"74373549\",\n                    \"grams\": 165,\n                    \"weight\": 165,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44416628359341,\n                    \"inventory_quantity\": 44,\n                    \"old_inventory_quantity\": 44,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42317574373549\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42317574406317,\n                    \"product_id\": 7375020097709,\n                    \"title\": \"M\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"BS-03-SN-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-08-01T12:25:40+05:30\",\n                    \"updated_at\": \"2024-05-31T18:22:26+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"74406317\",\n                    \"grams\": 165,\n                    \"weight\": 165,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44416628392109,\n                    \"inventory_quantity\": 11,\n                    \"old_inventory_quantity\": 11,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42317574406317\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42317574439085,\n                    \"product_id\": 7375020097709,\n                    \"title\": \"L\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"BS-03-SN-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-08-01T12:25:40+05:30\",\n                    \"updated_at\": \"2024-06-09T01:02:37+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"74439085\",\n                    \"grams\": 165,\n                    \"weight\": 165,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44416628424877,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42317574439085\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black CEO zip-up Corset\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-ceo-zip-up-corset-288412.jpg?v=1712956431\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-ceo-zip-up-corset-343570.jpg?v=1712956431\",\n            \"product_price\": \"1790.00\",\n            \"product_id\": 7553959395501,\n            \"product_handle\": \"black-ceo-zip-up-corset\",\n            \"variants\": [\n                {\n                    \"product_id\": 7553959395501,\n                    \"id\": 42893623623853,\n                    \"title\": \"XS\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:46:19+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:13+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"23623853\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992630030509,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893623623853\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7553959395501,\n                    \"id\": 42893623689389,\n                    \"title\": \"S\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-01-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:46:19+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:11+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"23689389\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992630096045,\n                    \"inventory_quantity\": 10,\n                    \"old_inventory_quantity\": 10,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893623689389\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7553959395501,\n                    \"id\": 42893623754925,\n                    \"title\": \"M\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-01-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:46:19+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:11+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"23754925\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992630161581,\n                    \"inventory_quantity\": 6,\n                    \"old_inventory_quantity\": 6,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893623754925\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7553959395501,\n                    \"id\": 42893623820461,\n                    \"title\": \"L\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-01-L\",\n                    \"position\": 4,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:46:19+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:12+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"23820461\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992630227117,\n                    \"inventory_quantity\": 6,\n                    \"old_inventory_quantity\": 6,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893623820461\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"BLACK DIEZEL RACER TEE\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-diezel-racer-tee-892619.png?v=1718090565\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/3A98AEDC-1D70-4291-9987-906E5A660AE5_1_201_a.heic?v=1718090565\",\n            \"product_price\": \"1290.00\",\n            \"product_id\": 7414712795309,\n            \"product_handle\": \"black-diezel-racer-tee\",\n            \"variants\": [\n                {\n                    \"id\": 42465611120813,\n                    \"product_id\": 7414712795309,\n                    \"title\": \"S\",\n                    \"price\": \"1290.00\",\n                    \"sku\": \"TT-08-CB-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T14:10:25+05:30\",\n                    \"updated_at\": \"2024-06-06T12:44:23+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"11120813\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564198391981,\n                    \"inventory_quantity\": 2,\n                    \"old_inventory_quantity\": 2,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465611120813\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42465611153581,\n                    \"product_id\": 7414712795309,\n                    \"title\": \"M\",\n                    \"price\": \"1290.00\",\n                    \"sku\": \"TT-08-CB-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T14:10:27+05:30\",\n                    \"updated_at\": \"2024-05-22T10:31:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"11153581\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564198424749,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465611153581\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42465611186349,\n                    \"product_id\": 7414712795309,\n                    \"title\": \"L\",\n                    \"price\": \"1290.00\",\n                    \"sku\": \"TT-08-CB-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T14:10:27+05:30\",\n                    \"updated_at\": \"2024-05-28T14:05:11+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"11186349\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564198457517,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465611186349\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Nyx Zip Up Bodysuit\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/34A67696-4DAE-4516-B9D9-2E9E9622CA14_1_201_a.heic?v=1713703369\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/05D84C37-7C69-4E63-9D95-EB22BF6598A0_1_201_a.heic?v=1713703369\",\n            \"product_price\": \"1790.00\",\n            \"product_id\": 7414734979245,\n            \"product_handle\": \"black-nyx-zip-up-bodysuit\",\n            \"variants\": [\n                {\n                    \"id\": 42465695596717,\n                    \"product_id\": 7414734979245,\n                    \"title\": \"small\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"small\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T15:02:08+05:30\",\n                    \"updated_at\": \"2024-06-07T07:33:46+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"95596717\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564282867885,\n                    \"inventory_quantity\": 9,\n                    \"old_inventory_quantity\": 9,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465695596717\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42465695629485,\n                    \"product_id\": 7414734979245,\n                    \"title\": \"medium\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"medium\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T15:02:09+05:30\",\n                    \"updated_at\": \"2024-05-24T22:30:26+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"95629485\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564282900653,\n                    \"inventory_quantity\": 9,\n                    \"old_inventory_quantity\": 9,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465695629485\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42465695662253,\n                    \"product_id\": 7414734979245,\n                    \"title\": \"large\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T15:02:09+05:30\",\n                    \"updated_at\": \"2024-05-20T01:07:32+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"95662253\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564282933421,\n                    \"inventory_quantity\": 1,\n                    \"old_inventory_quantity\": 1,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465695662253\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Raven Bralette\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-bralette-218460.jpg?v=1717675454\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-raven-bralette-651168.png?v=1717675454\",\n            \"product_price\": \"990.00\",\n            \"product_id\": 7470986920109,\n            \"product_handle\": \"black-raven-bralette\",\n            \"variants\": [\n                {\n                    \"product_id\": 7470986920109,\n                    \"id\": 42627032842413,\n                    \"title\": \"S\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"IB-01-CB-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-07T22:41:21+05:30\",\n                    \"updated_at\": \"2024-06-05T15:55:43+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"32842413\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44725860663469,\n                    \"inventory_quantity\": 83,\n                    \"old_inventory_quantity\": 83,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42627032842413\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7470986920109,\n                    \"id\": 42627032875181,\n                    \"title\": \"M\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"IB-01-CB-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-07T22:41:21+05:30\",\n                    \"updated_at\": \"2024-06-11T16:23:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"32875181\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44725860696237,\n                    \"inventory_quantity\": 39,\n                    \"old_inventory_quantity\": 39,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42627032875181\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7470986920109,\n                    \"id\": 42627032907949,\n                    \"title\": \"L\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"IB-01-CB-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-07T22:41:21+05:30\",\n                    \"updated_at\": \"2024-05-17T13:21:12+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"32907949\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44725860729005,\n                    \"inventory_quantity\": 48,\n                    \"old_inventory_quantity\": 48,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42627032907949\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Retro Backless Tee\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-retro-backless-tee-671874.jpg?v=1710497719\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-retro-backless-tee-372967.jpg?v=1710497733\",\n            \"product_price\": \"890.00\",\n            \"product_id\": 7323166507181,\n            \"product_handle\": \"retro-backless-tee\",\n            \"variants\": [\n                {\n                    \"id\": 42126358577325,\n                    \"product_id\": 7323166507181,\n                    \"title\": \"S\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-08T00:05:21+05:30\",\n                    \"updated_at\": \"2024-06-08T23:51:52+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"58577325\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44223987089581,\n                    \"inventory_quantity\": 49,\n                    \"old_inventory_quantity\": 49,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42126358577325\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42126358708397,\n                    \"product_id\": 7323166507181,\n                    \"title\": \"M\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-08T00:05:21+05:30\",\n                    \"updated_at\": \"2024-06-08T11:00:46+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"58708397\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44223987220653,\n                    \"inventory_quantity\": 26,\n                    \"old_inventory_quantity\": 26,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42126358708397\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42126358839469,\n                    \"product_id\": 7323166507181,\n                    \"title\": \"L\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-08T00:05:21+05:30\",\n                    \"updated_at\": \"2024-06-08T11:00:57+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"58839469\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44223987351725,\n                    \"inventory_quantity\": 29,\n                    \"old_inventory_quantity\": 29,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42126358839469\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Secretary Skorts\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-secretary-skorts-538623.jpg?v=1716851028\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-secretary-skorts-246956.png?v=1716851028\",\n            \"product_price\": \"1690.00\",\n            \"product_id\": 7553965752493,\n            \"product_handle\": \"black-secretary-skorts\",\n            \"variants\": [\n                {\n                    \"id\": 42893684375725,\n                    \"product_id\": 7553965752493,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1690.00\",\n                    \"sku\": \"SO-01-OC-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:52:53+05:30\",\n                    \"updated_at\": \"2024-06-07T23:45:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"84375725\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992690782381,\n                    \"inventory_quantity\": 12,\n                    \"old_inventory_quantity\": 12,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893684375725\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42893684474029,\n                    \"product_id\": 7553965752493,\n                    \"title\": \"M-L\",\n                    \"price\": \"1690.00\",\n                    \"sku\": \"SO-01-OC-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:52:53+05:30\",\n                    \"updated_at\": \"2024-06-02T12:45:51+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"84474029\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992690880685,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893684474029\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Tactical Cargo Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-tactical-cargo-pants-655477.jpg?v=1706793544\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-tactical-cargo-pants-266813.jpg?v=1706793544\",\n            \"product_price\": \"1990.00\",\n            \"product_id\": 7357698048173,\n            \"product_handle\": \"tactical-cargo-pants\",\n            \"variants\": [\n                {\n                    \"id\": 42221853638829,\n                    \"product_id\": 7357698048173,\n                    \"title\": \"S-M\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"CG-03-SN-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"2490.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-02T16:34:39+05:30\",\n                    \"updated_at\": \"2024-06-06T12:55:16+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"53638829\",\n                    \"grams\": 0,\n                    \"weight\": 0.3,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44320501858477,\n                    \"inventory_quantity\": 21,\n                    \"old_inventory_quantity\": 21,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42221853638829\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42221853802669,\n                    \"product_id\": 7357698048173,\n                    \"title\": \"M-L\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"CG-03-SN-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"2490.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-02T16:34:39+05:30\",\n                    \"updated_at\": \"2024-06-11T14:38:40+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"53802669\",\n                    \"grams\": 0,\n                    \"weight\": 0.3,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44320502022317,\n                    \"inventory_quantity\": 3,\n                    \"old_inventory_quantity\": 3,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42221853802669\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Dark Grey Retro Backless Tee\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-retro-backless-tee-759149.jpg?v=1710497667\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-retro-backless-tee-954553.jpg?v=1713711224\",\n            \"product_price\": \"890.00\",\n            \"product_id\": 7364841177261,\n            \"product_handle\": \"dark-grey-retro-backless-tee\",\n            \"variants\": [\n                {\n                    \"id\": 42256812146861,\n                    \"product_id\": 7364841177261,\n                    \"title\": \"S\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-12-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-27T02:22:14+05:30\",\n                    \"updated_at\": \"2024-06-10T02:09:06+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"12146861\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44355658547373,\n                    \"inventory_quantity\": 127,\n                    \"old_inventory_quantity\": 127,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42256812146861\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42256812376237,\n                    \"product_id\": 7364841177261,\n                    \"title\": \"M\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-12-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-27T02:22:14+05:30\",\n                    \"updated_at\": \"2024-05-25T21:24:20+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"12376237\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44355658711213,\n                    \"inventory_quantity\": 45,\n                    \"old_inventory_quantity\": 45,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42256812376237\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42256812540077,\n                    \"product_id\": 7364841177261,\n                    \"title\": \"L\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-12-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-27T02:22:15+05:30\",\n                    \"updated_at\": \"2024-06-03T15:25:41+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"12540077\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44355658875053,\n                    \"inventory_quantity\": 17,\n                    \"old_inventory_quantity\": 17,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42256812540077\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Dark Grey XOXO TOP\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-xoxo-top-368306.jpg?v=1706793317\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-xoxo-top-290169.jpg?v=1706793317\",\n            \"product_price\": \"890.00\",\n            \"product_id\": 7365573836973,\n            \"product_handle\": \"dark-grey-xoxo-top\",\n            \"variants\": [\n                {\n                    \"id\": 42261849768109,\n                    \"product_id\": 7365573836973,\n                    \"title\": \"XS-S\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-13-SN-12-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-28T23:59:13+05:30\",\n                    \"updated_at\": \"2024-06-04T12:08:00+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"49768109\",\n                    \"grams\": 0,\n                    \"weight\": 0.2,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44360703377581,\n                    \"inventory_quantity\": 77,\n                    \"old_inventory_quantity\": 77,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42261849768109\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42261849866413,\n                    \"product_id\": 7365573836973,\n                    \"title\": \"S-M\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-13-SN-12-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-28T23:59:13+05:30\",\n                    \"updated_at\": \"2024-06-10T12:45:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"49866413\",\n                    \"grams\": 0,\n                    \"weight\": 0.2,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44360703475885,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42261849866413\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42261849964717,\n                    \"product_id\": 7365573836973,\n                    \"title\": \"M-L\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-13-SN-12-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-28T23:59:13+05:30\",\n                    \"updated_at\": \"2024-05-26T16:05:27+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"49964717\",\n                    \"grams\": 0,\n                    \"weight\": 0.2,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44360703574189,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42261849964717\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Grey CEO zip-up Corset\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-ceo-zip-up-corset-913136.jpg?v=1713364818\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-ceo-zip-up-corset-554478.jpg?v=1713364818\",\n            \"product_price\": \"1790.00\",\n            \"product_id\": 7608522604717,\n            \"product_handle\": \"grey-ceo-zip-up-corset\",\n            \"variants\": [\n                {\n                    \"id\": 43036005925037,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"XS\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:14+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"05925037\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088550061,\n                    \"inventory_quantity\": 17,\n                    \"old_inventory_quantity\": 17,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036005925037\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036005990573,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"S\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:35+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"05990573\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088615597,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036005990573\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036006056109,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"M\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:13+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"06056109\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088681133,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036006056109\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036006121645,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"L\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-L\",\n                    \"position\": 4,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:30:45+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"06121645\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088746669,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036006121645\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Khaki Parachute Pants 2.0\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/khaki-parachute-pants-20-534581.jpg?v=1706793546\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/khaki-parachute-pants-20-332330.jpg?v=1706793546\",\n            \"product_price\": \"1990.00\",\n            \"product_id\": 7365246419117,\n            \"product_handle\": \"tan-parachute-pants-2-0\",\n            \"variants\": [\n                {\n                    \"id\": 42258594660525,\n                    \"product_id\": 7365246419117,\n                    \"title\": \"S-M\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"CG-02-SN-09-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"2990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-28T03:03:03+05:30\",\n                    \"updated_at\": \"2024-06-07T19:27:32+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"94660525\",\n                    \"grams\": 0,\n                    \"weight\": 0.3,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44357444370605,\n                    \"inventory_quantity\": 1,\n                    \"old_inventory_quantity\": 1,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42258594660525\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42258594791597,\n                    \"product_id\": 7365246419117,\n                    \"title\": \"M-L\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"CG-02-SN-09-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"2990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-28T03:03:03+05:30\",\n                    \"updated_at\": \"2024-06-03T16:28:05+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"94791597\",\n                    \"grams\": 0,\n                    \"weight\": 0.3,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44357444501677,\n                    \"inventory_quantity\": 6,\n                    \"old_inventory_quantity\": 6,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42258594791597\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Mud FreeFall Drawstring Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/mud-freefall-drawstring-pants-125786.jpg?v=1706793442\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/mud-freefall-drawstring-pants-239979.jpg?v=1706793442\",\n            \"product_price\": \"1990.00\",\n            \"product_id\": 7364618059949,\n            \"product_handle\": \"mud-freefall-drawstring-pants\",\n            \"variants\": [\n                {\n                    \"id\": 42253383598253,\n                    \"product_id\": 7364618059949,\n                    \"title\": \"Free Size\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"BP-06-SN-17-F\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"Free Size\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-26T18:16:57+05:30\",\n                    \"updated_at\": \"2024-06-08T11:05:36+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"83598253\",\n                    \"grams\": 945,\n                    \"weight\": 945,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44352229638317,\n                    \"inventory_quantity\": 23,\n                    \"old_inventory_quantity\": 23,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42253383598253\",\n                    \"image_id\": 33861276827821\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Olive Nyx Zip Up Bodysuit\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/olive-nyx-zip-up-swimsuit-405006.png?v=1718090548\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/olive-nyx-zip-up-swimsuit-285338.jpg?v=1718090548\",\n            \"product_price\": \"1790.00\",\n            \"product_id\": 7452487581869,\n            \"product_handle\": \"olive-nyx-zip-up-bodysuit\",\n            \"variants\": [\n                {\n                    \"id\": 42561472397485,\n                    \"product_id\": 7452487581869,\n                    \"title\": \"small\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-05-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"small\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-12-04T17:12:47+05:30\",\n                    \"updated_at\": \"2024-06-04T14:13:55+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"72397485\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44660220133549,\n                    \"inventory_quantity\": 21,\n                    \"old_inventory_quantity\": 21,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42561472397485\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42561472430253,\n                    \"product_id\": 7452487581869,\n                    \"title\": \"medium\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-05-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"medium\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-12-04T17:12:47+05:30\",\n                    \"updated_at\": \"2024-06-04T14:27:52+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"72430253\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44660220166317,\n                    \"inventory_quantity\": 9,\n                    \"old_inventory_quantity\": 9,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42561472430253\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42561472463021,\n                    \"product_id\": 7452487581869,\n                    \"title\": \"large\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-05-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-12-04T17:12:47+05:30\",\n                    \"updated_at\": \"2024-06-02T12:45:51+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"72463021\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44660220199085,\n                    \"inventory_quantity\": 4,\n                    \"old_inventory_quantity\": 4,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42561472463021\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"White Retro Backless Tee\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/white-retro-backless-tee-736107.jpg?v=1710416791\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/white-retro-backless-tee-232275.jpg?v=1713287515\",\n            \"product_price\": \"890.00\",\n            \"product_id\": 7364842487981,\n            \"product_handle\": \"white-retro-backless-tee\",\n            \"variants\": [\n                {\n                    \"id\": 42256817815725,\n                    \"product_id\": 7364842487981,\n                    \"title\": \"S\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-07-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-27T02:24:17+05:30\",\n                    \"updated_at\": \"2024-06-08T21:45:39+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"17815725\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44355664085165,\n                    \"inventory_quantity\": 23,\n                    \"old_inventory_quantity\": 23,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42256817815725\",\n                    \"image_id\": 33861290262701\n                },\n                {\n                    \"id\": 42256817979565,\n                    \"product_id\": 7364842487981,\n                    \"title\": \"M\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-07-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-27T02:24:17+05:30\",\n                    \"updated_at\": \"2024-06-08T11:05:36+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"17979565\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44355664249005,\n                    \"inventory_quantity\": 26,\n                    \"old_inventory_quantity\": 26,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42256817979565\",\n                    \"image_id\": 33861290262701\n                },\n                {\n                    \"id\": 42256818143405,\n                    \"product_id\": 7364842487981,\n                    \"title\": \"L\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-07-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-27T02:24:18+05:30\",\n                    \"updated_at\": \"2024-06-08T11:05:35+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"18143405\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44355664412845,\n                    \"inventory_quantity\": 27,\n                    \"old_inventory_quantity\": 27,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42256818143405\",\n                    \"image_id\": 33861290262701\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"7858ec35-1914-47b7-9e08-a155dacaa387"},{"name":"Trending","id":"dd9365d8-9e4a-4839-af06-384b6ab5fdb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/Partner/trending?partner=YOUR PARTNER NAME HERE &secret_key=SECRET KEY&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&total_products=4","urlObject":{"protocol":"https","path":["api","Partner","trending"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"YOUR PARTNER NAME HERE "},{"key":"secret_key","value":"SECRET KEY"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"total_products","value":"4"}],"variable":[]}},"response":[{"id":"fceb72c1-03b5-44a2-abb0-c48741cff1f9","name":"Trending","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/Partner/trending?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=beeglee-in.myshopify.com&total_products=4","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","Partner","trending"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"beeglee-in.myshopify.com"},{"key":"total_products","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2024 12:13:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products found\",\n    \"status_code\": 105,\n    \"settings\": {\n        \"template\": \"template4\",\n        \"no_of_products\": \"14\",\n        \"heading_title_align\": \"center\",\n        \"heading_font_size\": \"22\",\n        \"heading_font_color\": \"000000\",\n        \"show_product_title\": \"true\",\n        \"product_title_align\": \"center\",\n        \"product_title_font_size\": \"15\",\n        \"product_title_font_color\": \"000000\",\n        \"enable_truncate_title\": \"true\",\n        \"truncate_title\": \"30\",\n        \"enable_add_to_cart\": \"true\",\n        \"add_to_cart_text\": \"Add to Cart\",\n        \"addcart_button_background\": \"000000\",\n        \"show_price\": \"true\",\n        \"price_font_size\": \"15\",\n        \"price_font_color\": \"000000\",\n        \"ori_price_font_color\": \"FF5C5C\",\n        \"imgsize\": \"none\",\n        \"product_view\": \"slider\",\n        \"product_view_type\": \"\",\n        \"setting_status\": \"advanced\",\n        \"enable_redirection\": \"false\",\n        \"products_per_slider\": \"4\",\n        \"design_version\": \"2\",\n        \"price_align\": \"center\",\n        \"show_compare_price\": \"true\",\n        \"shopify_product_review\": \"false\",\n        \"review_publickey\": \"\",\n        \"hover_image\": \"true\",\n        \"hide_ofs\": \"true\",\n        \"addcart_button_font\": \"FFFFFF\",\n        \"price_tax\": \"\",\n        \"hide_oos_variants\": \"false\",\n        \"custom_css\": \"#presets4 .evm-ws-image-wrapper on-sale-badge.badge.badge--on-sale {\\r\\n    z-index: 2;\\r\\n    position: absolute;\\r\\n    margin: 10px;\\r\\n}\\r\\n.evm-wscontainer {\\r\\n    width: 100%;\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought p.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought.evm_visible_text.ws_fbt_inr_main .evm-wscontainer {\\r\\n    max-width: 1260px !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n    margin: 30px 0 !important;\\r\\n}\\r\\n\\r\\n#alsopresets2 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    margin-top: 10px !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-compare-original-price {\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__price {\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-alsobought-total b {\\r\\n    font-weight: 600;\\r\\n    color: #000000 !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws__cart-submit {\\r\\n    font-size: 15px;\\r\\n    text-transform: uppercase;\\r\\n    border-radius: 2px;\\r\\n    padding: 6px 8px !important\\r\\n}\\r\\n\\r\\n#alsopresets4 .evm-ws-image-section .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 100% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card_image_container .ws-card__background-image {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4.evm-wiser-owl-carousel .owl-stage {\\r\\n    display: flex !important;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .ws-box-wrapper {\\r\\n    height: 100%;\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card {\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    height: 100%;\\r\\n    margin: 0;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-carousel .owl-stage-outer {\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets2 .ws-card__header {\\r\\n    flex-grow: 1;\\r\\n}\\r\\n\\r\\n#presets4 .ws-product-color:after,\\r\\n#presets4 .ws-product-size:after {\\r\\n    margin-right: 5px !important;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-theme .owl-nav [class*=owl-]:hover {\\r\\n    background: white !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__header-link {\\r\\n    padding: 10px 0 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-add-to-cart-popup-outer {\\r\\n    margin-top: -40px;\\r\\n    width: auto;\\r\\n    float: right;\\r\\n    right: 10px;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner span {\\r\\n    display: none;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner {\\r\\n    margin-top: 0 !important;\\r\\n    width: 32px !important;\\r\\n    height: 32px !important;\\r\\n    position: relative;\\r\\n    background-color: #fff !important;\\r\\n    opacity: 0;\\r\\n    transition: opacity .2s ease-in-out, transform .2s ease-in-out;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card:hover .evm-add-to-cart-popup-inner {\\r\\n    opacity: 1;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner:before {\\r\\n    content: \\\" \\\";\\r\\n    background-repeat: no-repeat;\\r\\n    background-size: contain;\\r\\n    background-image: url('https:\\\\/\\\\/cdn.shopify.com\\\\/s\\\\/files\\\\/1\\\\/0550\\\\/4942\\\\/0973\\\\/files\\\\/svgviewer-png-output_1.png?v=1695290891');\\r\\n    position: absolute;\\r\\n    top: 50%;\\r\\n    left: 50%;\\r\\n    transform: translate(-50%, -50%);\\r\\n    height: 12px;\\r\\n    width: 12px;\\r\\n}\\r\\n\\r\\n.evm-add-to-cart-popup-inner:hover:before {\\r\\n    transition: transform .2s ease-in-out;\\r\\n    transform: translateX(-50%) translateY(-50%) rotate(90deg) !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws-popup-variant-list-item label {\\r\\n    padding: 8px 15px !important;\\r\\n}\\r\\n\\r\\n#presets4 .popup-heading,\\r\\n#presets4 .popup-close {\\r\\n    height: 40px !important;\\r\\n}\\r\\n\\r\\n\\r\\n.evm-drawer-main .owl-item {float:left;    }.evm-drawer-main {    display: flex;    flex-direction: column;} .evm-drawer-main .evm-wscontainer {    padding: 0!important;} .evm-drawer-main .evm_visible_text {    display: flex;    flex-direction: column;    position: relative;} .evm-drawer-main .evm-wiser-owl-theme .owl-nav {    top: 0px;     position: absolute;\\r\\n    right: 0;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-prev {    right: 40px;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-next {    right: 0;}.evm-drawer-main .evm_wiser_heading {    margin-top: 15px!important;    font-size: 18px!important;    width: 80%;    text-align: left!important;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button {    position: absolute;background: transparent;} .evm-drawer-main #presets4 .owl-nav i  { width:10px; height:10px; }@media only screen and (max-width: 1024px){.evm-also-bought .evm-wscontainer {    padding: 0px!important;} #presets4 a.evm-add-to-cart-popup-inner{ opacity:1;}}@media only screen and (max-width: 767px){\\r\\n.evm-ws-image-section.evm-ws-three-products {   \\r\\n display: flex!important;    flex-wrap: wrap;    justify-content: space-evenly;} \\r\\n.evm-wiser-owl-carousel .owl-nav button {\\r\\n    display: flex !important;\\r\\n    align-items: center !important;\\r\\n    justify-content: center !important;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 i.ws-angle-right {\\r\\n    left: unset!important;\\r\\n    top: unset!important;\\r\\nmargin-right:3px;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 .owl-nav i.ws-angle-left {\\r\\n    left: unset!important;\\r\\n top: unset!important;\\r\\nmargin-left:3px;\\r\\n}\\r\\n }\\r\\n@media only screen and (max-width: 499px){#presets4.evm-wsrow {    margin: 0 0 0 0px!important;    justify-content: start;    flex-wrap: nowrap!important;    overflow:hidden;    overflow-x:scroll;}#presets4 .ws-box-wrapper {    padding: 0 5px;    width: auto!important;    flex: 0 0 65%;}.evm-ws-pagination.custom_show_more_button  {display:none!important;}#presets4 .evm-ws-card  { margin-bottom:0!important;}}.evm-drawer-main .evm-wscontainer { overflow: hidden!important;} \\r\\n\\r\\n.evm-drawer-main .evm-wiser-owl-theme .owl-nav button:hover ,  .evm-drawer-main #presets4 .owl-nav i {  background:transparent!important; }\\r\\n  \\r\\n.evm-related-product .wise-product-section .evm-ws-pagination.custom_show_more_button {\\r\\n    display: none;\\r\\n} \\r\\n\\r\\n@media only screen and (max-width: 450px){ \\r\\n\\r\\n.evm-related-product \\r\\n div#presets4 {\\r\\n    flex-wrap: wrap!important;\\r\\n    overflow-x: hidden!important;\\r\\n}\\r\\n\\r\\n.evm-related-product #presets4 .ws-box-wrapper {\\r\\n flex:0 0 50%;\\r\\n} \\r\\n\\r\\n}\",\n        \"not_allow_decimal\": \"false\",\n        \"currency_before\": \"&amp;#x20b9;\",\n        \"currency_after\": \"\",\n        \"addcart_confirmation_msg\": \"Added to cart!\",\n        \"viewcart_confirmation_msg\": \"View cart\",\n        \"countinue_confirmation_msg\": \"Continue shopping.\",\n        \"or_confirmation_msg\": \"or\",\n        \"shopify_product_convertor\": \"false\",\n        \"tax_type\": \"fixed\",\n        \"outofstock_msg\": \"Product is out of stock.\",\n        \"wiser_wishlist_option\": \"false\",\n        \"wiserlist_icon_color\": \"373333\",\n        \"thankyoupage_viewtype\": \"grid\",\n        \"allow_comma_inprice\": \"false\",\n        \"mobile_product_view\": \"grid\",\n        \"enable_addtocart_msg\": \"true\"\n    },\n    \"products\": [\n        {\n            \"product_title\": \"Beige Rory Tailored Korean Trouser\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/beige-rory-tailored-korean-trouser-767542.jpg?v=1706793171\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/beige-rory-tailored-korean-trouser-201769.jpg?v=1709655410\",\n            \"product_price\": \"1590.00\",\n            \"product_id\": 7415467212973,\n            \"product_handle\": \"beige-rory-tailored-korean-trouser\",\n            \"variants\": [\n                {\n                    \"id\": 42467961176237,\n                    \"product_id\": 7415467212973,\n                    \"title\": \"S-M\",\n                    \"price\": \"1590.00\",\n                    \"sku\": \"BP-02-CB-11-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-28T23:42:16+05:30\",\n                    \"updated_at\": \"2024-06-08T17:09:45+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"61176237\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44566561882285,\n                    \"inventory_quantity\": 27,\n                    \"old_inventory_quantity\": 27,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42467961176237\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42722815770797,\n                    \"product_id\": 7415467212973,\n                    \"title\": \"M-L\",\n                    \"price\": \"1590.00\",\n                    \"sku\": \"BP-02-CB-11-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-28T13:40:44+05:30\",\n                    \"updated_at\": \"2024-06-10T09:32:36+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"15770797\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44821655978157,\n                    \"inventory_quantity\": 1,\n                    \"old_inventory_quantity\": 1,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42722815770797\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Bare Back Bodysuit\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-bare-back-bodysuit-263891.jpg?v=1706793164\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-bare-back-bodysuit-361149.jpg?v=1706793164\",\n            \"product_price\": \"1490.00\",\n            \"product_id\": 7375020097709,\n            \"product_handle\": \"bare-back-bodysuit\",\n            \"variants\": [\n                {\n                    \"id\": 42317574373549,\n                    \"product_id\": 7375020097709,\n                    \"title\": \"S\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"BS-03-SN-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-08-01T12:25:40+05:30\",\n                    \"updated_at\": \"2024-06-08T16:24:11+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"74373549\",\n                    \"grams\": 165,\n                    \"weight\": 165,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44416628359341,\n                    \"inventory_quantity\": 44,\n                    \"old_inventory_quantity\": 44,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42317574373549\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42317574406317,\n                    \"product_id\": 7375020097709,\n                    \"title\": \"M\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"BS-03-SN-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-08-01T12:25:40+05:30\",\n                    \"updated_at\": \"2024-05-31T18:22:26+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"74406317\",\n                    \"grams\": 165,\n                    \"weight\": 165,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44416628392109,\n                    \"inventory_quantity\": 11,\n                    \"old_inventory_quantity\": 11,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42317574406317\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42317574439085,\n                    \"product_id\": 7375020097709,\n                    \"title\": \"L\",\n                    \"price\": \"1490.00\",\n                    \"sku\": \"BS-03-SN-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-08-01T12:25:40+05:30\",\n                    \"updated_at\": \"2024-06-09T01:02:37+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"74439085\",\n                    \"grams\": 165,\n                    \"weight\": 165,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44416628424877,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42317574439085\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black FreeFall Drawstring Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-freefall-drawstring-pants-882127.png?v=1716850906\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-freefall-drawstring-pants-288028.jpg?v=1716792774\",\n            \"product_price\": \"1990.00\",\n            \"product_id\": 7364618256557,\n            \"product_handle\": \"black-freefall-drawstring-pants\",\n            \"variants\": [\n                {\n                    \"id\": 42253383860397,\n                    \"product_id\": 7364618256557,\n                    \"title\": \"Free Size\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"BP-06-SN-01-F\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"Free Size\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-26T18:19:38+05:30\",\n                    \"updated_at\": \"2024-06-06T00:50:02+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"83860397\",\n                    \"grams\": 945,\n                    \"weight\": 945,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44352229900461,\n                    \"inventory_quantity\": 14,\n                    \"old_inventory_quantity\": 14,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42253383860397\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Nyx Zip Up Bodysuit\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/34A67696-4DAE-4516-B9D9-2E9E9622CA14_1_201_a.heic?v=1713703369\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/05D84C37-7C69-4E63-9D95-EB22BF6598A0_1_201_a.heic?v=1713703369\",\n            \"product_price\": \"1790.00\",\n            \"product_id\": 7414734979245,\n            \"product_handle\": \"black-nyx-zip-up-bodysuit\",\n            \"variants\": [\n                {\n                    \"id\": 42465695596717,\n                    \"product_id\": 7414734979245,\n                    \"title\": \"small\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"small\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T15:02:08+05:30\",\n                    \"updated_at\": \"2024-06-07T07:33:46+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"95596717\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564282867885,\n                    \"inventory_quantity\": 9,\n                    \"old_inventory_quantity\": 9,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465695596717\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42465695629485,\n                    \"product_id\": 7414734979245,\n                    \"title\": \"medium\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"medium\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T15:02:09+05:30\",\n                    \"updated_at\": \"2024-05-24T22:30:26+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"95629485\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564282900653,\n                    \"inventory_quantity\": 9,\n                    \"old_inventory_quantity\": 9,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465695629485\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42465695662253,\n                    \"product_id\": 7414734979245,\n                    \"title\": \"large\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T15:02:09+05:30\",\n                    \"updated_at\": \"2024-05-20T01:07:32+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"95662253\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564282933421,\n                    \"inventory_quantity\": 1,\n                    \"old_inventory_quantity\": 1,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465695662253\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Raven Bralette\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-bralette-218460.jpg?v=1717675454\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-raven-bralette-651168.png?v=1717675454\",\n            \"product_price\": \"990.00\",\n            \"product_id\": 7470986920109,\n            \"product_handle\": \"black-raven-bralette\",\n            \"variants\": [\n                {\n                    \"product_id\": 7470986920109,\n                    \"id\": 42627032842413,\n                    \"title\": \"S\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"IB-01-CB-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-07T22:41:21+05:30\",\n                    \"updated_at\": \"2024-06-05T15:55:43+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"32842413\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44725860663469,\n                    \"inventory_quantity\": 83,\n                    \"old_inventory_quantity\": 83,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42627032842413\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7470986920109,\n                    \"id\": 42627032875181,\n                    \"title\": \"M\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"IB-01-CB-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-07T22:41:21+05:30\",\n                    \"updated_at\": \"2024-06-11T16:23:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"32875181\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44725860696237,\n                    \"inventory_quantity\": 39,\n                    \"old_inventory_quantity\": 39,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42627032875181\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7470986920109,\n                    \"id\": 42627032907949,\n                    \"title\": \"L\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"IB-01-CB-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-07T22:41:21+05:30\",\n                    \"updated_at\": \"2024-05-17T13:21:12+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"32907949\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44725860729005,\n                    \"inventory_quantity\": 48,\n                    \"old_inventory_quantity\": 48,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42627032907949\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Raven Underpants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-457442.jpg?v=1716933702\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-915243.png?v=1716933702\",\n            \"product_price\": \"790.00\",\n            \"product_id\": 7414751363245,\n            \"product_handle\": \"black-raven-underpants\",\n            \"variants\": [\n                {\n                    \"product_id\": 7414751363245,\n                    \"id\": 42465820901549,\n                    \"title\": \"small\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"CBBRU790S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"small\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T15:58:47+05:30\",\n                    \"updated_at\": \"2024-06-05T15:55:41+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"20901549\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564407943341,\n                    \"inventory_quantity\": 47,\n                    \"old_inventory_quantity\": 47,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465820901549\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7414751363245,\n                    \"id\": 42465820934317,\n                    \"title\": \"medium\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"CBBRU790M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"medium\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T15:58:48+05:30\",\n                    \"updated_at\": \"2024-06-11T16:23:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"20934317\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564407976109,\n                    \"inventory_quantity\": 9,\n                    \"old_inventory_quantity\": 9,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465820934317\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7414751363245,\n                    \"id\": 42465820967085,\n                    \"title\": \"large\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"CBBRU790L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-10-27T15:58:48+05:30\",\n                    \"updated_at\": \"2024-06-04T14:27:51+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"20967085\",\n                    \"grams\": 200,\n                    \"weight\": 200,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44564408008877,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42465820967085\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Square Cut Bodysuit\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-square-cut-bodysuit-785988.jpg?v=1706793230\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-square-cut-bodysuit-628194.jpg?v=1706793230\",\n            \"product_price\": \"1190.00\",\n            \"product_id\": 7272186249389,\n            \"product_handle\": \"black-square-cut-bodysuit\",\n            \"variants\": [\n                {\n                    \"id\": 41964871450797,\n                    \"product_id\": 7272186249389,\n                    \"title\": \"S\",\n                    \"price\": \"1190.00\",\n                    \"sku\": \"BS-02-SN-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2022-11-01T15:05:26+05:30\",\n                    \"updated_at\": \"2024-06-03T11:10:36+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"71450797\",\n                    \"grams\": 165,\n                    \"weight\": 165,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44062342938797,\n                    \"inventory_quantity\": 88,\n                    \"old_inventory_quantity\": 88,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/41964871450797\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 41964871483565,\n                    \"product_id\": 7272186249389,\n                    \"title\": \"M\",\n                    \"price\": \"1190.00\",\n                    \"sku\": \"BS-02-SN-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2022-11-01T15:05:26+05:30\",\n                    \"updated_at\": \"2024-06-11T00:25:35+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"71483565\",\n                    \"grams\": 165,\n                    \"weight\": 165,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44062342971565,\n                    \"inventory_quantity\": 19,\n                    \"old_inventory_quantity\": 19,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/41964871483565\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 41964871516333,\n                    \"product_id\": 7272186249389,\n                    \"title\": \"L\",\n                    \"price\": \"1190.00\",\n                    \"sku\": \"BS-02-SN-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2022-11-01T15:05:26+05:30\",\n                    \"updated_at\": \"2024-06-11T14:05:38+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"71516333\",\n                    \"grams\": 165,\n                    \"weight\": 165,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44062343004333,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/41964871516333\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Cool Grey FreeFall Drawstring Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/cool-grey-freefall-drawstring-pants-189212.jpg?v=1706793545\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/cool-grey-freefall-drawstring-pants-762288.png?v=1706793545\",\n            \"product_price\": \"1990.00\",\n            \"product_id\": 7311141077165,\n            \"product_handle\": \"freefall-drawstring-pants\",\n            \"variants\": [\n                {\n                    \"id\": 42153676112045,\n                    \"product_id\": 7311141077165,\n                    \"title\": \"Free Size\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"BP-06-SN-02-F\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"Free Size\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-24T17:55:12+05:30\",\n                    \"updated_at\": \"2024-06-09T16:52:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"76112045\",\n                    \"grams\": 945,\n                    \"weight\": 945,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44251431174317,\n                    \"inventory_quantity\": 19,\n                    \"old_inventory_quantity\": 19,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42153676112045\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Dark Grey Retro Backless Tee\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-retro-backless-tee-759149.jpg?v=1710497667\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-retro-backless-tee-954553.jpg?v=1713711224\",\n            \"product_price\": \"890.00\",\n            \"product_id\": 7364841177261,\n            \"product_handle\": \"dark-grey-retro-backless-tee\",\n            \"variants\": [\n                {\n                    \"id\": 42256812146861,\n                    \"product_id\": 7364841177261,\n                    \"title\": \"S\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-12-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-27T02:22:14+05:30\",\n                    \"updated_at\": \"2024-06-10T02:09:06+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"12146861\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44355658547373,\n                    \"inventory_quantity\": 127,\n                    \"old_inventory_quantity\": 127,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42256812146861\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42256812376237,\n                    \"product_id\": 7364841177261,\n                    \"title\": \"M\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-12-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-27T02:22:14+05:30\",\n                    \"updated_at\": \"2024-05-25T21:24:20+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"12376237\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44355658711213,\n                    \"inventory_quantity\": 45,\n                    \"old_inventory_quantity\": 45,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42256812376237\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42256812540077,\n                    \"product_id\": 7364841177261,\n                    \"title\": \"L\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-02-SN-12-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-27T02:22:15+05:30\",\n                    \"updated_at\": \"2024-06-03T15:25:41+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"12540077\",\n                    \"grams\": 100,\n                    \"weight\": 100,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44355658875053,\n                    \"inventory_quantity\": 17,\n                    \"old_inventory_quantity\": 17,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42256812540077\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Dark Grey XOXO TOP\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-xoxo-top-368306.jpg?v=1706793317\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-xoxo-top-290169.jpg?v=1706793317\",\n            \"product_price\": \"890.00\",\n            \"product_id\": 7365573836973,\n            \"product_handle\": \"dark-grey-xoxo-top\",\n            \"variants\": [\n                {\n                    \"id\": 42261849768109,\n                    \"product_id\": 7365573836973,\n                    \"title\": \"XS-S\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-13-SN-12-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-28T23:59:13+05:30\",\n                    \"updated_at\": \"2024-06-04T12:08:00+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"49768109\",\n                    \"grams\": 0,\n                    \"weight\": 0.2,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44360703377581,\n                    \"inventory_quantity\": 77,\n                    \"old_inventory_quantity\": 77,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42261849768109\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42261849866413,\n                    \"product_id\": 7365573836973,\n                    \"title\": \"S-M\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-13-SN-12-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-28T23:59:13+05:30\",\n                    \"updated_at\": \"2024-06-10T12:45:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"49866413\",\n                    \"grams\": 0,\n                    \"weight\": 0.2,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44360703475885,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42261849866413\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42261849964717,\n                    \"product_id\": 7365573836973,\n                    \"title\": \"M-L\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"TT-13-SN-12-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-28T23:59:13+05:30\",\n                    \"updated_at\": \"2024-05-26T16:05:27+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"49964717\",\n                    \"grams\": 0,\n                    \"weight\": 0.2,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44360703574189,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42261849964717\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Grey CEO zip-up Corset\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-ceo-zip-up-corset-913136.jpg?v=1713364818\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/grey-ceo-zip-up-corset-554478.jpg?v=1713364818\",\n            \"product_price\": \"1790.00\",\n            \"product_id\": 7608522604717,\n            \"product_handle\": \"grey-ceo-zip-up-corset\",\n            \"variants\": [\n                {\n                    \"id\": 43036005925037,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"XS\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:14+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"05925037\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088550061,\n                    \"inventory_quantity\": 17,\n                    \"old_inventory_quantity\": 17,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036005925037\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036005990573,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"S\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:35+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"05990573\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088615597,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036005990573\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036006056109,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"M\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:35:13+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"06056109\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088681133,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036006056109\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036006121645,\n                    \"product_id\": 7608522604717,\n                    \"title\": \"L\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CS-02-OC-12-L\",\n                    \"position\": 4,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:20:06+05:30\",\n                    \"updated_at\": \"2024-06-11T14:30:45+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"06121645\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135088746669,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036006121645\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Mud FreeFall Drawstring Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/mud-freefall-drawstring-pants-125786.jpg?v=1706793442\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/mud-freefall-drawstring-pants-239979.jpg?v=1706793442\",\n            \"product_price\": \"1990.00\",\n            \"product_id\": 7364618059949,\n            \"product_handle\": \"mud-freefall-drawstring-pants\",\n            \"variants\": [\n                {\n                    \"id\": 42253383598253,\n                    \"product_id\": 7364618059949,\n                    \"title\": \"Free Size\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"BP-06-SN-17-F\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"Free Size\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-26T18:16:57+05:30\",\n                    \"updated_at\": \"2024-06-08T11:05:36+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"83598253\",\n                    \"grams\": 945,\n                    \"weight\": 945,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44352229638317,\n                    \"inventory_quantity\": 23,\n                    \"old_inventory_quantity\": 23,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42253383598253\",\n                    \"image_id\": 33861276827821\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Mud Tennis Skirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/mud-tennis-skirt-613938.jpg?v=1706793445\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/mud-tennis-skirt-754858.jpg?v=1706793445\",\n            \"product_price\": \"790.00\",\n            \"product_id\": 7366458474669,\n            \"product_handle\": \"mud-tennis-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 42340673192109,\n                    \"product_id\": 7366458474669,\n                    \"title\": \"XS-S\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"SK-04-SN-17-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-08-15T12:56:47+05:30\",\n                    \"updated_at\": \"2024-06-10T09:33:04+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"73192109\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44439741005997,\n                    \"inventory_quantity\": 2,\n                    \"old_inventory_quantity\": 2,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42340673192109\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42268187328685,\n                    \"product_id\": 7366458474669,\n                    \"title\": \"S-M\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"SK-04-SN-17-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-29T23:59:41+05:30\",\n                    \"updated_at\": \"2024-05-31T23:35:02+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"87328685\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44367043231917,\n                    \"inventory_quantity\": 19,\n                    \"old_inventory_quantity\": 19,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42268187328685\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42268187459757,\n                    \"product_id\": 7366458474669,\n                    \"title\": \"M-L\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"SK-04-SN-17-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-29T23:59:41+05:30\",\n                    \"updated_at\": \"2024-05-17T12:27:21+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"87459757\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44367043362989,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42268187459757\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Olive Nyx Zip Up Bodysuit\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/olive-nyx-zip-up-swimsuit-405006.png?v=1718090548\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/olive-nyx-zip-up-swimsuit-285338.jpg?v=1718090548\",\n            \"product_price\": \"1790.00\",\n            \"product_id\": 7452487581869,\n            \"product_handle\": \"olive-nyx-zip-up-bodysuit\",\n            \"variants\": [\n                {\n                    \"id\": 42561472397485,\n                    \"product_id\": 7452487581869,\n                    \"title\": \"small\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-05-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"small\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-12-04T17:12:47+05:30\",\n                    \"updated_at\": \"2024-06-04T14:13:55+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"72397485\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44660220133549,\n                    \"inventory_quantity\": 21,\n                    \"old_inventory_quantity\": 21,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42561472397485\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42561472430253,\n                    \"product_id\": 7452487581869,\n                    \"title\": \"medium\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-05-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"medium\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-12-04T17:12:47+05:30\",\n                    \"updated_at\": \"2024-06-04T14:27:52+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"72430253\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44660220166317,\n                    \"inventory_quantity\": 9,\n                    \"old_inventory_quantity\": 9,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42561472430253\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42561472463021,\n                    \"product_id\": 7452487581869,\n                    \"title\": \"large\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"BS-01-CB-05-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-12-04T17:12:47+05:30\",\n                    \"updated_at\": \"2024-06-02T12:45:51+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"72463021\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44660220199085,\n                    \"inventory_quantity\": 4,\n                    \"old_inventory_quantity\": 4,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42561472463021\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Red Blockframe Cropped blazer\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/red-blockframe-cropped-blazer-245923.jpg?v=1712210373\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/red-blockframe-cropped-blazer-400160.png?v=1712210373\",\n            \"product_price\": \"2490.00\",\n            \"product_id\": 7468550652077,\n            \"product_handle\": \"red-blockframe-cropped-blazer\",\n            \"variants\": [\n                {\n                    \"id\": 42620408135853,\n                    \"product_id\": 7468550652077,\n                    \"title\": \"S\",\n                    \"price\": \"2490.00\",\n                    \"sku\": \"OB-02-CB-04-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"2990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-04T16:01:02+05:30\",\n                    \"updated_at\": \"2024-06-03T23:25:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"08135853\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44719235170477,\n                    \"inventory_quantity\": 32,\n                    \"old_inventory_quantity\": 32,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42620408135853\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42620408168621,\n                    \"product_id\": 7468550652077,\n                    \"title\": \"M\",\n                    \"price\": \"2490.00\",\n                    \"sku\": \"OB-02-CB-04-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"2990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-04T16:01:02+05:30\",\n                    \"updated_at\": \"2024-06-05T06:05:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"08168621\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44719235203245,\n                    \"inventory_quantity\": 14,\n                    \"old_inventory_quantity\": 14,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42620408168621\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42620408201389,\n                    \"product_id\": 7468550652077,\n                    \"title\": \"L\",\n                    \"price\": \"2490.00\",\n                    \"sku\": \"OB-02-CB-04-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"2990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-01-04T16:01:02+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:38+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"08201389\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44719235236013,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42620408201389\",\n                    \"image_id\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"dd9365d8-9e4a-4839-af06-384b6ab5fdb3"},{"name":"Featured Product","id":"e7ba9f83-15bc-4df7-8b8f-bee2465e269b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/Partner/featured_products?partner=YOUR PARTNER NAME HERE &secret_key=SECRET KEY&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&collection_id=COLLECTION ID HERE&total_products=4","urlObject":{"protocol":"https","path":["api","Partner","featured_products"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"YOUR PARTNER NAME HERE "},{"key":"secret_key","value":"SECRET KEY"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"collection_id","value":"COLLECTION ID HERE"},{"key":"total_products","value":"4"}],"variable":[]}},"response":[{"id":"705fe974-c91b-475d-8f8a-932a304ea233","name":"Featured Product","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/Partner/featured_products?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=beeglee-in.myshopify.com&collection_id=285062856877&total_products=4","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","Partner","featured_products"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"beeglee-in.myshopify.com"},{"key":"collection_id","value":"285062856877"},{"key":"total_products","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2024 12:13:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products found\",\n    \"status_code\": 105,\n    \"settings\": {\n        \"template\": \"template4\",\n        \"no_of_products\": \"14\",\n        \"heading_title_align\": \"center\",\n        \"heading_font_size\": \"22\",\n        \"heading_font_color\": \"000000\",\n        \"show_product_title\": \"true\",\n        \"product_title_align\": \"center\",\n        \"product_title_font_size\": \"15\",\n        \"product_title_font_color\": \"000000\",\n        \"enable_truncate_title\": \"true\",\n        \"truncate_title\": \"30\",\n        \"enable_add_to_cart\": \"true\",\n        \"add_to_cart_text\": \"Add to Cart\",\n        \"addcart_button_background\": \"000000\",\n        \"show_price\": \"true\",\n        \"price_font_size\": \"15\",\n        \"price_font_color\": \"000000\",\n        \"ori_price_font_color\": \"FF5C5C\",\n        \"imgsize\": \"none\",\n        \"product_view\": \"slider\",\n        \"product_view_type\": \"\",\n        \"setting_status\": \"advanced\",\n        \"enable_redirection\": \"false\",\n        \"products_per_slider\": \"4\",\n        \"design_version\": \"2\",\n        \"price_align\": \"center\",\n        \"show_compare_price\": \"true\",\n        \"shopify_product_review\": \"false\",\n        \"review_publickey\": \"\",\n        \"hover_image\": \"true\",\n        \"hide_ofs\": \"true\",\n        \"addcart_button_font\": \"FFFFFF\",\n        \"price_tax\": \"\",\n        \"hide_oos_variants\": \"false\",\n        \"custom_css\": \"#presets4 .evm-ws-image-wrapper on-sale-badge.badge.badge--on-sale {\\r\\n    z-index: 2;\\r\\n    position: absolute;\\r\\n    margin: 10px;\\r\\n}\\r\\n.evm-wscontainer {\\r\\n    width: 100%;\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought p.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought.evm_visible_text.ws_fbt_inr_main .evm-wscontainer {\\r\\n    max-width: 1260px !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n    margin: 30px 0 !important;\\r\\n}\\r\\n\\r\\n#alsopresets2 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    margin-top: 10px !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-compare-original-price {\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__price {\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-alsobought-total b {\\r\\n    font-weight: 600;\\r\\n    color: #000000 !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws__cart-submit {\\r\\n    font-size: 15px;\\r\\n    text-transform: uppercase;\\r\\n    border-radius: 2px;\\r\\n    padding: 6px 8px !important\\r\\n}\\r\\n\\r\\n#alsopresets4 .evm-ws-image-section .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 100% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card_image_container .ws-card__background-image {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4.evm-wiser-owl-carousel .owl-stage {\\r\\n    display: flex !important;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .ws-box-wrapper {\\r\\n    height: 100%;\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card {\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    height: 100%;\\r\\n    margin: 0;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-carousel .owl-stage-outer {\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets2 .ws-card__header {\\r\\n    flex-grow: 1;\\r\\n}\\r\\n\\r\\n#presets4 .ws-product-color:after,\\r\\n#presets4 .ws-product-size:after {\\r\\n    margin-right: 5px !important;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-theme .owl-nav [class*=owl-]:hover {\\r\\n    background: white !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__header-link {\\r\\n    padding: 10px 0 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-add-to-cart-popup-outer {\\r\\n    margin-top: -40px;\\r\\n    width: auto;\\r\\n    float: right;\\r\\n    right: 10px;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner span {\\r\\n    display: none;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner {\\r\\n    margin-top: 0 !important;\\r\\n    width: 32px !important;\\r\\n    height: 32px !important;\\r\\n    position: relative;\\r\\n    background-color: #fff !important;\\r\\n    opacity: 0;\\r\\n    transition: opacity .2s ease-in-out, transform .2s ease-in-out;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card:hover .evm-add-to-cart-popup-inner {\\r\\n    opacity: 1;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner:before {\\r\\n    content: \\\" \\\";\\r\\n    background-repeat: no-repeat;\\r\\n    background-size: contain;\\r\\n    background-image: url('https:\\\\/\\\\/cdn.shopify.com\\\\/s\\\\/files\\\\/1\\\\/0550\\\\/4942\\\\/0973\\\\/files\\\\/svgviewer-png-output_1.png?v=1695290891');\\r\\n    position: absolute;\\r\\n    top: 50%;\\r\\n    left: 50%;\\r\\n    transform: translate(-50%, -50%);\\r\\n    height: 12px;\\r\\n    width: 12px;\\r\\n}\\r\\n\\r\\n.evm-add-to-cart-popup-inner:hover:before {\\r\\n    transition: transform .2s ease-in-out;\\r\\n    transform: translateX(-50%) translateY(-50%) rotate(90deg) !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws-popup-variant-list-item label {\\r\\n    padding: 8px 15px !important;\\r\\n}\\r\\n\\r\\n#presets4 .popup-heading,\\r\\n#presets4 .popup-close {\\r\\n    height: 40px !important;\\r\\n}\\r\\n\\r\\n\\r\\n.evm-drawer-main .owl-item {float:left;    }.evm-drawer-main {    display: flex;    flex-direction: column;} .evm-drawer-main .evm-wscontainer {    padding: 0!important;} .evm-drawer-main .evm_visible_text {    display: flex;    flex-direction: column;    position: relative;} .evm-drawer-main .evm-wiser-owl-theme .owl-nav {    top: 0px;     position: absolute;\\r\\n    right: 0;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-prev {    right: 40px;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-next {    right: 0;}.evm-drawer-main .evm_wiser_heading {    margin-top: 15px!important;    font-size: 18px!important;    width: 80%;    text-align: left!important;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button {    position: absolute;background: transparent;} .evm-drawer-main #presets4 .owl-nav i  { width:10px; height:10px; }@media only screen and (max-width: 1024px){.evm-also-bought .evm-wscontainer {    padding: 0px!important;} #presets4 a.evm-add-to-cart-popup-inner{ opacity:1;}}@media only screen and (max-width: 767px){\\r\\n.evm-ws-image-section.evm-ws-three-products {   \\r\\n display: flex!important;    flex-wrap: wrap;    justify-content: space-evenly;} \\r\\n.evm-wiser-owl-carousel .owl-nav button {\\r\\n    display: flex !important;\\r\\n    align-items: center !important;\\r\\n    justify-content: center !important;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 i.ws-angle-right {\\r\\n    left: unset!important;\\r\\n    top: unset!important;\\r\\nmargin-right:3px;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 .owl-nav i.ws-angle-left {\\r\\n    left: unset!important;\\r\\n top: unset!important;\\r\\nmargin-left:3px;\\r\\n}\\r\\n }\\r\\n@media only screen and (max-width: 499px){#presets4.evm-wsrow {    margin: 0 0 0 0px!important;    justify-content: start;    flex-wrap: nowrap!important;    overflow:hidden;    overflow-x:scroll;}#presets4 .ws-box-wrapper {    padding: 0 5px;    width: auto!important;    flex: 0 0 65%;}.evm-ws-pagination.custom_show_more_button  {display:none!important;}#presets4 .evm-ws-card  { margin-bottom:0!important;}}.evm-drawer-main .evm-wscontainer { overflow: hidden!important;} \\r\\n\\r\\n.evm-drawer-main .evm-wiser-owl-theme .owl-nav button:hover ,  .evm-drawer-main #presets4 .owl-nav i {  background:transparent!important; }\\r\\n  \\r\\n.evm-related-product .wise-product-section .evm-ws-pagination.custom_show_more_button {\\r\\n    display: none;\\r\\n} \\r\\n\\r\\n@media only screen and (max-width: 450px){ \\r\\n\\r\\n.evm-related-product \\r\\n div#presets4 {\\r\\n    flex-wrap: wrap!important;\\r\\n    overflow-x: hidden!important;\\r\\n}\\r\\n\\r\\n.evm-related-product #presets4 .ws-box-wrapper {\\r\\n flex:0 0 50%;\\r\\n} \\r\\n\\r\\n}\",\n        \"not_allow_decimal\": \"false\",\n        \"currency_before\": \"&amp;#x20b9;\",\n        \"currency_after\": \"\",\n        \"addcart_confirmation_msg\": \"Added to cart!\",\n        \"viewcart_confirmation_msg\": \"View cart\",\n        \"countinue_confirmation_msg\": \"Continue shopping.\",\n        \"or_confirmation_msg\": \"or\",\n        \"shopify_product_convertor\": \"false\",\n        \"tax_type\": \"fixed\",\n        \"outofstock_msg\": \"Product is out of stock.\",\n        \"wiser_wishlist_option\": \"false\",\n        \"wiserlist_icon_color\": \"373333\",\n        \"thankyoupage_viewtype\": \"grid\",\n        \"allow_comma_inprice\": \"false\",\n        \"mobile_product_view\": \"grid\",\n        \"enable_addtocart_msg\": \"true\"\n    },\n    \"products\": [\n        {\n            \"product_title\": \"Beige Xerox Tailored Shorts\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/beige-xerox-tailored-shorts-172053.jpg?v=1714040222\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/beige-xerox-tailored-shorts-161600.jpg?v=1714040222\",\n            \"product_price\": \"1390.00\",\n            \"product_id\": 7608788943021,\n            \"product_handle\": \"beige-xerox-tailored-shorts\",\n            \"variants\": [\n                {\n                    \"id\": 43036299591853,\n                    \"product_id\": 7608788943021,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SH-01-OC-11-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:36:52+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"99591853\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135382216877,\n                    \"inventory_quantity\": 13,\n                    \"old_inventory_quantity\": 13,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036299591853\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43036299624621,\n                    \"product_id\": 7608788943021,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SH-01-OC-11-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-04-11T11:36:52+05:30\",\n                    \"updated_at\": \"2024-05-24T10:00:15+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"99624621\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45135382249645,\n                    \"inventory_quantity\": 17,\n                    \"old_inventory_quantity\": 17,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43036299624621\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Biker Rib Shorts\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/biker-rib-shorts-516499.jpg?v=1706793171\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/biker-rib-shorts-954875.jpg?v=1706793172\",\n            \"product_price\": \"490.00\",\n            \"product_id\": 7161291112621,\n            \"product_handle\": \"biker-rib-shorts\",\n            \"variants\": [\n                {\n                    \"id\": 41505009205421,\n                    \"product_id\": 7161291112621,\n                    \"title\": \"XS / Black\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"SH-03-VP-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"created_at\": \"2022-04-25T13:52:08+05:30\",\n                    \"updated_at\": \"2024-06-06T02:55:31+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"09205421\",\n                    \"grams\": 85,\n                    \"weight\": 85,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 43601953783981,\n                    \"inventory_quantity\": 2,\n                    \"old_inventory_quantity\": 2,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/41505009205421\",\n                    \"image_id\": 33861247500461\n                },\n                {\n                    \"id\": 42231963910317,\n                    \"product_id\": 7161291112621,\n                    \"title\": \"XS / Blue\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"SH-03-VP-03-XS\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": \"Blue\",\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-13T01:56:19+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:57+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"63910317\",\n                    \"grams\": 85,\n                    \"weight\": 85,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44330668949677,\n                    \"inventory_quantity\": 12,\n                    \"old_inventory_quantity\": 12,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42231963910317\",\n                    \"image_id\": 33861247697069\n                },\n                {\n                    \"id\": 42231963943085,\n                    \"product_id\": 7161291112621,\n                    \"title\": \"XS / Red\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"SH-03-VP-04-XS\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": \"Red\",\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-13T01:56:19+05:30\",\n                    \"updated_at\": \"2024-05-22T21:48:26+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"63943085\",\n                    \"grams\": 85,\n                    \"weight\": 85,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44330668982445,\n                    \"inventory_quantity\": 5,\n                    \"old_inventory_quantity\": 5,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42231963943085\",\n                    \"image_id\": 33861247795373\n                },\n                {\n                    \"id\": 41505009238189,\n                    \"product_id\": 7161291112621,\n                    \"title\": \"S / Black\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"SH-03-VP-01-S\",\n                    \"position\": 4,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"created_at\": \"2022-04-25T13:52:08+05:30\",\n                    \"updated_at\": \"2024-05-17T12:24:49+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"09238189\",\n                    \"grams\": 85,\n                    \"weight\": 85,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 43601953816749,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/41505009238189\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42231963975853,\n                    \"product_id\": 7161291112621,\n                    \"title\": \"S / Blue\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"SH-03-VP-03-S\",\n                    \"position\": 5,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": \"Blue\",\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-13T01:56:19+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:57+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"63975853\",\n                    \"grams\": 85,\n                    \"weight\": 85,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44330669015213,\n                    \"inventory_quantity\": 7,\n                    \"old_inventory_quantity\": 7,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42231963975853\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42231964008621,\n                    \"product_id\": 7161291112621,\n                    \"title\": \"S / Red\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"SH-03-VP-04-S\",\n                    \"position\": 6,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": \"Red\",\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-13T01:56:19+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:58+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"64008621\",\n                    \"grams\": 85,\n                    \"weight\": 85,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44330669047981,\n                    \"inventory_quantity\": 11,\n                    \"old_inventory_quantity\": 11,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42231964008621\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 41505009270957,\n                    \"product_id\": 7161291112621,\n                    \"title\": \"M / Black\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"SH-03-VP-01-M\",\n                    \"position\": 7,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"created_at\": \"2022-04-25T13:52:08+05:30\",\n                    \"updated_at\": \"2024-05-17T12:24:49+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"09270957\",\n                    \"grams\": 85,\n                    \"weight\": 85,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 43601953849517,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/41505009270957\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42231964041389,\n                    \"product_id\": 7161291112621,\n                    \"title\": \"M / Blue\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"SH-03-VP-03-M\",\n                    \"position\": 8,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": \"Blue\",\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-13T01:56:19+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:58+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"64041389\",\n                    \"grams\": 85,\n                    \"weight\": 85,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44330669080749,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42231964041389\",\n                    \"image_id\": 33861247729837\n                },\n                {\n                    \"id\": 42231964074157,\n                    \"product_id\": 7161291112621,\n                    \"title\": \"M / Red\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"SH-03-VP-04-M\",\n                    \"position\": 9,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": \"Red\",\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-13T01:56:19+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:59+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"64074157\",\n                    \"grams\": 85,\n                    \"weight\": 85,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44330669113517,\n                    \"inventory_quantity\": 2,\n                    \"old_inventory_quantity\": 2,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42231964074157\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black FreeFall Drawstring Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-freefall-drawstring-pants-882127.png?v=1716850906\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-freefall-drawstring-pants-288028.jpg?v=1716792774\",\n            \"product_price\": \"1990.00\",\n            \"product_id\": 7364618256557,\n            \"product_handle\": \"black-freefall-drawstring-pants\",\n            \"variants\": [\n                {\n                    \"id\": 42253383860397,\n                    \"product_id\": 7364618256557,\n                    \"title\": \"Free Size\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"BP-06-SN-01-F\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"Free Size\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-26T18:19:38+05:30\",\n                    \"updated_at\": \"2024-06-06T00:50:02+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"83860397\",\n                    \"grams\": 945,\n                    \"weight\": 945,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44352229900461,\n                    \"inventory_quantity\": 14,\n                    \"old_inventory_quantity\": 14,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42253383860397\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black High Slit Long Skirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-high-slit-long-skirt-178096.jpg?v=1709776042\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-high-slit-long-skirt-293007.jpg?v=1709776042\",\n            \"product_price\": \"990.00\",\n            \"product_id\": 7311129280685,\n            \"product_handle\": \"high-slit-long-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 42232340381869,\n                    \"product_id\": 7311129280685,\n                    \"title\": \"XS\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"SK-03-SN-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1490.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-13T15:56:31+05:30\",\n                    \"updated_at\": \"2024-06-11T08:29:35+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"40381869\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44331045650605,\n                    \"inventory_quantity\": 36,\n                    \"old_inventory_quantity\": 36,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42232340381869\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42232340447405,\n                    \"product_id\": 7311129280685,\n                    \"title\": \"S\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"SK-03-SN-01-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1490.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-13T15:56:31+05:30\",\n                    \"updated_at\": \"2024-05-27T23:56:34+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"40447405\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44331045716141,\n                    \"inventory_quantity\": 8,\n                    \"old_inventory_quantity\": 8,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42232340447405\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42232340512941,\n                    \"product_id\": 7311129280685,\n                    \"title\": \"M\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"SK-03-SN-01-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"1490.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-13T15:56:32+05:30\",\n                    \"updated_at\": \"2024-06-01T00:33:01+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"40512941\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44331045781677,\n                    \"inventory_quantity\": 1,\n                    \"old_inventory_quantity\": 1,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42232340512941\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Oversized Parachute Pants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-oversized-parachute-pants-773531.jpg?v=1706793173\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-oversized-parachute-pants-958940.jpg?v=1706793173\",\n            \"product_price\": \"1790.00\",\n            \"product_id\": 7364616388781,\n            \"product_handle\": \"black-oversized-parachute-pants\",\n            \"variants\": [\n                {\n                    \"id\": 42253380714669,\n                    \"product_id\": 7364616388781,\n                    \"title\": \"XS-M\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CG-01-SN-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-26T17:54:00+05:30\",\n                    \"updated_at\": \"2024-06-03T13:45:42+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"80714669\",\n                    \"grams\": 230,\n                    \"weight\": 230,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44352226754733,\n                    \"inventory_quantity\": 43,\n                    \"old_inventory_quantity\": 43,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42253380714669\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42369462239405,\n                    \"product_id\": 7364616388781,\n                    \"title\": \"M-XXL\",\n                    \"price\": \"1790.00\",\n                    \"sku\": \"CG-01-SN-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-XXL\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-09-05T18:44:09+05:30\",\n                    \"updated_at\": \"2024-05-25T10:55:12+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"62239405\",\n                    \"grams\": 230,\n                    \"weight\": 230,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44467848249517,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42369462239405\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Parachute Mini Skirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-parachute-mini-skirt-134297.jpg?v=1706793175\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-parachute-mini-skirt-560821.jpg?v=1706793175\",\n            \"product_price\": \"790.00\",\n            \"product_id\": 7310690451629,\n            \"product_handle\": \"parachute-mini-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 42126365327533,\n                    \"product_id\": 7310690451629,\n                    \"title\": \"S\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"SK-02-SN-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-08T00:10:54+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:27+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"65327533\",\n                    \"grams\": 95,\n                    \"weight\": 95,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44223993839789,\n                    \"inventory_quantity\": 44,\n                    \"old_inventory_quantity\": 44,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42126365327533\",\n                    \"image_id\": 32983959863469\n                },\n                {\n                    \"id\": 42126365491373,\n                    \"product_id\": 7310690451629,\n                    \"title\": \"M\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"SK-02-SN-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-08T00:10:54+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:28+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"65491373\",\n                    \"grams\": 95,\n                    \"weight\": 95,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44223994003629,\n                    \"inventory_quantity\": 16,\n                    \"old_inventory_quantity\": 16,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42126365491373\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42126365655213,\n                    \"product_id\": 7310690451629,\n                    \"title\": \"L\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"SK-02-SN-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-08T00:10:54+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:28+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"65655213\",\n                    \"grams\": 95,\n                    \"weight\": 95,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44223994167469,\n                    \"inventory_quantity\": 6,\n                    \"old_inventory_quantity\": 6,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42126365655213\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Parachute Pants 2.0\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-parachute-pants-20-498577.jpg?v=1706793544\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-parachute-pants-20-976306.jpg?v=1706793544\",\n            \"product_price\": \"1990.00\",\n            \"product_id\": 7357702439085,\n            \"product_handle\": \"parachute-pants-2-0\",\n            \"variants\": [\n                {\n                    \"id\": 42221870645421,\n                    \"product_id\": 7357702439085,\n                    \"title\": \"S-M\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"CG-02-SN-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"2990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-02T16:39:12+05:30\",\n                    \"updated_at\": \"2024-06-07T13:35:11+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"70645421\",\n                    \"grams\": 0,\n                    \"weight\": 0.3,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44320518865069,\n                    \"inventory_quantity\": 4,\n                    \"old_inventory_quantity\": 4,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42221870645421\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42221870776493,\n                    \"product_id\": 7357702439085,\n                    \"title\": \"M-L\",\n                    \"price\": \"1990.00\",\n                    \"sku\": \"CG-02-SN-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"2990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-02T16:39:12+05:30\",\n                    \"updated_at\": \"2024-06-06T11:06:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"70776493\",\n                    \"grams\": 0,\n                    \"weight\": 0.3,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44320518996141,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42221870776493\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Pleated Chilling Skirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-pleated-chilling-skirt-384998.jpg?v=1717182553\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-pleated-chilling-skirt-917235.jpg?v=1717182553\",\n            \"product_price\": \"1390.00\",\n            \"product_id\": 7716082516141,\n            \"product_handle\": \"black-pleated-chilling-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 43287368302765,\n                    \"product_id\": 7716082516141,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-04-SN-12-S-1\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:36:15+05:30\",\n                    \"updated_at\": \"2024-06-01T10:14:35+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68302765\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386511220909,\n                    \"inventory_quantity\": 20,\n                    \"old_inventory_quantity\": 20,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287368302765\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287368335533,\n                    \"product_id\": 7716082516141,\n                    \"title\": \"S-M\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-04-SN-12-S-2\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:36:15+05:30\",\n                    \"updated_at\": \"2024-06-10T08:12:26+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68335533\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386511253677,\n                    \"inventory_quantity\": 19,\n                    \"old_inventory_quantity\": 19,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287368335533\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 43287368368301,\n                    \"product_id\": 7716082516141,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-04-SN-12-S-3\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-05-14T12:36:15+05:30\",\n                    \"updated_at\": \"2024-06-07T18:35:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68368301\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 45386511286445,\n                    \"inventory_quantity\": 19,\n                    \"old_inventory_quantity\": 19,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/43287368368301\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Ribbed Knit Skirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-ribbed-knit-skirt-471222.png?v=1706793544\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-ribbed-knit-skirt-830755.png?v=1706793544\",\n            \"product_price\": \"790.00\",\n            \"product_id\": 7161333678253,\n            \"product_handle\": \"ribbed-knit-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 41505156563117,\n                    \"product_id\": 7161333678253,\n                    \"title\": \"S\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"SK-03-VP-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2022-04-25T16:38:55+05:30\",\n                    \"updated_at\": \"2024-05-17T12:24:53+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"56563117\",\n                    \"grams\": 120,\n                    \"weight\": 120,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 43602105434285,\n                    \"inventory_quantity\": 27,\n                    \"old_inventory_quantity\": 27,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/41505156563117\",\n                    \"image_id\": 33861256151213\n                },\n                {\n                    \"id\": 41505156595885,\n                    \"product_id\": 7161333678253,\n                    \"title\": \"M\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"SK-03-VP-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2022-04-25T16:38:55+05:30\",\n                    \"updated_at\": \"2024-05-17T12:24:54+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"56595885\",\n                    \"grams\": 120,\n                    \"weight\": 120,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 43602105467053,\n                    \"inventory_quantity\": 18,\n                    \"old_inventory_quantity\": 18,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/41505156595885\",\n                    \"image_id\": 33861256151213\n                },\n                {\n                    \"id\": 41505156628653,\n                    \"product_id\": 7161333678253,\n                    \"title\": \"L\",\n                    \"price\": \"790.00\",\n                    \"sku\": \"SK-03-VP-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"990.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2022-04-25T16:38:55+05:30\",\n                    \"updated_at\": \"2024-05-17T12:24:54+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"56628653\",\n                    \"grams\": 120,\n                    \"weight\": 120,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 43602105499821,\n                    \"inventory_quantity\": 6,\n                    \"old_inventory_quantity\": 6,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/41505156628653\",\n                    \"image_id\": 33861256151213\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Secretary Skorts\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-secretary-skorts-538623.jpg?v=1716851028\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-secretary-skorts-246956.png?v=1716851028\",\n            \"product_price\": \"1690.00\",\n            \"product_id\": 7553965752493,\n            \"product_handle\": \"black-secretary-skorts\",\n            \"variants\": [\n                {\n                    \"id\": 42893684375725,\n                    \"product_id\": 7553965752493,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1690.00\",\n                    \"sku\": \"SO-01-OC-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:52:53+05:30\",\n                    \"updated_at\": \"2024-06-07T23:45:56+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"84375725\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992690782381,\n                    \"inventory_quantity\": 12,\n                    \"old_inventory_quantity\": 12,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893684375725\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42893684474029,\n                    \"product_id\": 7553965752493,\n                    \"title\": \"M-L\",\n                    \"price\": \"1690.00\",\n                    \"sku\": \"SO-01-OC-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:52:53+05:30\",\n                    \"updated_at\": \"2024-06-02T12:45:51+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"84474029\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992690880685,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893684474029\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Strap Underpants\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-strap-underpants-834841.jpg?v=1706793230\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-strap-underpants-607480.jpg?v=1706793230\",\n            \"product_price\": \"490.00\",\n            \"product_id\": 7331657973933,\n            \"product_handle\": \"strap-underpants\",\n            \"variants\": [\n                {\n                    \"id\": 42271473270957,\n                    \"product_id\": 7331657973933,\n                    \"title\": \"XS\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"IU-01-CB-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-07-03T11:28:43+05:30\",\n                    \"updated_at\": \"2024-05-17T12:27:27+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"73270957\",\n                    \"grams\": 55,\n                    \"weight\": 55,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44370347491501,\n                    \"inventory_quantity\": 117,\n                    \"old_inventory_quantity\": 117,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42271473270957\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42271473303725,\n                    \"product_id\": 7331657973933,\n                    \"title\": \"S\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"IU-01-CB-01-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-07-03T11:28:43+05:30\",\n                    \"updated_at\": \"2024-06-05T23:25:31+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"73303725\",\n                    \"grams\": 55,\n                    \"weight\": 55,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44370347524269,\n                    \"inventory_quantity\": 50,\n                    \"old_inventory_quantity\": 50,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42271473303725\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42271473336493,\n                    \"product_id\": 7331657973933,\n                    \"title\": \"M\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"IU-01-CB-01-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-07-03T11:28:43+05:30\",\n                    \"updated_at\": \"2024-06-08T11:05:37+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"73336493\",\n                    \"grams\": 55,\n                    \"weight\": 55,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44370347557037,\n                    \"inventory_quantity\": 67,\n                    \"old_inventory_quantity\": 67,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42271473336493\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42813668655277,\n                    \"product_id\": 7331657973933,\n                    \"title\": \"L\",\n                    \"price\": \"490.00\",\n                    \"sku\": \"IU-01-CB-01-L\",\n                    \"position\": 4,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-02-29T15:50:26+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:45+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"68655277\",\n                    \"grams\": 55,\n                    \"weight\": 55,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44912667001005,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42813668655277\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Tennis Skirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-tennis-skirt-224688.jpg?v=1706793229\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-tennis-skirt-522754.jpg?v=1706793229\",\n            \"product_price\": \"990.00\",\n            \"product_id\": 7366457458861,\n            \"product_handle\": \"black-tennis-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 42340673061037,\n                    \"product_id\": 7366457458861,\n                    \"title\": \"XS-S\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"SK-04-SN-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-08-15T12:55:45+05:30\",\n                    \"updated_at\": \"2024-05-17T12:27:48+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"73061037\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44439740874925,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42340673061037\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42268171370669,\n                    \"product_id\": 7366457458861,\n                    \"title\": \"S-M\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"SK-04-SN-01-S\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-29T23:57:59+05:30\",\n                    \"updated_at\": \"2024-05-17T12:27:19+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"71370669\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44367027273901,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42268171370669\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42268171501741,\n                    \"product_id\": 7366457458861,\n                    \"title\": \"M-L\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"SK-04-SN-01-M\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-06-29T23:57:59+05:30\",\n                    \"updated_at\": \"2024-05-17T12:27:20+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"71501741\",\n                    \"grams\": 175,\n                    \"weight\": 175,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44367027404973,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42268171501741\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black V cut pencil skirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-v-cut-pencil-skirt-285992.jpg?v=1706793232\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-v-cut-pencil-skirt-117742.jpg?v=1706793232\",\n            \"product_price\": \"990.00\",\n            \"product_id\": 7311139209389,\n            \"product_handle\": \"v-cut-pencil-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 42153106112685,\n                    \"product_id\": 7311139209389,\n                    \"title\": \"S\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"SK-05-SN-01-S\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-24T11:21:28+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:33+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"06112685\",\n                    \"grams\": 110,\n                    \"weight\": 110,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44250856030381,\n                    \"inventory_quantity\": 10,\n                    \"old_inventory_quantity\": 10,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42153106112685\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42153106243757,\n                    \"product_id\": 7311139209389,\n                    \"title\": \"M\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"SK-05-SN-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-24T11:21:28+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:33+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"06243757\",\n                    \"grams\": 110,\n                    \"weight\": 110,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44250856161453,\n                    \"inventory_quantity\": 2,\n                    \"old_inventory_quantity\": 2,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42153106243757\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42153106374829,\n                    \"product_id\": 7311139209389,\n                    \"title\": \"L\",\n                    \"price\": \"990.00\",\n                    \"sku\": \"SK-05-SN-01-L\",\n                    \"position\": 3,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2023-03-24T11:21:28+05:30\",\n                    \"updated_at\": \"2024-05-17T12:25:34+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"06374829\",\n                    \"grams\": 110,\n                    \"weight\": 110,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44250856292525,\n                    \"inventory_quantity\": 5,\n                    \"old_inventory_quantity\": 5,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42153106374829\",\n                    \"image_id\": null\n                }\n            ]\n        },\n        {\n            \"product_title\": \"Black Xerox Tailored Shorts\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-xerox-tailored-shorts-441975.jpg?v=1714116501\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-xerox-tailored-shorts-280261.jpg?v=1714116501\",\n            \"product_price\": \"1390.00\",\n            \"product_id\": 7553969520813,\n            \"product_handle\": \"black-xerox-tailored-shorts\",\n            \"variants\": [\n                {\n                    \"id\": 42893716521133,\n                    \"product_id\": 7553969520813,\n                    \"title\": \"XS-S\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-01-OC-01-XS\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:56:30+05:30\",\n                    \"updated_at\": \"2024-05-22T22:08:06+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"16521133\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992722927789,\n                    \"inventory_quantity\": 43,\n                    \"old_inventory_quantity\": 43,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893716521133\",\n                    \"image_id\": null\n                },\n                {\n                    \"id\": 42893716553901,\n                    \"product_id\": 7553969520813,\n                    \"title\": \"M-L\",\n                    \"price\": \"1390.00\",\n                    \"sku\": \"SK-01-OC-01-M\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": null,\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2024-03-20T14:56:30+05:30\",\n                    \"updated_at\": \"2024-05-17T12:28:49+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"16553901\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44992722960557,\n                    \"inventory_quantity\": 17,\n                    \"old_inventory_quantity\": 17,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42893716553901\",\n                    \"image_id\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e7ba9f83-15bc-4df7-8b8f-bee2465e269b"},{"name":"Related Products","id":"28914ccd-3c24-4991-8965-365677b66af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/Partner/related_products?partner=YOUR PARTNER NAME HERE &secret_key=SECRET KEY&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&product_id=Your Product ID HERE&total_products=4\n","urlObject":{"protocol":"https","path":["api","Partner","related_products"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"YOUR PARTNER NAME HERE "},{"key":"secret_key","value":"SECRET KEY"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"product_id","value":"Your Product ID HERE"},{"key":"total_products","value":"4\n"}],"variable":[]}},"response":[{"id":"2e2c4719-60dc-430d-9c71-941db07f9d9e","name":"Related Products","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/Partner/related_products?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=beeglee-in.myshopify.com&product_id=7288434229421&total_products=4","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","Partner","related_products"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"beeglee-in.myshopify.com"},{"key":"product_id","value":"7288434229421"},{"key":"total_products","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2024 12:14:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products found\",\n    \"status_code\": 105,\n    \"settings\": {\n        \"template\": \"template4\",\n        \"no_of_products\": \"14\",\n        \"heading_title_align\": \"center\",\n        \"heading_font_size\": \"22\",\n        \"heading_font_color\": \"000000\",\n        \"show_product_title\": \"true\",\n        \"product_title_align\": \"center\",\n        \"product_title_font_size\": \"15\",\n        \"product_title_font_color\": \"000000\",\n        \"enable_truncate_title\": \"true\",\n        \"truncate_title\": \"30\",\n        \"enable_add_to_cart\": \"true\",\n        \"add_to_cart_text\": \"Add to Cart\",\n        \"addcart_button_background\": \"000000\",\n        \"show_price\": \"true\",\n        \"price_font_size\": \"15\",\n        \"price_font_color\": \"000000\",\n        \"ori_price_font_color\": \"FF5C5C\",\n        \"imgsize\": \"none\",\n        \"product_view\": \"slider\",\n        \"product_view_type\": \"\",\n        \"setting_status\": \"advanced\",\n        \"enable_redirection\": \"false\",\n        \"products_per_slider\": \"4\",\n        \"design_version\": \"2\",\n        \"price_align\": \"center\",\n        \"show_compare_price\": \"true\",\n        \"shopify_product_review\": \"false\",\n        \"review_publickey\": \"\",\n        \"hover_image\": \"true\",\n        \"hide_ofs\": \"true\",\n        \"addcart_button_font\": \"FFFFFF\",\n        \"price_tax\": \"\",\n        \"hide_oos_variants\": \"false\",\n        \"custom_css\": \"#presets4 .evm-ws-image-wrapper on-sale-badge.badge.badge--on-sale {\\r\\n    z-index: 2;\\r\\n    position: absolute;\\r\\n    margin: 10px;\\r\\n}\\r\\n.evm-wscontainer {\\r\\n    width: 100%;\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought p.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought.evm_visible_text.ws_fbt_inr_main .evm-wscontainer {\\r\\n    max-width: 1260px !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n    margin: 30px 0 !important;\\r\\n}\\r\\n\\r\\n#alsopresets2 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    margin-top: 10px !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-compare-original-price {\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__price {\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-alsobought-total b {\\r\\n    font-weight: 600;\\r\\n    color: #000000 !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws__cart-submit {\\r\\n    font-size: 15px;\\r\\n    text-transform: uppercase;\\r\\n    border-radius: 2px;\\r\\n    padding: 6px 8px !important\\r\\n}\\r\\n\\r\\n#alsopresets4 .evm-ws-image-section .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 100% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card_image_container .ws-card__background-image {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4.evm-wiser-owl-carousel .owl-stage {\\r\\n    display: flex !important;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .ws-box-wrapper {\\r\\n    height: 100%;\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card {\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    height: 100%;\\r\\n    margin: 0;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-carousel .owl-stage-outer {\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets2 .ws-card__header {\\r\\n    flex-grow: 1;\\r\\n}\\r\\n\\r\\n#presets4 .ws-product-color:after,\\r\\n#presets4 .ws-product-size:after {\\r\\n    margin-right: 5px !important;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-theme .owl-nav [class*=owl-]:hover {\\r\\n    background: white !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__header-link {\\r\\n    padding: 10px 0 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-add-to-cart-popup-outer {\\r\\n    margin-top: -40px;\\r\\n    width: auto;\\r\\n    float: right;\\r\\n    right: 10px;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner span {\\r\\n    display: none;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner {\\r\\n    margin-top: 0 !important;\\r\\n    width: 32px !important;\\r\\n    height: 32px !important;\\r\\n    position: relative;\\r\\n    background-color: #fff !important;\\r\\n    opacity: 0;\\r\\n    transition: opacity .2s ease-in-out, transform .2s ease-in-out;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card:hover .evm-add-to-cart-popup-inner {\\r\\n    opacity: 1;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner:before {\\r\\n    content: \\\" \\\";\\r\\n    background-repeat: no-repeat;\\r\\n    background-size: contain;\\r\\n    background-image: url('https:\\\\/\\\\/cdn.shopify.com\\\\/s\\\\/files\\\\/1\\\\/0550\\\\/4942\\\\/0973\\\\/files\\\\/svgviewer-png-output_1.png?v=1695290891');\\r\\n    position: absolute;\\r\\n    top: 50%;\\r\\n    left: 50%;\\r\\n    transform: translate(-50%, -50%);\\r\\n    height: 12px;\\r\\n    width: 12px;\\r\\n}\\r\\n\\r\\n.evm-add-to-cart-popup-inner:hover:before {\\r\\n    transition: transform .2s ease-in-out;\\r\\n    transform: translateX(-50%) translateY(-50%) rotate(90deg) !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws-popup-variant-list-item label {\\r\\n    padding: 8px 15px !important;\\r\\n}\\r\\n\\r\\n#presets4 .popup-heading,\\r\\n#presets4 .popup-close {\\r\\n    height: 40px !important;\\r\\n}\\r\\n\\r\\n\\r\\n.evm-drawer-main .owl-item {float:left;    }.evm-drawer-main {    display: flex;    flex-direction: column;} .evm-drawer-main .evm-wscontainer {    padding: 0!important;} .evm-drawer-main .evm_visible_text {    display: flex;    flex-direction: column;    position: relative;} .evm-drawer-main .evm-wiser-owl-theme .owl-nav {    top: 0px;     position: absolute;\\r\\n    right: 0;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-prev {    right: 40px;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-next {    right: 0;}.evm-drawer-main .evm_wiser_heading {    margin-top: 15px!important;    font-size: 18px!important;    width: 80%;    text-align: left!important;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button {    position: absolute;background: transparent;} .evm-drawer-main #presets4 .owl-nav i  { width:10px; height:10px; }@media only screen and (max-width: 1024px){.evm-also-bought .evm-wscontainer {    padding: 0px!important;} #presets4 a.evm-add-to-cart-popup-inner{ opacity:1;}}@media only screen and (max-width: 767px){\\r\\n.evm-ws-image-section.evm-ws-three-products {   \\r\\n display: flex!important;    flex-wrap: wrap;    justify-content: space-evenly;} \\r\\n.evm-wiser-owl-carousel .owl-nav button {\\r\\n    display: flex !important;\\r\\n    align-items: center !important;\\r\\n    justify-content: center !important;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 i.ws-angle-right {\\r\\n    left: unset!important;\\r\\n    top: unset!important;\\r\\nmargin-right:3px;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 .owl-nav i.ws-angle-left {\\r\\n    left: unset!important;\\r\\n top: unset!important;\\r\\nmargin-left:3px;\\r\\n}\\r\\n }\\r\\n@media only screen and (max-width: 499px){#presets4.evm-wsrow {    margin: 0 0 0 0px!important;    justify-content: start;    flex-wrap: nowrap!important;    overflow:hidden;    overflow-x:scroll;}#presets4 .ws-box-wrapper {    padding: 0 5px;    width: auto!important;    flex: 0 0 65%;}.evm-ws-pagination.custom_show_more_button  {display:none!important;}#presets4 .evm-ws-card  { margin-bottom:0!important;}}.evm-drawer-main .evm-wscontainer { overflow: hidden!important;} \\r\\n\\r\\n.evm-drawer-main .evm-wiser-owl-theme .owl-nav button:hover ,  .evm-drawer-main #presets4 .owl-nav i {  background:transparent!important; }\\r\\n  \\r\\n.evm-related-product .wise-product-section .evm-ws-pagination.custom_show_more_button {\\r\\n    display: none;\\r\\n} \\r\\n\\r\\n@media only screen and (max-width: 450px){ \\r\\n\\r\\n.evm-related-product \\r\\n div#presets4 {\\r\\n    flex-wrap: wrap!important;\\r\\n    overflow-x: hidden!important;\\r\\n}\\r\\n\\r\\n.evm-related-product #presets4 .ws-box-wrapper {\\r\\n flex:0 0 50%;\\r\\n} \\r\\n\\r\\n}\",\n        \"not_allow_decimal\": \"false\",\n        \"currency_before\": \"&amp;#x20b9;\",\n        \"currency_after\": \"\",\n        \"addcart_confirmation_msg\": \"Added to cart!\",\n        \"viewcart_confirmation_msg\": \"View cart\",\n        \"countinue_confirmation_msg\": \"Continue shopping.\",\n        \"or_confirmation_msg\": \"or\",\n        \"shopify_product_convertor\": \"false\",\n        \"tax_type\": \"fixed\",\n        \"outofstock_msg\": \"Product is out of stock.\",\n        \"wiser_wishlist_option\": \"false\",\n        \"wiserlist_icon_color\": \"373333\",\n        \"thankyoupage_viewtype\": \"grid\",\n        \"allow_comma_inprice\": \"false\",\n        \"mobile_product_view\": \"grid\",\n        \"enable_addtocart_msg\": \"true\"\n    },\n    \"products\": {\n        \"1\": {\n            \"product_title\": \"Brown Rogue Track Pants\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 139000,\n            \"product_id\": 7457134641325,\n            \"product_handle\": \"brown-rogue-track-pants\",\n            \"variants\": [\n                {\n                    \"id\": 42580482392237,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"BP-01-CB-10-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Rogue Track Pants - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 139000,\n                    \"weight\": 200,\n                    \"compare_at_price\": 199000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"82392237\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42580482425005,\n                    \"title\": \"M-L\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"BP-01-CB-10-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Rogue Track Pants - M-L\",\n                    \"public_title\": \"M-L\",\n                    \"options\": [\n                        \"M-L\"\n                    ],\n                    \"price\": 139000,\n                    \"weight\": 200,\n                    \"compare_at_price\": 199000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"82425005\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        \"2\": {\n            \"product_title\": \"Black Cut Out Rib Top\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 79000,\n            \"product_id\": 7161328599213,\n            \"product_handle\": \"cut-out-rib-top\",\n            \"variants\": [\n                {\n                    \"id\": 41505144766637,\n                    \"title\": \"XS-S\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-09-SN-01-XS\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861243699373,\n                        \"product_id\": 7161328599213,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"updated_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\",\n                        \"variant_ids\": [\n                            41505144766637,\n                            41505144799405,\n                            41505144832173\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Black Cut Out Rib Top - XS-S\",\n                    \"public_title\": \"XS-S\",\n                    \"options\": [\n                        \"XS-S\"\n                    ],\n                    \"price\": 79000,\n                    \"weight\": 47,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"44766637\",\n                    \"featured_media\": {\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"id\": 26216981102765,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 41505144799405,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-09-SN-01-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861243699373,\n                        \"product_id\": 7161328599213,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"updated_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\",\n                        \"variant_ids\": [\n                            41505144766637,\n                            41505144799405,\n                            41505144832173\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Black Cut Out Rib Top - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 79000,\n                    \"weight\": 47,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"44799405\",\n                    \"featured_media\": {\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"id\": 26216981102765,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 41505144832173,\n                    \"title\": \"M-L\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-09-SN-01-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861243699373,\n                        \"product_id\": 7161328599213,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"updated_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\",\n                        \"variant_ids\": [\n                            41505144766637,\n                            41505144799405,\n                            41505144832173\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Black Cut Out Rib Top - M-L\",\n                    \"public_title\": \"M-L\",\n                    \"options\": [\n                        \"M-L\"\n                    ],\n                    \"price\": 79000,\n                    \"weight\": 47,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"44832173\",\n                    \"featured_media\": {\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"id\": 26216981102765,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        \"3\": {\n            \"product_title\": \"Brown Ribbed Knit Skirt\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 69000,\n            \"product_id\": 7365574721709,\n            \"product_handle\": \"brown-ribbed-knit-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 42261852061869,\n                    \"title\": \"S\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-03-VP-10-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Ribbed Knit Skirt - S\",\n                    \"public_title\": \"S\",\n                    \"options\": [\n                        \"S\"\n                    ],\n                    \"price\": 69000,\n                    \"weight\": 120,\n                    \"compare_at_price\": 99000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"52061869\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42261852192941,\n                    \"title\": \"M\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-03-VP-10-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Ribbed Knit Skirt - M\",\n                    \"public_title\": \"M\",\n                    \"options\": [\n                        \"M\"\n                    ],\n                    \"price\": 69000,\n                    \"weight\": 120,\n                    \"compare_at_price\": 99000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"52192941\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42261852324013,\n                    \"title\": \"L\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-03-VP-10-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Ribbed Knit Skirt - L\",\n                    \"public_title\": \"L\",\n                    \"options\": [\n                        \"L\"\n                    ],\n                    \"price\": 69000,\n                    \"weight\": 120,\n                    \"compare_at_price\": 99000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"52324013\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        \"4\": {\n            \"product_title\": \"Black Espresso Top\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 119000,\n            \"product_id\": 7716083368109,\n            \"product_handle\": \"black-espresso-top\",\n            \"variants\": [\n                {\n                    \"id\": 43287371612333,\n                    \"title\": \"XS-S\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": null,\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Espresso Top - XS-S\",\n                    \"public_title\": \"XS-S\",\n                    \"options\": [\n                        \"XS-S\"\n                    ],\n                    \"price\": 119000,\n                    \"weight\": 200,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"71612333\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 43287371645101,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": null,\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Espresso Top - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 119000,\n                    \"weight\": 200,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"71645101\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 43287371677869,\n                    \"title\": \"M-L\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": null,\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Espresso Top - M-L\",\n                    \"public_title\": \"M-L\",\n                    \"options\": [\n                        \"M-L\"\n                    ],\n                    \"price\": 119000,\n                    \"weight\": 200,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"71677869\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        \"5\": {\n            \"product_title\": \"Dark Grey Essential Crop Top\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 49000,\n            \"product_id\": 7367061274797,\n            \"product_handle\": \"dark-grey-essential-crop-top\",\n            \"variants\": [\n                {\n                    \"id\": 42271491096749,\n                    \"title\": \"S\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-06-SN-12-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey Essential Crop Top - S\",\n                    \"public_title\": \"S\",\n                    \"options\": [\n                        \"S\"\n                    ],\n                    \"price\": 49000,\n                    \"weight\": 70,\n                    \"compare_at_price\": 79000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"91096749\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42271491129517,\n                    \"title\": \"M\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-06-SN-12-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey Essential Crop Top - M\",\n                    \"public_title\": \"M\",\n                    \"options\": [\n                        \"M\"\n                    ],\n                    \"price\": 49000,\n                    \"weight\": 70,\n                    \"compare_at_price\": 79000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"91129517\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42271491162285,\n                    \"title\": \"L\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-06-SN-12-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey Essential Crop Top - L\",\n                    \"public_title\": \"L\",\n                    \"options\": [\n                        \"L\"\n                    ],\n                    \"price\": 49000,\n                    \"weight\": 70,\n                    \"compare_at_price\": 79000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"91162285\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        \"6\": {\n            \"product_title\": \"Green Chic Piping Top\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 59000,\n            \"product_id\": 7364791500973,\n            \"product_handle\": \"green-chic-piping-top\",\n            \"variants\": [\n                {\n                    \"id\": 42256115433645,\n                    \"title\": \"S\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-03-VP-15-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861273354413,\n                        \"product_id\": 7364791500973,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"updated_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\",\n                        \"variant_ids\": [\n                            42256115433645,\n                            42256115531949,\n                            42256115630253\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Green Chic Piping Top - S\",\n                    \"public_title\": \"S\",\n                    \"options\": [\n                        \"S\"\n                    ],\n                    \"price\": 59000,\n                    \"weight\": 90,\n                    \"compare_at_price\": 89000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"15433645\",\n                    \"featured_media\": {\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"id\": 26217010593965,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42256115531949,\n                    \"title\": \"M\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-03-VP-15-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861273354413,\n                        \"product_id\": 7364791500973,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"updated_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\",\n                        \"variant_ids\": [\n                            42256115433645,\n                            42256115531949,\n                            42256115630253\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Green Chic Piping Top - M\",\n                    \"public_title\": \"M\",\n                    \"options\": [\n                        \"M\"\n                    ],\n                    \"price\": 59000,\n                    \"weight\": 90,\n                    \"compare_at_price\": 89000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"15531949\",\n                    \"featured_media\": {\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"id\": 26217010593965,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42256115630253,\n                    \"title\": \"L\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-03-VP-15-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861273354413,\n                        \"product_id\": 7364791500973,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"updated_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\",\n                        \"variant_ids\": [\n                            42256115433645,\n                            42256115531949,\n                            42256115630253\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Green Chic Piping Top - L\",\n                    \"public_title\": \"L\",\n                    \"options\": [\n                        \"L\"\n                    ],\n                    \"price\": 59000,\n                    \"weight\": 90,\n                    \"compare_at_price\": 89000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"15630253\",\n                    \"featured_media\": {\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"id\": 26217010593965,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        \"7\": {\n            \"product_title\": \"Dark Grey High Slit Long Skirt\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 99000,\n            \"product_id\": 7366472695981,\n            \"product_handle\": \"dark-grey-high-slit-long-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 42268425650349,\n                    \"title\": \"XS\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-01-SN-12-XS\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey High Slit Long Skirt - XS\",\n                    \"public_title\": \"XS\",\n                    \"options\": [\n                        \"XS\"\n                    ],\n                    \"price\": 99000,\n                    \"weight\": 0,\n                    \"compare_at_price\": 149000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"25650349\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42268425715885,\n                    \"title\": \"S\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-01-SN-12-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey High Slit Long Skirt - S\",\n                    \"public_title\": \"S\",\n                    \"options\": [\n                        \"S\"\n                    ],\n                    \"price\": 99000,\n                    \"weight\": 0,\n                    \"compare_at_price\": 149000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"25715885\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42268425781421,\n                    \"title\": \"M\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-01-SN-12-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey High Slit Long Skirt - M\",\n                    \"public_title\": \"M\",\n                    \"options\": [\n                        \"M\"\n                    ],\n                    \"price\": 99000,\n                    \"weight\": 0,\n                    \"compare_at_price\": 149000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"25781421\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        \"8\": {\n            \"product_title\": \"Olympus Tee\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 129000,\n            \"product_id\": 7457855111341,\n            \"product_handle\": \"olympus-tee\",\n            \"variants\": [\n                {\n                    \"id\": 42583253450925,\n                    \"title\": \"XS-S\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBST1490S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Olympus Tee - XS-S\",\n                    \"public_title\": \"XS-S\",\n                    \"options\": [\n                        \"XS-S\"\n                    ],\n                    \"price\": 129000,\n                    \"weight\": 200,\n                    \"compare_at_price\": 149000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"53450925\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42583253483693,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBST1490M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Olympus Tee - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 129000,\n                    \"weight\": 200,\n                    \"compare_at_price\": 149000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"53483693\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42583253516461,\n                    \"title\": \"M-L\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBST1490L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Olympus Tee - M-L\",\n                    \"public_title\": \"M-L\",\n                    \"options\": [\n                        \"M-L\"\n                    ],\n                    \"price\": 129000,\n                    \"weight\": 200,\n                    \"compare_at_price\": 149000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"53516461\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        \"9\": {\n            \"product_title\": \"Black Raven Underpants\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 79000,\n            \"product_id\": 7414751363245,\n            \"product_handle\": \"black-raven-underpants\",\n            \"variants\": [\n                {\n                    \"id\": 42465820901549,\n                    \"title\": \"small\",\n                    \"option1\": \"small\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBRU790S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Raven Underpants - small\",\n                    \"public_title\": \"small\",\n                    \"options\": [\n                        \"small\"\n                    ],\n                    \"price\": 79000,\n                    \"weight\": 200,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"20901549\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42465820934317,\n                    \"title\": \"medium\",\n                    \"option1\": \"medium\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBRU790M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Raven Underpants - medium\",\n                    \"public_title\": \"medium\",\n                    \"options\": [\n                        \"medium\"\n                    ],\n                    \"price\": 79000,\n                    \"weight\": 200,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"20934317\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42465820967085,\n                    \"title\": \"large\",\n                    \"option1\": \"large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBRU790L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Raven Underpants - large\",\n                    \"public_title\": \"large\",\n                    \"options\": [\n                        \"large\"\n                    ],\n                    \"price\": 79000,\n                    \"weight\": 200,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"20967085\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        \"\": {\n            \"product_title\": \"Sad Girls Baggy Sweatshirt\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 79000,\n            \"product_id\": 7288434491565,\n            \"product_handle\": \"sad-girls-baggy-sweatshirt\",\n            \"variants\": [\n                {\n                    \"id\": 42025385132205,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"42025385132205\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Sad Girls Baggy Sweatshirt - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 79000,\n                    \"weight\": 0,\n                    \"compare_at_price\": 179000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"85132205\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42025385197741,\n                    \"title\": \"L-XL\",\n                    \"option1\": \"L-XL\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"42025385197741\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": false,\n                    \"name\": \"Sad Girls Baggy Sweatshirt - L-XL\",\n                    \"public_title\": \"L-XL\",\n                    \"options\": [\n                        \"L-XL\"\n                    ],\n                    \"price\": 79000,\n                    \"weight\": 0,\n                    \"compare_at_price\": 179000,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"85197741\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"28914ccd-3c24-4991-8965-365677b66af8"},{"name":"AI Based Recommandations","id":"6fa111f0-ff1a-4c9a-969b-f901ab8c5242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/Partner/inspired_by_browsing?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=beeglee-in.myshopify.com&product_id=7288434229421&total_products=4","urlObject":{"protocol":"https","path":["api","Partner","inspired_by_browsing"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"beeglee-in.myshopify.com"},{"key":"product_id","value":"7288434229421"},{"key":"total_products","value":"4"}],"variable":[]}},"response":[{"id":"78db7bbc-8f25-4356-b851-81bc01251679","name":"AI Based Recommandations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/Partner/inspired_by_browsing?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=beeglee-in.myshopify.com&product_id=7288434229421&total_products=4","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","Partner","inspired_by_browsing"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"beeglee-in.myshopify.com"},{"key":"product_id","value":"7288434229421"},{"key":"total_products","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2024 12:14:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products found\",\n    \"status_code\": 105,\n    \"settings\": {\n        \"template\": \"template4\",\n        \"no_of_products\": \"14\",\n        \"heading_title_align\": \"center\",\n        \"heading_font_size\": \"22\",\n        \"heading_font_color\": \"000000\",\n        \"show_product_title\": \"true\",\n        \"product_title_align\": \"center\",\n        \"product_title_font_size\": \"15\",\n        \"product_title_font_color\": \"000000\",\n        \"enable_truncate_title\": \"true\",\n        \"truncate_title\": \"30\",\n        \"enable_add_to_cart\": \"true\",\n        \"add_to_cart_text\": \"Add to Cart\",\n        \"addcart_button_background\": \"000000\",\n        \"show_price\": \"true\",\n        \"price_font_size\": \"15\",\n        \"price_font_color\": \"000000\",\n        \"ori_price_font_color\": \"FF5C5C\",\n        \"imgsize\": \"none\",\n        \"product_view\": \"slider\",\n        \"product_view_type\": \"\",\n        \"setting_status\": \"advanced\",\n        \"enable_redirection\": \"false\",\n        \"products_per_slider\": \"4\",\n        \"design_version\": \"2\",\n        \"price_align\": \"center\",\n        \"show_compare_price\": \"true\",\n        \"shopify_product_review\": \"false\",\n        \"review_publickey\": \"\",\n        \"hover_image\": \"true\",\n        \"hide_ofs\": \"true\",\n        \"addcart_button_font\": \"FFFFFF\",\n        \"price_tax\": \"\",\n        \"hide_oos_variants\": \"false\",\n        \"custom_css\": \"#presets4 .evm-ws-image-wrapper on-sale-badge.badge.badge--on-sale {\\r\\n    z-index: 2;\\r\\n    position: absolute;\\r\\n    margin: 10px;\\r\\n}\\r\\n.evm-wscontainer {\\r\\n    width: 100%;\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought p.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought.evm_visible_text.ws_fbt_inr_main .evm-wscontainer {\\r\\n    max-width: 1260px !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n    margin: 30px 0 !important;\\r\\n}\\r\\n\\r\\n#alsopresets2 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    margin-top: 10px !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-compare-original-price {\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__price {\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-alsobought-total b {\\r\\n    font-weight: 600;\\r\\n    color: #000000 !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws__cart-submit {\\r\\n    font-size: 15px;\\r\\n    text-transform: uppercase;\\r\\n    border-radius: 2px;\\r\\n    padding: 6px 8px !important\\r\\n}\\r\\n\\r\\n#alsopresets4 .evm-ws-image-section .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 100% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card_image_container .ws-card__background-image {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4.evm-wiser-owl-carousel .owl-stage {\\r\\n    display: flex !important;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .ws-box-wrapper {\\r\\n    height: 100%;\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card {\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    height: 100%;\\r\\n    margin: 0;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-carousel .owl-stage-outer {\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets2 .ws-card__header {\\r\\n    flex-grow: 1;\\r\\n}\\r\\n\\r\\n#presets4 .ws-product-color:after,\\r\\n#presets4 .ws-product-size:after {\\r\\n    margin-right: 5px !important;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-theme .owl-nav [class*=owl-]:hover {\\r\\n    background: white !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__header-link {\\r\\n    padding: 10px 0 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-add-to-cart-popup-outer {\\r\\n    margin-top: -40px;\\r\\n    width: auto;\\r\\n    float: right;\\r\\n    right: 10px;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner span {\\r\\n    display: none;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner {\\r\\n    margin-top: 0 !important;\\r\\n    width: 32px !important;\\r\\n    height: 32px !important;\\r\\n    position: relative;\\r\\n    background-color: #fff !important;\\r\\n    opacity: 0;\\r\\n    transition: opacity .2s ease-in-out, transform .2s ease-in-out;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card:hover .evm-add-to-cart-popup-inner {\\r\\n    opacity: 1;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner:before {\\r\\n    content: \\\" \\\";\\r\\n    background-repeat: no-repeat;\\r\\n    background-size: contain;\\r\\n    background-image: url('https:\\\\/\\\\/cdn.shopify.com\\\\/s\\\\/files\\\\/1\\\\/0550\\\\/4942\\\\/0973\\\\/files\\\\/svgviewer-png-output_1.png?v=1695290891');\\r\\n    position: absolute;\\r\\n    top: 50%;\\r\\n    left: 50%;\\r\\n    transform: translate(-50%, -50%);\\r\\n    height: 12px;\\r\\n    width: 12px;\\r\\n}\\r\\n\\r\\n.evm-add-to-cart-popup-inner:hover:before {\\r\\n    transition: transform .2s ease-in-out;\\r\\n    transform: translateX(-50%) translateY(-50%) rotate(90deg) !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws-popup-variant-list-item label {\\r\\n    padding: 8px 15px !important;\\r\\n}\\r\\n\\r\\n#presets4 .popup-heading,\\r\\n#presets4 .popup-close {\\r\\n    height: 40px !important;\\r\\n}\\r\\n\\r\\n\\r\\n.evm-drawer-main .owl-item {float:left;    }.evm-drawer-main {    display: flex;    flex-direction: column;} .evm-drawer-main .evm-wscontainer {    padding: 0!important;} .evm-drawer-main .evm_visible_text {    display: flex;    flex-direction: column;    position: relative;} .evm-drawer-main .evm-wiser-owl-theme .owl-nav {    top: 0px;     position: absolute;\\r\\n    right: 0;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-prev {    right: 40px;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-next {    right: 0;}.evm-drawer-main .evm_wiser_heading {    margin-top: 15px!important;    font-size: 18px!important;    width: 80%;    text-align: left!important;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button {    position: absolute;background: transparent;} .evm-drawer-main #presets4 .owl-nav i  { width:10px; height:10px; }@media only screen and (max-width: 1024px){.evm-also-bought .evm-wscontainer {    padding: 0px!important;} #presets4 a.evm-add-to-cart-popup-inner{ opacity:1;}}@media only screen and (max-width: 767px){\\r\\n.evm-ws-image-section.evm-ws-three-products {   \\r\\n display: flex!important;    flex-wrap: wrap;    justify-content: space-evenly;} \\r\\n.evm-wiser-owl-carousel .owl-nav button {\\r\\n    display: flex !important;\\r\\n    align-items: center !important;\\r\\n    justify-content: center !important;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 i.ws-angle-right {\\r\\n    left: unset!important;\\r\\n    top: unset!important;\\r\\nmargin-right:3px;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 .owl-nav i.ws-angle-left {\\r\\n    left: unset!important;\\r\\n top: unset!important;\\r\\nmargin-left:3px;\\r\\n}\\r\\n }\\r\\n@media only screen and (max-width: 499px){#presets4.evm-wsrow {    margin: 0 0 0 0px!important;    justify-content: start;    flex-wrap: nowrap!important;    overflow:hidden;    overflow-x:scroll;}#presets4 .ws-box-wrapper {    padding: 0 5px;    width: auto!important;    flex: 0 0 65%;}.evm-ws-pagination.custom_show_more_button  {display:none!important;}#presets4 .evm-ws-card  { margin-bottom:0!important;}}.evm-drawer-main .evm-wscontainer { overflow: hidden!important;} \\r\\n\\r\\n.evm-drawer-main .evm-wiser-owl-theme .owl-nav button:hover ,  .evm-drawer-main #presets4 .owl-nav i {  background:transparent!important; }\\r\\n  \\r\\n.evm-related-product .wise-product-section .evm-ws-pagination.custom_show_more_button {\\r\\n    display: none;\\r\\n} \\r\\n\\r\\n@media only screen and (max-width: 450px){ \\r\\n\\r\\n.evm-related-product \\r\\n div#presets4 {\\r\\n    flex-wrap: wrap!important;\\r\\n    overflow-x: hidden!important;\\r\\n}\\r\\n\\r\\n.evm-related-product #presets4 .ws-box-wrapper {\\r\\n flex:0 0 50%;\\r\\n} \\r\\n\\r\\n}\",\n        \"not_allow_decimal\": \"false\",\n        \"currency_before\": \"&amp;#x20b9;\",\n        \"currency_after\": \"\",\n        \"addcart_confirmation_msg\": \"Added to cart!\",\n        \"viewcart_confirmation_msg\": \"View cart\",\n        \"countinue_confirmation_msg\": \"Continue shopping.\",\n        \"or_confirmation_msg\": \"or\",\n        \"shopify_product_convertor\": \"false\",\n        \"tax_type\": \"fixed\",\n        \"outofstock_msg\": \"Product is out of stock.\",\n        \"wiser_wishlist_option\": \"false\",\n        \"wiserlist_icon_color\": \"373333\",\n        \"thankyoupage_viewtype\": \"grid\",\n        \"allow_comma_inprice\": \"false\",\n        \"mobile_product_view\": \"grid\",\n        \"enable_addtocart_msg\": \"true\"\n    },\n    \"products\": {\n        \"1\": {\n            \"title\": \"Brown Rogue Track Pants\",\n            \"vendor\": \"Beeglee\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-881251.png?v=1708118914\",\n            \"images\": [\n                {\n                    \"alt\": \"Brown Rogue Track Pants - BEEGLEE\",\n                    \"id\": 26292582154413,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.672,\n                        \"height\": 1498,\n                        \"width\": 1006,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-881251.png?v=1708118914\"\n                    },\n                    \"aspect_ratio\": 0.672,\n                    \"height\": 1498,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-881251.png?v=1708118914\",\n                    \"width\": 1006\n                },\n                {\n                    \"alt\": \"Brown Rogue Track Pants - BEEGLEE\",\n                    \"id\": 26281514107053,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-524470.jpg?v=1708107262\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-524470.jpg?v=1708107262\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Brown Rogue Track Pants - BEEGLEE\",\n                    \"id\": 26281514041517,\n                    \"position\": 3,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-850427.jpg?v=1708107262\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-850427.jpg?v=1708107262\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Brown Rogue Track Pants - BEEGLEE\",\n                    \"id\": 26281514074285,\n                    \"position\": 4,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-729530.jpg?v=1708107262\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-729530.jpg?v=1708107262\",\n                    \"width\": 1000\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-rogue-track-pants-524470.jpg?v=1708107262\",\n            \"price\": 1390,\n            \"compare_at_price\": 1990,\n            \"id\": 7457134641325,\n            \"handle\": \"brown-rogue-track-pants\",\n            \"variants\": [\n                {\n                    \"id\": 42580482392237,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"BP-01-CB-10-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Rogue Track Pants - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 1390,\n                    \"weight\": 200,\n                    \"compare_at_price\": 1990,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"82392237\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42580482425005,\n                    \"title\": \"M-L\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"BP-01-CB-10-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Rogue Track Pants - M-L\",\n                    \"public_title\": \"M-L\",\n                    \"options\": [\n                        \"M-L\"\n                    ],\n                    \"price\": 1390,\n                    \"weight\": 200,\n                    \"compare_at_price\": 1990,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"82425005\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        },\n        \"2\": {\n            \"title\": \"Black Cut Out Rib Top\",\n            \"vendor\": \"BeeGlee\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\",\n            \"images\": [\n                {\n                    \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                    \"id\": 26216981102765,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                    \"id\": 26216981266605,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-553853.jpg?v=1706793165\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-553853.jpg?v=1706793165\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                    \"id\": 26216981430445,\n                    \"position\": 3,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-108214.jpg?v=1706793165\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-108214.jpg?v=1706793165\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                    \"id\": 26216981594285,\n                    \"position\": 4,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-776048.jpg?v=1706793165\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-776048.jpg?v=1706793165\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                    \"id\": 26216981725357,\n                    \"position\": 5,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-423196.jpg?v=1706793165\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-423196.jpg?v=1706793165\",\n                    \"width\": 1000\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-553853.jpg?v=1706793165\",\n            \"price\": 790,\n            \"compare_at_price\": 0,\n            \"id\": 7161328599213,\n            \"handle\": \"cut-out-rib-top\",\n            \"variants\": [\n                {\n                    \"id\": 41505144766637,\n                    \"title\": \"XS-S\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-09-SN-01-XS\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861243699373,\n                        \"product_id\": 7161328599213,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"updated_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\",\n                        \"variant_ids\": [\n                            41505144766637,\n                            41505144799405,\n                            41505144832173\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Black Cut Out Rib Top - XS-S\",\n                    \"public_title\": \"XS-S\",\n                    \"options\": [\n                        \"XS-S\"\n                    ],\n                    \"price\": 790,\n                    \"weight\": 47,\n                    \"compare_at_price\": 0,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"44766637\",\n                    \"featured_media\": {\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"id\": 26216981102765,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 41505144799405,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-09-SN-01-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861243699373,\n                        \"product_id\": 7161328599213,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"updated_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\",\n                        \"variant_ids\": [\n                            41505144766637,\n                            41505144799405,\n                            41505144832173\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Black Cut Out Rib Top - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 790,\n                    \"weight\": 47,\n                    \"compare_at_price\": 0,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"44799405\",\n                    \"featured_media\": {\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"id\": 26216981102765,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 41505144832173,\n                    \"title\": \"M-L\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-09-SN-01-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861243699373,\n                        \"product_id\": 7161328599213,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"updated_at\": \"2024-02-01T18:42:45+05:30\",\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\",\n                        \"variant_ids\": [\n                            41505144766637,\n                            41505144799405,\n                            41505144832173\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Black Cut Out Rib Top - M-L\",\n                    \"public_title\": \"M-L\",\n                    \"options\": [\n                        \"M-L\"\n                    ],\n                    \"price\": 790,\n                    \"weight\": 47,\n                    \"compare_at_price\": 0,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"44832173\",\n                    \"featured_media\": {\n                        \"alt\": \"Black Cut Out Rib Top - BEEGLEE\",\n                        \"id\": 26216981102765,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-cut-out-rib-top-398846.jpg?v=1706793165\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        },\n        \"3\": {\n            \"title\": \"Brown Ribbed Knit Skirt\",\n            \"vendor\": \"BeeGlee\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-527796.jpg?v=1706793238\",\n            \"images\": [\n                {\n                    \"alt\": \"Brown Ribbed Knit Skirt - BEEGLEE\",\n                    \"id\": 26216994570413,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 2048,\n                        \"width\": 1365,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-527796.jpg?v=1706793238\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 2048,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-527796.jpg?v=1706793238\",\n                    \"width\": 1365\n                },\n                {\n                    \"alt\": \"Brown Ribbed Knit Skirt - BEEGLEE\",\n                    \"id\": 26216994767021,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-221748.jpg?v=1706793238\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-221748.jpg?v=1706793238\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Brown Ribbed Knit Skirt - BEEGLEE\",\n                    \"id\": 26216994832557,\n                    \"position\": 3,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 2048,\n                        \"width\": 1365,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-327486.jpg?v=1706793238\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 2048,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-327486.jpg?v=1706793238\",\n                    \"width\": 1365\n                },\n                {\n                    \"alt\": \"Brown Ribbed Knit Skirt - BEEGLEE\",\n                    \"id\": 26216994930861,\n                    \"position\": 4,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 2048,\n                        \"width\": 1365,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-689166.jpg?v=1706793238\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 2048,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-689166.jpg?v=1706793238\",\n                    \"width\": 1365\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/brown-ribbed-knit-skirt-221748.jpg?v=1706793238\",\n            \"price\": 690,\n            \"compare_at_price\": 990,\n            \"id\": 7365574721709,\n            \"handle\": \"brown-ribbed-knit-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 42261852061869,\n                    \"title\": \"S\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-03-VP-10-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Ribbed Knit Skirt - S\",\n                    \"public_title\": \"S\",\n                    \"options\": [\n                        \"S\"\n                    ],\n                    \"price\": 690,\n                    \"weight\": 120,\n                    \"compare_at_price\": 990,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"52061869\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42261852192941,\n                    \"title\": \"M\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-03-VP-10-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Ribbed Knit Skirt - M\",\n                    \"public_title\": \"M\",\n                    \"options\": [\n                        \"M\"\n                    ],\n                    \"price\": 690,\n                    \"weight\": 120,\n                    \"compare_at_price\": 990,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"52192941\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42261852324013,\n                    \"title\": \"L\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-03-VP-10-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Brown Ribbed Knit Skirt - L\",\n                    \"public_title\": \"L\",\n                    \"options\": [\n                        \"L\"\n                    ],\n                    \"price\": 690,\n                    \"weight\": 120,\n                    \"compare_at_price\": 990,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"52324013\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        },\n        \"4\": {\n            \"title\": \"Black Espresso Top\",\n            \"vendor\": \"BEEGLEE\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-espresso-top-741959.jpg?v=1717182553\",\n            \"images\": [\n                {\n                    \"alt\": \"Black Espresso Top - BEEGLEE\",\n                    \"id\": 27153962303661,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-espresso-top-741959.jpg?v=1717182553\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-espresso-top-741959.jpg?v=1717182553\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Black Espresso Top - BEEGLEE\",\n                    \"id\": 27153962369197,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-espresso-top-182599.jpg?v=1717182553\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-espresso-top-182599.jpg?v=1717182553\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": null,\n                    \"id\": 27093773746349,\n                    \"position\": 3,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1080,\n                        \"width\": 720,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/preview_images/3ce8504773bc435eac91ce0988c07920.thumbnail.0000000000.jpg?v=1716791186\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"duration\": 2710,\n                    \"media_type\": \"video\",\n                    \"sources\": [\n                        {\n                            \"format\": \"mp4\",\n                            \"height\": 480,\n                            \"mime_type\": \"video/mp4\",\n                            \"url\": \"https://cdn.shopify.com/videos/c/vp/3ce8504773bc435eac91ce0988c07920/3ce8504773bc435eac91ce0988c07920.SD-480p-1.5Mbps-29645059.mp4\",\n                            \"width\": 320\n                        },\n                        {\n                            \"format\": \"mp4\",\n                            \"height\": 1080,\n                            \"mime_type\": \"video/mp4\",\n                            \"url\": \"https://cdn.shopify.com/videos/c/vp/3ce8504773bc435eac91ce0988c07920/3ce8504773bc435eac91ce0988c07920.HD-1080p-7.2Mbps-29645059.mp4\",\n                            \"width\": 720\n                        },\n                        {\n                            \"format\": \"mp4\",\n                            \"height\": 720,\n                            \"mime_type\": \"video/mp4\",\n                            \"url\": \"https://cdn.shopify.com/videos/c/vp/3ce8504773bc435eac91ce0988c07920/3ce8504773bc435eac91ce0988c07920.HD-720p-4.5Mbps-29645059.mp4\",\n                            \"width\": 480\n                        },\n                        {\n                            \"format\": \"m3u8\",\n                            \"height\": 1080,\n                            \"mime_type\": \"application/x-mpegURL\",\n                            \"url\": \"https://cdn.shopify.com/videos/c/vp/3ce8504773bc435eac91ce0988c07920/3ce8504773bc435eac91ce0988c07920.m3u8\",\n                            \"width\": 720\n                        }\n                    ]\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-espresso-top-182599.jpg?v=1717182553\",\n            \"price\": 1190,\n            \"compare_at_price\": 0,\n            \"id\": 7716083368109,\n            \"handle\": \"black-espresso-top\",\n            \"variants\": [\n                {\n                    \"id\": 43287371612333,\n                    \"title\": \"XS-S\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": null,\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Espresso Top - XS-S\",\n                    \"public_title\": \"XS-S\",\n                    \"options\": [\n                        \"XS-S\"\n                    ],\n                    \"price\": 1190,\n                    \"weight\": 200,\n                    \"compare_at_price\": 0,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"71612333\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 43287371645101,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": null,\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Espresso Top - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 1190,\n                    \"weight\": 200,\n                    \"compare_at_price\": 0,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"71645101\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 43287371677869,\n                    \"title\": \"M-L\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": null,\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Espresso Top - M-L\",\n                    \"public_title\": \"M-L\",\n                    \"options\": [\n                        \"M-L\"\n                    ],\n                    \"price\": 1190,\n                    \"weight\": 200,\n                    \"compare_at_price\": 0,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"71677869\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        },\n        \"5\": {\n            \"title\": \"Dark Grey Essential Crop Top\",\n            \"vendor\": \"BEEGLEE\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-546356.jpg?v=1706873334\",\n            \"images\": [\n                {\n                    \"alt\": \"Dark Grey Essential Crop Top - BEEGLEE\",\n                    \"id\": 26217003024557,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-546356.jpg?v=1706873334\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-546356.jpg?v=1706873334\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Dark Grey Essential Crop Top - BEEGLEE\",\n                    \"id\": 26217002827949,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-884718.png?v=1706873334\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-884718.png?v=1706873334\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Dark Grey Essential Crop Top - BEEGLEE\",\n                    \"id\": 26217002893485,\n                    \"position\": 3,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-875111.jpg?v=1706873334\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-875111.jpg?v=1706873334\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Dark Grey Essential Crop Top - BEEGLEE\",\n                    \"id\": 26217002926253,\n                    \"position\": 4,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-479422.jpg?v=1706873334\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-479422.jpg?v=1706873334\",\n                    \"width\": 1000\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-essential-crop-top-884718.png?v=1706873334\",\n            \"price\": 490,\n            \"compare_at_price\": 790,\n            \"id\": 7367061274797,\n            \"handle\": \"dark-grey-essential-crop-top\",\n            \"variants\": [\n                {\n                    \"id\": 42271491096749,\n                    \"title\": \"S\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-06-SN-12-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey Essential Crop Top - S\",\n                    \"public_title\": \"S\",\n                    \"options\": [\n                        \"S\"\n                    ],\n                    \"price\": 490,\n                    \"weight\": 70,\n                    \"compare_at_price\": 790,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"91096749\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42271491129517,\n                    \"title\": \"M\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-06-SN-12-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey Essential Crop Top - M\",\n                    \"public_title\": \"M\",\n                    \"options\": [\n                        \"M\"\n                    ],\n                    \"price\": 490,\n                    \"weight\": 70,\n                    \"compare_at_price\": 790,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"91129517\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42271491162285,\n                    \"title\": \"L\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-06-SN-12-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey Essential Crop Top - L\",\n                    \"public_title\": \"L\",\n                    \"options\": [\n                        \"L\"\n                    ],\n                    \"price\": 490,\n                    \"weight\": 70,\n                    \"compare_at_price\": 790,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"91162285\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        },\n        \"6\": {\n            \"title\": \"Green Chic Piping Top\",\n            \"vendor\": \"BeeGlee\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\",\n            \"images\": [\n                {\n                    \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                    \"id\": 26217010593965,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                    \"id\": 26217010626733,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-309160.jpg?v=1706793433\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-309160.jpg?v=1706793433\",\n                    \"width\": 1000\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-309160.jpg?v=1706793433\",\n            \"price\": 590,\n            \"compare_at_price\": 890,\n            \"id\": 7364791500973,\n            \"handle\": \"green-chic-piping-top\",\n            \"variants\": [\n                {\n                    \"id\": 42256115433645,\n                    \"title\": \"S\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-03-VP-15-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861273354413,\n                        \"product_id\": 7364791500973,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"updated_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\",\n                        \"variant_ids\": [\n                            42256115433645,\n                            42256115531949,\n                            42256115630253\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Green Chic Piping Top - S\",\n                    \"public_title\": \"S\",\n                    \"options\": [\n                        \"S\"\n                    ],\n                    \"price\": 590,\n                    \"weight\": 90,\n                    \"compare_at_price\": 890,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"15433645\",\n                    \"featured_media\": {\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"id\": 26217010593965,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42256115531949,\n                    \"title\": \"M\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-03-VP-15-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861273354413,\n                        \"product_id\": 7364791500973,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"updated_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\",\n                        \"variant_ids\": [\n                            42256115433645,\n                            42256115531949,\n                            42256115630253\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Green Chic Piping Top - M\",\n                    \"public_title\": \"M\",\n                    \"options\": [\n                        \"M\"\n                    ],\n                    \"price\": 590,\n                    \"weight\": 90,\n                    \"compare_at_price\": 890,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"15531949\",\n                    \"featured_media\": {\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"id\": 26217010593965,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42256115630253,\n                    \"title\": \"L\",\n                    \"option1\": \"L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"TT-03-VP-15-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 33861273354413,\n                        \"product_id\": 7364791500973,\n                        \"position\": 1,\n                        \"created_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"updated_at\": \"2024-02-01T18:47:13+05:30\",\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"width\": 1000,\n                        \"height\": 1500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\",\n                        \"variant_ids\": [\n                            42256115433645,\n                            42256115531949,\n                            42256115630253\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Green Chic Piping Top - L\",\n                    \"public_title\": \"L\",\n                    \"options\": [\n                        \"L\"\n                    ],\n                    \"price\": 590,\n                    \"weight\": 90,\n                    \"compare_at_price\": 890,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"15630253\",\n                    \"featured_media\": {\n                        \"alt\": \"Green Chic Piping Top - BEEGLEE\",\n                        \"id\": 26217010593965,\n                        \"position\": 1,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 1500,\n                            \"width\": 1000,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/green-chic-piping-top-684397.jpg?v=1706793433\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        },\n        \"7\": {\n            \"title\": \"Dark Grey High Slit Long Skirt\",\n            \"vendor\": \"BEEGLEE\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-155136.png?v=1706793324\",\n            \"images\": [\n                {\n                    \"alt\": \"Dark Grey High Slit Long Skirt - BEEGLEE\",\n                    \"id\": 26217004269741,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.669,\n                        \"height\": 1796,\n                        \"width\": 1202,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-155136.png?v=1706793324\"\n                    },\n                    \"aspect_ratio\": 0.669,\n                    \"height\": 1796,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-155136.png?v=1706793324\",\n                    \"width\": 1202\n                },\n                {\n                    \"alt\": \"Dark Grey High Slit Long Skirt - BEEGLEE\",\n                    \"id\": 26217004302509,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-958053.jpg?v=1706793324\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-958053.jpg?v=1706793324\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Dark Grey High Slit Long Skirt - BEEGLEE\",\n                    \"id\": 26217004335277,\n                    \"position\": 3,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1800,\n                        \"width\": 1200,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-256229.png?v=1706793324\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1800,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-256229.png?v=1706793324\",\n                    \"width\": 1200\n                },\n                {\n                    \"alt\": \"Dark Grey High Slit Long Skirt - BEEGLEE\",\n                    \"id\": 26217004368045,\n                    \"position\": 4,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.664,\n                        \"height\": 1800,\n                        \"width\": 1196,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-227209.png?v=1706793324\"\n                    },\n                    \"aspect_ratio\": 0.664,\n                    \"height\": 1800,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-227209.png?v=1706793324\",\n                    \"width\": 1196\n                },\n                {\n                    \"alt\": \"Dark Grey High Slit Long Skirt - BEEGLEE\",\n                    \"id\": 26217004400813,\n                    \"position\": 5,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.669,\n                        \"height\": 1800,\n                        \"width\": 1204,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-402872.png?v=1706793324\"\n                    },\n                    \"aspect_ratio\": 0.669,\n                    \"height\": 1800,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-402872.png?v=1706793324\",\n                    \"width\": 1204\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/dark-grey-high-slit-long-skirt-958053.jpg?v=1706793324\",\n            \"price\": 990,\n            \"compare_at_price\": 1490,\n            \"id\": 7366472695981,\n            \"handle\": \"dark-grey-high-slit-long-skirt\",\n            \"variants\": [\n                {\n                    \"id\": 42268425650349,\n                    \"title\": \"XS\",\n                    \"option1\": \"XS\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-01-SN-12-XS\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey High Slit Long Skirt - XS\",\n                    \"public_title\": \"XS\",\n                    \"options\": [\n                        \"XS\"\n                    ],\n                    \"price\": 990,\n                    \"weight\": 0,\n                    \"compare_at_price\": 1490,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"25650349\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42268425715885,\n                    \"title\": \"S\",\n                    \"option1\": \"S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-01-SN-12-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey High Slit Long Skirt - S\",\n                    \"public_title\": \"S\",\n                    \"options\": [\n                        \"S\"\n                    ],\n                    \"price\": 990,\n                    \"weight\": 0,\n                    \"compare_at_price\": 1490,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"25715885\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42268425781421,\n                    \"title\": \"M\",\n                    \"option1\": \"M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"SK-01-SN-12-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Dark Grey High Slit Long Skirt - M\",\n                    \"public_title\": \"M\",\n                    \"options\": [\n                        \"M\"\n                    ],\n                    \"price\": 990,\n                    \"weight\": 0,\n                    \"compare_at_price\": 1490,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"25781421\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        },\n        \"8\": {\n            \"title\": \"Olympus Tee\",\n            \"vendor\": \"BEEGLEE\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-402183.png?v=1712326977\",\n            \"images\": [\n                {\n                    \"alt\": \"Black Shoka Tee - BEEGLEE\",\n                    \"id\": 26491627733165,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-402183.png?v=1712326977\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-402183.png?v=1712326977\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Black Shoka Tee - BEEGLEE\",\n                    \"id\": 26491627765933,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 2048,\n                        \"width\": 1365,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-290353.jpg?v=1712326977\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 2048,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-290353.jpg?v=1712326977\",\n                    \"width\": 1365\n                },\n                {\n                    \"alt\": \"Black Shoka Tee - BEEGLEE\",\n                    \"id\": 26491627700397,\n                    \"position\": 3,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1086,\n                        \"width\": 724,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-855282.jpg?v=1713635442\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1086,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-855282.jpg?v=1713635442\",\n                    \"width\": 724\n                },\n                {\n                    \"alt\": \"Black Shoka Tee - BEEGLEE\",\n                    \"id\": 26459994554541,\n                    \"position\": 4,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1500,\n                        \"width\": 1000,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-shoka-tee-214377.jpg?v=1713635442\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1500,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-shoka-tee-214377.jpg?v=1713635442\",\n                    \"width\": 1000\n                },\n                {\n                    \"alt\": \"Black Shoka Tee - BEEGLEE\",\n                    \"id\": 26459994587309,\n                    \"position\": 5,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.625,\n                        \"height\": 1476,\n                        \"width\": 923,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-shoka-tee-390979.jpg?v=1713635442\"\n                    },\n                    \"aspect_ratio\": 0.625,\n                    \"height\": 1476,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/black-shoka-tee-390979.jpg?v=1713635442\",\n                    \"width\": 923\n                },\n                {\n                    \"alt\": \"Black Shoka Tee - BEEGLEE\",\n                    \"id\": 26491627798701,\n                    \"position\": 6,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 2048,\n                        \"width\": 1365,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-867701.jpg?v=1712326961\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 2048,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-867701.jpg?v=1712326961\",\n                    \"width\": 1365\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-shoka-tee-290353.jpg?v=1712326977\",\n            \"price\": 1290,\n            \"compare_at_price\": 1490,\n            \"id\": 7457855111341,\n            \"handle\": \"olympus-tee\",\n            \"variants\": [\n                {\n                    \"id\": 42583253450925,\n                    \"title\": \"XS-S\",\n                    \"option1\": \"XS-S\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBST1490S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Olympus Tee - XS-S\",\n                    \"public_title\": \"XS-S\",\n                    \"options\": [\n                        \"XS-S\"\n                    ],\n                    \"price\": 1290,\n                    \"weight\": 200,\n                    \"compare_at_price\": 1490,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"53450925\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42583253483693,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBST1490M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Olympus Tee - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 1290,\n                    \"weight\": 200,\n                    \"compare_at_price\": 1490,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"53483693\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42583253516461,\n                    \"title\": \"M-L\",\n                    \"option1\": \"M-L\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBST1490L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Olympus Tee - M-L\",\n                    \"public_title\": \"M-L\",\n                    \"options\": [\n                        \"M-L\"\n                    ],\n                    \"price\": 1290,\n                    \"weight\": 200,\n                    \"compare_at_price\": 1490,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"53516461\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        },\n        \"9\": {\n            \"title\": \"Black Raven Underpants\",\n            \"vendor\": \"Beeglee\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-457442.jpg?v=1716933702\",\n            \"images\": [\n                {\n                    \"alt\": \"Black Raven Underpants - BEEGLEE\",\n                    \"id\": 27122850627757,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1521,\n                        \"width\": 1014,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-457442.jpg?v=1716933702\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1521,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-457442.jpg?v=1716933702\",\n                    \"width\": 1014\n                },\n                {\n                    \"alt\": \"Black Raven Underpants - BEEGLEE\",\n                    \"id\": 27122850660525,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.563,\n                        \"height\": 1794,\n                        \"width\": 1010,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-915243.png?v=1716933702\"\n                    },\n                    \"aspect_ratio\": 0.563,\n                    \"height\": 1794,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-915243.png?v=1716933702\",\n                    \"width\": 1010\n                },\n                {\n                    \"alt\": \"Black Raven Underpants - BEEGLEE\",\n                    \"id\": 27122850693293,\n                    \"position\": 3,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1101,\n                        \"width\": 734,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-767249.jpg?v=1716933702\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1101,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-767249.jpg?v=1716933702\",\n                    \"width\": 734\n                },\n                {\n                    \"alt\": \"Black Raven Underpants - BEEGLEE\",\n                    \"id\": 27122850726061,\n                    \"position\": 4,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.563,\n                        \"height\": 1794,\n                        \"width\": 1010,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-462943.jpg?v=1716933702\"\n                    },\n                    \"aspect_ratio\": 0.563,\n                    \"height\": 1794,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-462943.jpg?v=1716933702\",\n                    \"width\": 1010\n                },\n                {\n                    \"alt\": \"Black Raven Underpants - BEEGLEE\",\n                    \"id\": 26962389827757,\n                    \"position\": 5,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 987,\n                        \"width\": 658,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-548106.jpg?v=1716887150\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 987,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-548106.jpg?v=1716887150\",\n                    \"width\": 658\n                },\n                {\n                    \"alt\": \"Black Raven Underpants - BEEGLEE\",\n                    \"id\": 27122850758829,\n                    \"position\": 6,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.667,\n                        \"height\": 1521,\n                        \"width\": 1014,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-242050.jpg?v=1716933702\"\n                    },\n                    \"aspect_ratio\": 0.667,\n                    \"height\": 1521,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-242050.jpg?v=1716933702\",\n                    \"width\": 1014\n                },\n                {\n                    \"alt\": \"Black Raven Underpants - BEEGLEE\",\n                    \"id\": 27122850791597,\n                    \"position\": 7,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.563,\n                        \"height\": 1794,\n                        \"width\": 1010,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-842033.jpg?v=1716933702\"\n                    },\n                    \"aspect_ratio\": 0.563,\n                    \"height\": 1794,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-842033.jpg?v=1716933702\",\n                    \"width\": 1010\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/files/black-raven-underpants-915243.png?v=1716933702\",\n            \"price\": 790,\n            \"compare_at_price\": 0,\n            \"id\": 7414751363245,\n            \"handle\": \"black-raven-underpants\",\n            \"variants\": [\n                {\n                    \"id\": 42465820901549,\n                    \"title\": \"small\",\n                    \"option1\": \"small\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBRU790S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Raven Underpants - small\",\n                    \"public_title\": \"small\",\n                    \"options\": [\n                        \"small\"\n                    ],\n                    \"price\": 790,\n                    \"weight\": 200,\n                    \"compare_at_price\": 0,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"20901549\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42465820934317,\n                    \"title\": \"medium\",\n                    \"option1\": \"medium\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBRU790M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Raven Underpants - medium\",\n                    \"public_title\": \"medium\",\n                    \"options\": [\n                        \"medium\"\n                    ],\n                    \"price\": 790,\n                    \"weight\": 200,\n                    \"compare_at_price\": 0,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"20934317\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42465820967085,\n                    \"title\": \"large\",\n                    \"option1\": \"large\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"CBBRU790L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Black Raven Underpants - large\",\n                    \"public_title\": \"large\",\n                    \"options\": [\n                        \"large\"\n                    ],\n                    \"price\": 790,\n                    \"weight\": 200,\n                    \"compare_at_price\": 0,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"20967085\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        },\n        \"\": {\n            \"title\": \"Sad Girls Baggy Sweatshirt\",\n            \"vendor\": \"BEEGLEE\",\n            \"image\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/sad-girls-baggy-sweatshirt-910849.jpg?v=1706793449\",\n            \"images\": [\n                {\n                    \"alt\": \"Sad Girls Baggy Sweatshirt - BEEGLEE\",\n                    \"id\": 26217017639085,\n                    \"position\": 1,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.8,\n                        \"height\": 1280,\n                        \"width\": 1024,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/sad-girls-baggy-sweatshirt-910849.jpg?v=1706793449\"\n                    },\n                    \"aspect_ratio\": 0.8,\n                    \"height\": 1280,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/sad-girls-baggy-sweatshirt-910849.jpg?v=1706793449\",\n                    \"width\": 1024\n                },\n                {\n                    \"alt\": \"Sad Girls Baggy Sweatshirt - BEEGLEE\",\n                    \"id\": 26217017671853,\n                    \"position\": 2,\n                    \"preview_image\": {\n                        \"aspect_ratio\": 0.8,\n                        \"height\": 1280,\n                        \"width\": 1024,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/sad-girls-baggy-sweatshirt-167673.jpg?v=1706793449\"\n                    },\n                    \"aspect_ratio\": 0.8,\n                    \"height\": 1280,\n                    \"media_type\": \"image\",\n                    \"src\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/sad-girls-baggy-sweatshirt-167673.jpg?v=1706793449\",\n                    \"width\": 1024\n                }\n            ],\n            \"image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/sad-girls-baggy-sweatshirt-167673.jpg?v=1706793449\",\n            \"price\": 790,\n            \"compare_at_price\": 1790,\n            \"id\": 7288434491565,\n            \"handle\": \"sad-girls-baggy-sweatshirt\",\n            \"variants\": [\n                {\n                    \"id\": 42025385132205,\n                    \"title\": \"S-M\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"42025385132205\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": true,\n                    \"name\": \"Sad Girls Baggy Sweatshirt - S-M\",\n                    \"public_title\": \"S-M\",\n                    \"options\": [\n                        \"S-M\"\n                    ],\n                    \"price\": 790,\n                    \"weight\": 0,\n                    \"compare_at_price\": 1790,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"85132205\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 42025385197741,\n                    \"title\": \"L-XL\",\n                    \"option1\": \"L-XL\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"sku\": \"42025385197741\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": null,\n                    \"available\": false,\n                    \"name\": \"Sad Girls Baggy Sweatshirt - L-XL\",\n                    \"public_title\": \"L-XL\",\n                    \"options\": [\n                        \"L-XL\"\n                    ],\n                    \"price\": 790,\n                    \"weight\": 0,\n                    \"compare_at_price\": 1790,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"85197741\",\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ],\n            \"is_check_oos\": \"no\"\n        }\n    }\n}"}],"_postman_id":"6fa111f0-ff1a-4c9a-969b-f901ab8c5242"},{"name":"Frequently Bought Together","id":"f95d2120-9c09-4325-b4b5-66069cb54e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/Partner/frequantlybought_products?partner=YOUR PARTNER NAME HERE &secret_key=SECRET KEY&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&product_id=Your Product ID HERE&total_products=4","urlObject":{"protocol":"https","path":["api","Partner","frequantlybought_products"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"YOUR PARTNER NAME HERE "},{"key":"secret_key","value":"SECRET KEY"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"product_id","value":"Your Product ID HERE"},{"key":"total_products","value":"4"}],"variable":[]}},"response":[{"id":"97ee70cc-3bc0-4793-8906-105929dc6d7f","name":"Frequently Bought Together","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/Partner/frequantlybought_products?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=ecommstorenyc.myshopify.com&product_id=7298952593523&total_products=4","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","Partner","frequantlybought_products"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"ecommstorenyc.myshopify.com"},{"key":"product_id","value":"7298952593523"},{"key":"total_products","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2024 12:28:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products found\",\n    \"status_code\": 105,\n    \"settings\": {\n        \"template\": \"template4\",\n        \"no_of_products\": \"4\",\n        \"heading_title_align\": \"center\",\n        \"heading_font_size\": \"22\",\n        \"heading_font_color\": \"000000\",\n        \"show_product_title\": \"true\",\n        \"product_title_align\": \"center\",\n        \"product_title_font_size\": \"15\",\n        \"product_title_font_color\": \"000000\",\n        \"enable_truncate_title\": \"true\",\n        \"truncate_title\": \"30\",\n        \"enable_add_to_cart\": \"true\",\n        \"add_to_cart_text\": \"Add to Cart\",\n        \"addcart_button_background\": \"000000\",\n        \"show_price\": \"true\",\n        \"price_font_size\": \"15\",\n        \"price_font_color\": \"000000\",\n        \"ori_price_font_color\": \"FF5C5C\",\n        \"imgsize\": \"320X320\",\n        \"product_view\": \"grid\",\n        \"product_view_type\": \"\",\n        \"setting_status\": \"advanced\",\n        \"enable_redirection\": \"false\",\n        \"products_per_slider\": \"4\",\n        \"design_version\": \"2\",\n        \"price_align\": \"center\",\n        \"show_compare_price\": \"true\",\n        \"shopify_product_review\": \"false\",\n        \"review_publickey\": \"\",\n        \"yotpo_review_publickey\": \"\",\n        \"yotpo_review_instanceid\": \"\",\n        \"hover_image\": \"true\",\n        \"hide_ofs\": \"false\",\n        \"addcart_button_font\": \"FFFFFF\",\n        \"price_tax\": \"\",\n        \"hide_oos_variants\": \"true\",\n        \"custom_css\": \"\",\n        \"not_allow_decimal\": \"false\",\n        \"currency_before\": \"$\",\n        \"currency_after\": \"\",\n        \"addcart_confirmation_msg\": \"Added to cart!\",\n        \"viewcart_confirmation_msg\": \"View cart\",\n        \"countinue_confirmation_msg\": \"Continue shopping.\",\n        \"or_confirmation_msg\": \"or\",\n        \"shopify_product_convertor\": \"false\",\n        \"tax_type\": \"fixed\",\n        \"outofstock_msg\": \"Product is out of stock.\",\n        \"wiser_wishlist_option\": \"false\",\n        \"wiserlist_icon_color\": \"373333\",\n        \"thankyoupage_viewtype\": \"grid\",\n        \"allow_comma_inprice\": \"false\",\n        \"mobile_product_view\": \"\",\n        \"enable_addtocart_msg\": \"true\"\n    },\n    \"products\": [\n        {\n            \"product_title\": \"Ribbed and Perforated Seamless Highwaist Leggings\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 1999,\n            \"product_id\": 6703043510387,\n            \"product_handle\": \"ribbed-and-perforated-seamless-highwaist-leggings-824233016\",\n            \"variants\": [\n                {\n                    \"id\": 39637752348787,\n                    \"title\": \"L / Almond\",\n                    \"option1\": \"L\",\n                    \"option2\": \"Almond\",\n                    \"option3\": null,\n                    \"sku\": \"APH2682-Almond-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932640538739,\n                        \"product_id\": 6703043510387,\n                        \"position\": 3,\n                        \"created_at\": \"2021-12-05T12:51:05-06:00\",\n                        \"updated_at\": \"2021-12-05T12:51:05-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 749,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-almond_04_ps_2.jpg?v=1638730265\",\n                        \"variant_ids\": [\n                            39637752348787,\n                            39637752447091,\n                            39637752545395\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Ribbed and Perforated Seamless Highwaist Leggings - L / Almond\",\n                    \"public_title\": \"L / Almond\",\n                    \"options\": [\n                        \"L\",\n                        \"Almond\"\n                    ],\n                    \"price\": 1999,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219569500275,\n                        \"position\": 3,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.668,\n                            \"height\": 749,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-almond_04_ps_2.jpg?v=1638730265\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637752381555,\n                    \"title\": \"L / Black\",\n                    \"option1\": \"L\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"sku\": \"APH2682-Black-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932640637043,\n                        \"product_id\": 6703043510387,\n                        \"position\": 4,\n                        \"created_at\": \"2021-12-05T12:51:06-06:00\",\n                        \"updated_at\": \"2021-12-05T12:51:06-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 749,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-black_04_ps_3_1_0b3d33da-bad8-40d3-a5c6-07a25d67ebf5.jpg?v=1638730266\",\n                        \"variant_ids\": [\n                            39637752381555,\n                            39637752479859,\n                            39637752578163\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Ribbed and Perforated Seamless Highwaist Leggings - L / Black\",\n                    \"public_title\": \"L / Black\",\n                    \"options\": [\n                        \"L\",\n                        \"Black\"\n                    ],\n                    \"price\": 1999,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219569598579,\n                        \"position\": 4,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.668,\n                            \"height\": 749,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-black_04_ps_3_1_0b3d33da-bad8-40d3-a5c6-07a25d67ebf5.jpg?v=1638730266\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637752414323,\n                    \"title\": \"L / Sand\",\n                    \"option1\": \"L\",\n                    \"option2\": \"Sand\",\n                    \"option3\": null,\n                    \"sku\": \"APH2682-Sand-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932640702579,\n                        \"product_id\": 6703043510387,\n                        \"position\": 5,\n                        \"created_at\": \"2021-12-05T12:51:08-06:00\",\n                        \"updated_at\": \"2021-12-05T12:51:08-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 749,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-sand_04_ps_2.jpg?v=1638730268\",\n                        \"variant_ids\": [\n                            39637752414323,\n                            39637752512627,\n                            39637752610931\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Ribbed and Perforated Seamless Highwaist Leggings - L / Sand\",\n                    \"public_title\": \"L / Sand\",\n                    \"options\": [\n                        \"L\",\n                        \"Sand\"\n                    ],\n                    \"price\": 1999,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219569664115,\n                        \"position\": 5,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.668,\n                            \"height\": 749,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-sand_04_ps_2.jpg?v=1638730268\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637752447091,\n                    \"title\": \"M / Almond\",\n                    \"option1\": \"M\",\n                    \"option2\": \"Almond\",\n                    \"option3\": null,\n                    \"sku\": \"APH2682-Almond-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932640538739,\n                        \"product_id\": 6703043510387,\n                        \"position\": 3,\n                        \"created_at\": \"2021-12-05T12:51:05-06:00\",\n                        \"updated_at\": \"2021-12-05T12:51:05-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 749,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-almond_04_ps_2.jpg?v=1638730265\",\n                        \"variant_ids\": [\n                            39637752348787,\n                            39637752447091,\n                            39637752545395\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Ribbed and Perforated Seamless Highwaist Leggings - M / Almond\",\n                    \"public_title\": \"M / Almond\",\n                    \"options\": [\n                        \"M\",\n                        \"Almond\"\n                    ],\n                    \"price\": 1999,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219569500275,\n                        \"position\": 3,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.668,\n                            \"height\": 749,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-almond_04_ps_2.jpg?v=1638730265\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637752479859,\n                    \"title\": \"M / Black\",\n                    \"option1\": \"M\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"sku\": \"APH2682-Black-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932640637043,\n                        \"product_id\": 6703043510387,\n                        \"position\": 4,\n                        \"created_at\": \"2021-12-05T12:51:06-06:00\",\n                        \"updated_at\": \"2021-12-05T12:51:06-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 749,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-black_04_ps_3_1_0b3d33da-bad8-40d3-a5c6-07a25d67ebf5.jpg?v=1638730266\",\n                        \"variant_ids\": [\n                            39637752381555,\n                            39637752479859,\n                            39637752578163\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Ribbed and Perforated Seamless Highwaist Leggings - M / Black\",\n                    \"public_title\": \"M / Black\",\n                    \"options\": [\n                        \"M\",\n                        \"Black\"\n                    ],\n                    \"price\": 1999,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219569598579,\n                        \"position\": 4,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.668,\n                            \"height\": 749,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-black_04_ps_3_1_0b3d33da-bad8-40d3-a5c6-07a25d67ebf5.jpg?v=1638730266\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637752512627,\n                    \"title\": \"M / Sand\",\n                    \"option1\": \"M\",\n                    \"option2\": \"Sand\",\n                    \"option3\": null,\n                    \"sku\": \"APH2682-Sand-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932640702579,\n                        \"product_id\": 6703043510387,\n                        \"position\": 5,\n                        \"created_at\": \"2021-12-05T12:51:08-06:00\",\n                        \"updated_at\": \"2021-12-05T12:51:08-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 749,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-sand_04_ps_2.jpg?v=1638730268\",\n                        \"variant_ids\": [\n                            39637752414323,\n                            39637752512627,\n                            39637752610931\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Ribbed and Perforated Seamless Highwaist Leggings - M / Sand\",\n                    \"public_title\": \"M / Sand\",\n                    \"options\": [\n                        \"M\",\n                        \"Sand\"\n                    ],\n                    \"price\": 1999,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219569664115,\n                        \"position\": 5,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.668,\n                            \"height\": 749,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-sand_04_ps_2.jpg?v=1638730268\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637752545395,\n                    \"title\": \"S / Almond\",\n                    \"option1\": \"S\",\n                    \"option2\": \"Almond\",\n                    \"option3\": null,\n                    \"sku\": \"APH2682-Almond-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932640538739,\n                        \"product_id\": 6703043510387,\n                        \"position\": 3,\n                        \"created_at\": \"2021-12-05T12:51:05-06:00\",\n                        \"updated_at\": \"2021-12-05T12:51:05-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 749,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-almond_04_ps_2.jpg?v=1638730265\",\n                        \"variant_ids\": [\n                            39637752348787,\n                            39637752447091,\n                            39637752545395\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Ribbed and Perforated Seamless Highwaist Leggings - S / Almond\",\n                    \"public_title\": \"S / Almond\",\n                    \"options\": [\n                        \"S\",\n                        \"Almond\"\n                    ],\n                    \"price\": 1999,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219569500275,\n                        \"position\": 3,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.668,\n                            \"height\": 749,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-almond_04_ps_2.jpg?v=1638730265\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637752578163,\n                    \"title\": \"S / Black\",\n                    \"option1\": \"S\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"sku\": \"APH2682-Black-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932640637043,\n                        \"product_id\": 6703043510387,\n                        \"position\": 4,\n                        \"created_at\": \"2021-12-05T12:51:06-06:00\",\n                        \"updated_at\": \"2021-12-05T12:51:06-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 749,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-black_04_ps_3_1_0b3d33da-bad8-40d3-a5c6-07a25d67ebf5.jpg?v=1638730266\",\n                        \"variant_ids\": [\n                            39637752381555,\n                            39637752479859,\n                            39637752578163\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Ribbed and Perforated Seamless Highwaist Leggings - S / Black\",\n                    \"public_title\": \"S / Black\",\n                    \"options\": [\n                        \"S\",\n                        \"Black\"\n                    ],\n                    \"price\": 1999,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219569598579,\n                        \"position\": 4,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.668,\n                            \"height\": 749,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-black_04_ps_3_1_0b3d33da-bad8-40d3-a5c6-07a25d67ebf5.jpg?v=1638730266\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637752610931,\n                    \"title\": \"S / Sand\",\n                    \"option1\": \"S\",\n                    \"option2\": \"Sand\",\n                    \"option3\": null,\n                    \"sku\": \"APH2682-Sand-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932640702579,\n                        \"product_id\": 6703043510387,\n                        \"position\": 5,\n                        \"created_at\": \"2021-12-05T12:51:08-06:00\",\n                        \"updated_at\": \"2021-12-05T12:51:08-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 749,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-sand_04_ps_2.jpg?v=1638730268\",\n                        \"variant_ids\": [\n                            39637752414323,\n                            39637752512627,\n                            39637752610931\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"Ribbed and Perforated Seamless Highwaist Leggings - S / Sand\",\n                    \"public_title\": \"S / Sand\",\n                    \"options\": [\n                        \"S\",\n                        \"Sand\"\n                    ],\n                    \"price\": 1999,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219569664115,\n                        \"position\": 5,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.668,\n                            \"height\": 749,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/aph2682-sand_04_ps_2.jpg?v=1638730268\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        {\n            \"product_title\": \"White Cutout Wide Leg Jumpsuit\",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 100,\n            \"product_id\": 6703035809907,\n            \"product_handle\": \"white-cutout-wide-leg-jumpsuit-250504890\",\n            \"variants\": [\n                {\n                    \"id\": 39637706965107,\n                    \"title\": \"L / White\",\n                    \"option1\": \"L\",\n                    \"option2\": \"White\",\n                    \"option3\": null,\n                    \"sku\": \"DR81222-WHT-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932589486195,\n                        \"product_id\": 6703035809907,\n                        \"position\": 5,\n                        \"created_at\": \"2021-12-05T12:42:56-06:00\",\n                        \"updated_at\": \"2021-12-05T12:42:56-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 750,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/1c60914e38ed4c8d9dc25c4f70b9c035.jpg?v=1638729776\",\n                        \"variant_ids\": [\n                            39637706965107\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \"White Cutout Wide Leg Jumpsuit - L / White\",\n                    \"public_title\": \"L / White\",\n                    \"options\": [\n                        \"L\",\n                        \"White\"\n                    ],\n                    \"price\": 100,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": \"\",\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219517792371,\n                        \"position\": 5,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 0.667,\n                            \"height\": 750,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/1c60914e38ed4c8d9dc25c4f70b9c035.jpg?v=1638729776\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        },\n        {\n            \"product_title\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit \",\n            \"product_image1\": null,\n            \"product_image2\": \"No image\",\n            \"product_price\": 6705,\n            \"product_id\": 6703035973747,\n            \"product_handle\": \"yd8381-欧美女装-亚马逊热卖-时尚百搭休闲阔腿两件套-跨境女装-747459689\",\n            \"variants\": [\n                {\n                    \"id\": 39637707456627,\n                    \"title\": \"L / Black\",\n                    \"option1\": \"L\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Black-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590272627,\n                        \"product_id\": 6703035973747,\n                        \"position\": 9,\n                        \"created_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\",\n                        \"variant_ids\": [\n                            39637707456627,\n                            39637707686003,\n                            39637707849843,\n                            39637707980915,\n                            39637708111987\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - L / Black\",\n                    \"public_title\": \"L / Black\",\n                    \"options\": [\n                        \"L\",\n                        \"Black\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518939251,\n                        \"position\": 9,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707489395,\n                    \"title\": \"L / Green\",\n                    \"option1\": \"L\",\n                    \"option2\": \"Green\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Green-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590370931,\n                        \"product_id\": 6703035973747,\n                        \"position\": 10,\n                        \"created_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\",\n                        \"variant_ids\": [\n                            39637707489395,\n                            39637707718771,\n                            39637707882611,\n                            39637708013683,\n                            39637708144755\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - L / Green\",\n                    \"public_title\": \"L / Green\",\n                    \"options\": [\n                        \"L\",\n                        \"Green\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219519037555,\n                        \"position\": 10,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707554931,\n                    \"title\": \"L / Orange\",\n                    \"option1\": \"L\",\n                    \"option2\": \"Orange\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Orange-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590043251,\n                        \"product_id\": 6703035973747,\n                        \"position\": 8,\n                        \"created_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\",\n                        \"variant_ids\": [\n                            39637707554931,\n                            39637707784307,\n                            39637707915379,\n                            39637708046451,\n                            39637708177523\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - L / Orange\",\n                    \"public_title\": \"L / Orange\",\n                    \"options\": [\n                        \"L\",\n                        \"Orange\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518709875,\n                        \"position\": 8,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707620467,\n                    \"title\": \"L / White\",\n                    \"option1\": \"L\",\n                    \"option2\": \"White\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-White-L\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932589846643,\n                        \"product_id\": 6703035973747,\n                        \"position\": 7,\n                        \"created_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"updated_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\",\n                        \"variant_ids\": [\n                            39637707620467,\n                            39637707817075,\n                            39637707948147,\n                            39637708079219,\n                            39637708210291\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - L / White\",\n                    \"public_title\": \"L / White\",\n                    \"options\": [\n                        \"L\",\n                        \"White\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518513267,\n                        \"position\": 7,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707686003,\n                    \"title\": \"M / Black\",\n                    \"option1\": \"M\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Black-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590272627,\n                        \"product_id\": 6703035973747,\n                        \"position\": 9,\n                        \"created_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\",\n                        \"variant_ids\": [\n                            39637707456627,\n                            39637707686003,\n                            39637707849843,\n                            39637707980915,\n                            39637708111987\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - M / Black\",\n                    \"public_title\": \"M / Black\",\n                    \"options\": [\n                        \"M\",\n                        \"Black\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518939251,\n                        \"position\": 9,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707718771,\n                    \"title\": \"M / Green\",\n                    \"option1\": \"M\",\n                    \"option2\": \"Green\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Green-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590370931,\n                        \"product_id\": 6703035973747,\n                        \"position\": 10,\n                        \"created_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\",\n                        \"variant_ids\": [\n                            39637707489395,\n                            39637707718771,\n                            39637707882611,\n                            39637708013683,\n                            39637708144755\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - M / Green\",\n                    \"public_title\": \"M / Green\",\n                    \"options\": [\n                        \"M\",\n                        \"Green\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219519037555,\n                        \"position\": 10,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707784307,\n                    \"title\": \"M / Orange\",\n                    \"option1\": \"M\",\n                    \"option2\": \"Orange\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Orange-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590043251,\n                        \"product_id\": 6703035973747,\n                        \"position\": 8,\n                        \"created_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\",\n                        \"variant_ids\": [\n                            39637707554931,\n                            39637707784307,\n                            39637707915379,\n                            39637708046451,\n                            39637708177523\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - M / Orange\",\n                    \"public_title\": \"M / Orange\",\n                    \"options\": [\n                        \"M\",\n                        \"Orange\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518709875,\n                        \"position\": 8,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707817075,\n                    \"title\": \"M / White\",\n                    \"option1\": \"M\",\n                    \"option2\": \"White\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-White-M\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932589846643,\n                        \"product_id\": 6703035973747,\n                        \"position\": 7,\n                        \"created_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"updated_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\",\n                        \"variant_ids\": [\n                            39637707620467,\n                            39637707817075,\n                            39637707948147,\n                            39637708079219,\n                            39637708210291\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - M / White\",\n                    \"public_title\": \"M / White\",\n                    \"options\": [\n                        \"M\",\n                        \"White\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518513267,\n                        \"position\": 7,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707849843,\n                    \"title\": \"S / Black\",\n                    \"option1\": \"S\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Black-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590272627,\n                        \"product_id\": 6703035973747,\n                        \"position\": 9,\n                        \"created_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\",\n                        \"variant_ids\": [\n                            39637707456627,\n                            39637707686003,\n                            39637707849843,\n                            39637707980915,\n                            39637708111987\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - S / Black\",\n                    \"public_title\": \"S / Black\",\n                    \"options\": [\n                        \"S\",\n                        \"Black\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518939251,\n                        \"position\": 9,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707882611,\n                    \"title\": \"S / Green\",\n                    \"option1\": \"S\",\n                    \"option2\": \"Green\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Green-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590370931,\n                        \"product_id\": 6703035973747,\n                        \"position\": 10,\n                        \"created_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\",\n                        \"variant_ids\": [\n                            39637707489395,\n                            39637707718771,\n                            39637707882611,\n                            39637708013683,\n                            39637708144755\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - S / Green\",\n                    \"public_title\": \"S / Green\",\n                    \"options\": [\n                        \"S\",\n                        \"Green\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219519037555,\n                        \"position\": 10,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707915379,\n                    \"title\": \"S / Orange\",\n                    \"option1\": \"S\",\n                    \"option2\": \"Orange\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Orange-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590043251,\n                        \"product_id\": 6703035973747,\n                        \"position\": 8,\n                        \"created_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\",\n                        \"variant_ids\": [\n                            39637707554931,\n                            39637707784307,\n                            39637707915379,\n                            39637708046451,\n                            39637708177523\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - S / Orange\",\n                    \"public_title\": \"S / Orange\",\n                    \"options\": [\n                        \"S\",\n                        \"Orange\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518709875,\n                        \"position\": 8,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707948147,\n                    \"title\": \"S / White\",\n                    \"option1\": \"S\",\n                    \"option2\": \"White\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-White-S\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932589846643,\n                        \"product_id\": 6703035973747,\n                        \"position\": 7,\n                        \"created_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"updated_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\",\n                        \"variant_ids\": [\n                            39637707620467,\n                            39637707817075,\n                            39637707948147,\n                            39637708079219,\n                            39637708210291\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - S / White\",\n                    \"public_title\": \"S / White\",\n                    \"options\": [\n                        \"S\",\n                        \"White\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518513267,\n                        \"position\": 7,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637707980915,\n                    \"title\": \"XL / Black\",\n                    \"option1\": \"XL\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Black-XL\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590272627,\n                        \"product_id\": 6703035973747,\n                        \"position\": 9,\n                        \"created_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\",\n                        \"variant_ids\": [\n                            39637707456627,\n                            39637707686003,\n                            39637707849843,\n                            39637707980915,\n                            39637708111987\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - XL / Black\",\n                    \"public_title\": \"XL / Black\",\n                    \"options\": [\n                        \"XL\",\n                        \"Black\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518939251,\n                        \"position\": 9,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637708013683,\n                    \"title\": \"XL / Green\",\n                    \"option1\": \"XL\",\n                    \"option2\": \"Green\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Green-XL\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590370931,\n                        \"product_id\": 6703035973747,\n                        \"position\": 10,\n                        \"created_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\",\n                        \"variant_ids\": [\n                            39637707489395,\n                            39637707718771,\n                            39637707882611,\n                            39637708013683,\n                            39637708144755\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - XL / Green\",\n                    \"public_title\": \"XL / Green\",\n                    \"options\": [\n                        \"XL\",\n                        \"Green\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219519037555,\n                        \"position\": 10,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637708046451,\n                    \"title\": \"XL / Orange\",\n                    \"option1\": \"XL\",\n                    \"option2\": \"Orange\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Orange-XL\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590043251,\n                        \"product_id\": 6703035973747,\n                        \"position\": 8,\n                        \"created_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\",\n                        \"variant_ids\": [\n                            39637707554931,\n                            39637707784307,\n                            39637707915379,\n                            39637708046451,\n                            39637708177523\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - XL / Orange\",\n                    \"public_title\": \"XL / Orange\",\n                    \"options\": [\n                        \"XL\",\n                        \"Orange\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518709875,\n                        \"position\": 8,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637708079219,\n                    \"title\": \"XL / White\",\n                    \"option1\": \"XL\",\n                    \"option2\": \"White\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-White-XL\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932589846643,\n                        \"product_id\": 6703035973747,\n                        \"position\": 7,\n                        \"created_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"updated_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\",\n                        \"variant_ids\": [\n                            39637707620467,\n                            39637707817075,\n                            39637707948147,\n                            39637708079219,\n                            39637708210291\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - XL / White\",\n                    \"public_title\": \"XL / White\",\n                    \"options\": [\n                        \"XL\",\n                        \"White\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518513267,\n                        \"position\": 7,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637708111987,\n                    \"title\": \"XXL / Black\",\n                    \"option1\": \"XXL\",\n                    \"option2\": \"Black\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Black-XXL\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590272627,\n                        \"product_id\": 6703035973747,\n                        \"position\": 9,\n                        \"created_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:01-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\",\n                        \"variant_ids\": [\n                            39637707456627,\n                            39637707686003,\n                            39637707849843,\n                            39637707980915,\n                            39637708111987\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - XXL / Black\",\n                    \"public_title\": \"XXL / Black\",\n                    \"options\": [\n                        \"XXL\",\n                        \"Black\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518939251,\n                        \"position\": 9,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01uxS8671UeHT4Ouepw__4055262542-0-cib.jpg?v=1638729781\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637708144755,\n                    \"title\": \"XXL / Green\",\n                    \"option1\": \"XXL\",\n                    \"option2\": \"Green\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Green-XXL\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590370931,\n                        \"product_id\": 6703035973747,\n                        \"position\": 10,\n                        \"created_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:03-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\",\n                        \"variant_ids\": [\n                            39637707489395,\n                            39637707718771,\n                            39637707882611,\n                            39637708013683,\n                            39637708144755\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - XXL / Green\",\n                    \"public_title\": \"XXL / Green\",\n                    \"options\": [\n                        \"XXL\",\n                        \"Green\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219519037555,\n                        \"position\": 10,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01Ad9i8m1UeHTAo0oeq__4055262542-0-cib.jpg?v=1638729783\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637708177523,\n                    \"title\": \"XXL / Orange\",\n                    \"option1\": \"XXL\",\n                    \"option2\": \"Orange\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-Orange-XXL\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932590043251,\n                        \"product_id\": 6703035973747,\n                        \"position\": 8,\n                        \"created_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"updated_at\": \"2021-12-05T12:43:00-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\",\n                        \"variant_ids\": [\n                            39637707554931,\n                            39637707784307,\n                            39637707915379,\n                            39637708046451,\n                            39637708177523\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - XXL / Orange\",\n                    \"public_title\": \"XXL / Orange\",\n                    \"options\": [\n                        \"XXL\",\n                        \"Orange\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518709875,\n                        \"position\": 8,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01ulYDiD1UeHTAHHk0b__4055262542-0-cib.jpg?v=1638729780\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                },\n                {\n                    \"id\": 39637708210291,\n                    \"title\": \"XXL / White\",\n                    \"option1\": \"XXL\",\n                    \"option2\": \"White\",\n                    \"option3\": null,\n                    \"sku\": \"HDK3K-White-XXL\",\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"featured_image\": {\n                        \"id\": 28932589846643,\n                        \"product_id\": 6703035973747,\n                        \"position\": 7,\n                        \"created_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"updated_at\": \"2021-12-05T12:42:59-06:00\",\n                        \"alt\": null,\n                        \"width\": 500,\n                        \"height\": 500,\n                        \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\",\n                        \"variant_ids\": [\n                            39637707620467,\n                            39637707817075,\n                            39637707948147,\n                            39637708079219,\n                            39637708210291\n                        ]\n                    },\n                    \"available\": true,\n                    \"name\": \" 2021 Sexy Bodycon Rompers Womens Jumpsuit  - XXL / White\",\n                    \"public_title\": \"XXL / White\",\n                    \"options\": [\n                        \"XXL\",\n                        \"White\"\n                    ],\n                    \"price\": 6705,\n                    \"weight\": 0,\n                    \"compare_at_price\": null,\n                    \"inventory_management\": \"shopify\",\n                    \"barcode\": null,\n                    \"featured_media\": {\n                        \"alt\": null,\n                        \"id\": 21219518513267,\n                        \"position\": 7,\n                        \"preview_image\": {\n                            \"aspect_ratio\": 1,\n                            \"height\": 500,\n                            \"width\": 500,\n                            \"src\": \"https://cdn.shopify.com/s/files/1/0011/1686/4627/products/O1CN01XhexFU1UeHT40d1dG__4055262542-0-cib.jpg?v=1638729779\"\n                        }\n                    },\n                    \"requires_selling_plan\": false,\n                    \"selling_plan_allocations\": []\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f95d2120-9c09-4325-b4b5-66069cb54e93"},{"name":"Recently Viewed","id":"c40524d0-0def-41e6-ae04-474ee0e8e6dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/Partner/recently-products?partner=YOUR PARTNER NAME HERE &secret_key=SECRET KEY&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&product_ids=PRODUCT ID HERE&total_products=4","urlObject":{"protocol":"https","path":["api","Partner","recently-products"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"YOUR PARTNER NAME HERE "},{"key":"secret_key","value":"SECRET KEY"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"product_ids","value":"PRODUCT ID HERE"},{"key":"total_products","value":"4"}],"variable":[]}},"response":[{"id":"a6503e28-92a8-4c4a-8429-9bc933f7e555","name":"Recently Viewed","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/Partner/recently-products?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=beeglee-in.myshopify.com&product_id=7288434229421&total_products=4","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","Partner","recently-products"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"beeglee-in.myshopify.com"},{"key":"product_id","value":"7288434229421"},{"key":"total_products","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 06:56:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 () OpenSSL/1.0.2k-fips"},{"key":"X-Powered-By","value":"PHP/7.2.34"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products found\",\n    \"status_code\": 105,\n    \"settings\": {\n        \"template\": \"template4\",\n        \"no_of_products\": \"14\",\n        \"heading_title_align\": \"center\",\n        \"heading_font_size\": \"22\",\n        \"heading_font_color\": \"000000\",\n        \"show_product_title\": \"true\",\n        \"product_title_align\": \"center\",\n        \"product_title_font_size\": \"15\",\n        \"product_title_font_color\": \"000000\",\n        \"enable_truncate_title\": \"true\",\n        \"truncate_title\": \"30\",\n        \"enable_add_to_cart\": \"true\",\n        \"add_to_cart_text\": \"Add to Cart\",\n        \"addcart_button_background\": \"000000\",\n        \"show_price\": \"true\",\n        \"price_font_size\": \"15\",\n        \"price_font_color\": \"000000\",\n        \"ori_price_font_color\": \"FF5C5C\",\n        \"imgsize\": \"none\",\n        \"product_view\": \"slider\",\n        \"product_view_type\": \"\",\n        \"setting_status\": \"advanced\",\n        \"enable_redirection\": \"false\",\n        \"products_per_slider\": \"4\",\n        \"design_version\": \"2\",\n        \"price_align\": \"center\",\n        \"show_compare_price\": \"true\",\n        \"shopify_product_review\": \"false\",\n        \"review_publickey\": \"\",\n        \"hover_image\": \"true\",\n        \"hide_ofs\": \"true\",\n        \"addcart_button_font\": \"FFFFFF\",\n        \"price_tax\": \"\",\n        \"hide_oos_variants\": \"false\",\n        \"custom_css\": \"#presets4 .evm-ws-image-wrapper on-sale-badge.badge.badge--on-sale {\\r\\n    z-index: 2;\\r\\n    position: absolute;\\r\\n    margin: 10px;\\r\\n}\\r\\n.evm-wscontainer {\\r\\n    width: 100%;\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    max-width: 1807px !important;\\r\\n    padding: 0 !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought p.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n}\\r\\n\\r\\n.evm-also-bought.evm_visible_text.ws_fbt_inr_main .evm-wscontainer {\\r\\n    max-width: 1260px !important;\\r\\n}\\r\\n\\r\\n.evm_wiser_heading {\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    font-size: max(0.6875rem, clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) * var(--text-heading-size-factor)) !important;\\r\\n    margin: 30px 0 !important;\\r\\n}\\r\\n\\r\\n#alsopresets2 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__title {\\r\\n    font-size: 12px !important;\\r\\n    font-weight: 400;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    text-transform: uppercase;\\r\\n    margin-top: 10px !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-compare-original-price {\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__price {\\r\\n    color: #5c5c5cA6 !important;\\r\\n    font-size: 12px !important;\\r\\n    font-family: Fjalla One, sans-serif;\\r\\n    font-weight: 400 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-alsobought-total b {\\r\\n    font-weight: 600;\\r\\n    color: #000000 !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws__cart-submit {\\r\\n    font-size: 15px;\\r\\n    text-transform: uppercase;\\r\\n    border-radius: 2px;\\r\\n    padding: 6px 8px !important\\r\\n}\\r\\n\\r\\n#alsopresets4 .evm-ws-image-section .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 100% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card_image_container .ws-card__background-image {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__background-image2 {\\r\\n    background-size: cover !important;\\r\\n    padding: 150% 0 0;\\r\\n}\\r\\n\\r\\n#presets4.evm-wiser-owl-carousel .owl-stage {\\r\\n    display: flex !important;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .ws-box-wrapper {\\r\\n    height: 100%;\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card {\\r\\n    display: flex;\\r\\n    flex-direction: column;\\r\\n    height: 100%;\\r\\n    margin: 0;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-carousel .owl-stage-outer {\\r\\n    display: flex;\\r\\n}\\r\\n\\r\\n#presets2 .ws-card__header {\\r\\n    flex-grow: 1;\\r\\n}\\r\\n\\r\\n#presets4 .ws-product-color:after,\\r\\n#presets4 .ws-product-size:after {\\r\\n    margin-right: 5px !important;\\r\\n}\\r\\n\\r\\n.evm-wiser-owl-theme .owl-nav [class*=owl-]:hover {\\r\\n    background: white !important;\\r\\n}\\r\\n\\r\\n#presets4 .ws-card__header-link {\\r\\n    padding: 10px 0 !important;\\r\\n}\\r\\n\\r\\n.evm-ws-add-to-cart-popup-outer {\\r\\n    margin-top: -40px;\\r\\n    width: auto;\\r\\n    float: right;\\r\\n    right: 10px;\\r\\n    position: relative;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner span {\\r\\n    display: none;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner {\\r\\n    margin-top: 0 !important;\\r\\n    width: 32px !important;\\r\\n    height: 32px !important;\\r\\n    position: relative;\\r\\n    background-color: #fff !important;\\r\\n    opacity: 0;\\r\\n    transition: opacity .2s ease-in-out, transform .2s ease-in-out;\\r\\n}\\r\\n\\r\\n#presets4 .owl-item .evm-ws-card:hover .evm-add-to-cart-popup-inner {\\r\\n    opacity: 1;\\r\\n}\\r\\n\\r\\n#presets4 a.evm-add-to-cart-popup-inner:before {\\r\\n    content: \\\" \\\";\\r\\n    background-repeat: no-repeat;\\r\\n    background-size: contain;\\r\\n    background-image: url('https:\\\\/\\\\/cdn.shopify.com\\\\/s\\\\/files\\\\/1\\\\/0550\\\\/4942\\\\/0973\\\\/files\\\\/svgviewer-png-output_1.png?v=1695290891');\\r\\n    position: absolute;\\r\\n    top: 50%;\\r\\n    left: 50%;\\r\\n    transform: translate(-50%, -50%);\\r\\n    height: 12px;\\r\\n    width: 12px;\\r\\n}\\r\\n\\r\\n.evm-add-to-cart-popup-inner:hover:before {\\r\\n    transition: transform .2s ease-in-out;\\r\\n    transform: translateX(-50%) translateY(-50%) rotate(90deg) !important;\\r\\n}\\r\\n\\r\\n#presets4 .evm-ws-popup-variant-list-item label {\\r\\n    padding: 8px 15px !important;\\r\\n}\\r\\n\\r\\n#presets4 .popup-heading,\\r\\n#presets4 .popup-close {\\r\\n    height: 40px !important;\\r\\n}\\r\\n\\r\\n\\r\\n.evm-drawer-main .owl-item {float:left;    }.evm-drawer-main {    display: flex;    flex-direction: column;} .evm-drawer-main .evm-wscontainer {    padding: 0!important;} .evm-drawer-main .evm_visible_text {    display: flex;    flex-direction: column;    position: relative;} .evm-drawer-main .evm-wiser-owl-theme .owl-nav {    top: 0px;     position: absolute;\\r\\n    right: 0;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-prev {    right: 40px;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button.owl-next {    right: 0;}.evm-drawer-main .evm_wiser_heading {    margin-top: 15px!important;    font-size: 18px!important;    width: 80%;    text-align: left!important;}.evm-drawer-main .evm-wiser-owl-theme .owl-nav button {    position: absolute;background: transparent;} .evm-drawer-main #presets4 .owl-nav i  { width:10px; height:10px; }@media only screen and (max-width: 1024px){.evm-also-bought .evm-wscontainer {    padding: 0px!important;} #presets4 a.evm-add-to-cart-popup-inner{ opacity:1;}}@media only screen and (max-width: 767px){\\r\\n.evm-ws-image-section.evm-ws-three-products {   \\r\\n display: flex!important;    flex-wrap: wrap;    justify-content: space-evenly;} \\r\\n.evm-wiser-owl-carousel .owl-nav button {\\r\\n    display: flex !important;\\r\\n    align-items: center !important;\\r\\n    justify-content: center !important;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 i.ws-angle-right {\\r\\n    left: unset!important;\\r\\n    top: unset!important;\\r\\nmargin-right:3px;\\r\\n}\\r\\n.evm_visible_text.ws_inr_main #presets4 .owl-nav i.ws-angle-left {\\r\\n    left: unset!important;\\r\\n top: unset!important;\\r\\nmargin-left:3px;\\r\\n}\\r\\n }\\r\\n@media only screen and (max-width: 499px){#presets4.evm-wsrow {    margin: 0 0 0 0px!important;    justify-content: start;    flex-wrap: nowrap!important;    overflow:hidden;    overflow-x:scroll;}#presets4 .ws-box-wrapper {    padding: 0 5px;    width: auto!important;    flex: 0 0 65%;}.evm-ws-pagination.custom_show_more_button  {display:none!important;}#presets4 .evm-ws-card  { margin-bottom:0!important;}}.evm-drawer-main .evm-wscontainer { overflow: hidden!important;} \\r\\n\\r\\n.evm-drawer-main .evm-wiser-owl-theme .owl-nav button:hover ,  .evm-drawer-main #presets4 .owl-nav i {  background:transparent!important; }\\r\\n  \\r\\n.evm-related-product .wise-product-section .evm-ws-pagination.custom_show_more_button {\\r\\n    display: none;\\r\\n} \\r\\n\\r\\n@media only screen and (max-width: 450px){ \\r\\n\\r\\n.evm-related-product \\r\\n div#presets4 {\\r\\n    flex-wrap: wrap!important;\\r\\n    overflow-x: hidden!important;\\r\\n}\\r\\n\\r\\n.evm-related-product #presets4 .ws-box-wrapper {\\r\\n flex:0 0 50%;\\r\\n} \\r\\n\\r\\n}\",\n        \"not_allow_decimal\": \"false\",\n        \"currency_before\": \"&amp;#x20b9;\",\n        \"currency_after\": \"\",\n        \"addcart_confirmation_msg\": \"Added to cart!\",\n        \"viewcart_confirmation_msg\": \"View cart\",\n        \"countinue_confirmation_msg\": \"Continue shopping.\",\n        \"or_confirmation_msg\": \"or\",\n        \"shopify_product_convertor\": \"false\",\n        \"tax_type\": \"fixed\",\n        \"outofstock_msg\": \"Product is out of stock.\",\n        \"wiser_wishlist_option\": \"false\",\n        \"wiserlist_icon_color\": \"373333\",\n        \"thankyoupage_viewtype\": \"grid\",\n        \"allow_comma_inprice\": \"false\",\n        \"mobile_product_view\": \"grid\",\n        \"enable_addtocart_msg\": \"true\"\n    },\n    \"products\": {\n        \"\": {\n            \"product_title\": \"Bad Feminists Baggy Sweatshirt\",\n            \"product_image1\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/bad-feminists-baggy-sweatshirt-680000.jpg?v=1706793162\",\n            \"product_image2\": \"https://cdn.shopify.com/s/files/1/0550/4942/0973/products/bad-feminists-baggy-sweatshirt-131031.jpg?v=1706793162\",\n            \"product_price\": \"890.00\",\n            \"product_id\": 7288434229421,\n            \"product_handle\": \"bad-feminists-baggy-sweatshirt\",\n            \"variants\": [\n                {\n                    \"product_id\": 7288434229421,\n                    \"id\": 42025383461037,\n                    \"title\": \"S-M\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"42025383461037\",\n                    \"position\": 1,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"S-M\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2022-12-08T16:20:57+05:30\",\n                    \"updated_at\": \"2024-07-01T14:30:28+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"83461037\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44123029700781,\n                    \"inventory_quantity\": 4,\n                    \"old_inventory_quantity\": 4,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42025383461037\",\n                    \"image_id\": null\n                },\n                {\n                    \"product_id\": 7288434229421,\n                    \"id\": 42025383493805,\n                    \"title\": \"L-XL\",\n                    \"price\": \"890.00\",\n                    \"sku\": \"42025383493805\",\n                    \"position\": 2,\n                    \"inventory_policy\": \"deny\",\n                    \"compare_at_price\": \"890.00\",\n                    \"fulfillment_service\": \"manual\",\n                    \"inventory_management\": \"shopify\",\n                    \"option1\": \"L-XL\",\n                    \"option2\": null,\n                    \"option3\": null,\n                    \"created_at\": \"2022-12-08T16:20:58+05:30\",\n                    \"updated_at\": \"2024-06-21T12:17:14+05:30\",\n                    \"taxable\": true,\n                    \"barcode\": \"83493805\",\n                    \"grams\": 0,\n                    \"weight\": 0,\n                    \"weight_unit\": \"g\",\n                    \"inventory_item_id\": 44123029733549,\n                    \"inventory_quantity\": 0,\n                    \"old_inventory_quantity\": 0,\n                    \"requires_shipping\": true,\n                    \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/42025383493805\",\n                    \"image_id\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"c40524d0-0def-41e6-ae04-474ee0e8e6dd"},{"name":"FBT Bundle Discount","id":"f83c5084-5fe8-42e0-b178-efcd52721733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wiser.expertvillagemedia.com/api/partner/fbt-bundle-discount?partner=YOUR PARTNER NAME HERE&secret_key=SECRET KEY&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&product_id=PRODUCT ID HERE&variant_id=VARIANT ID HERE&fbt_products_ids=FBT PRODUCTS ID HERE (COMMA SEPERATED)&fbt_variants_ids=FBT VARIANTS ID HERE (COMMA SEPERATED)","urlObject":{"protocol":"https","path":["api","partner","fbt-bundle-discount"],"host":["wiser","expertvillagemedia","com"],"query":[{"key":"partner","value":"YOUR PARTNER NAME HERE"},{"key":"secret_key","value":"SECRET KEY"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"product_id","value":"PRODUCT ID HERE"},{"key":"variant_id","value":"VARIANT ID HERE"},{"key":"fbt_products_ids","value":"FBT PRODUCTS ID HERE (COMMA SEPERATED)"},{"key":"fbt_variants_ids","value":"FBT VARIANTS ID HERE (COMMA SEPERATED)"}],"variable":[]}},"response":[{"id":"d72508ab-2025-400c-b838-6eb7526221ea","name":"FBT Bundle Discount","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wiser.expertvillagemedia.com/api/partner/fbt-bundle-discount?partner=vinita&secret_key=475762-20ffb2-ff4cf2-850067-74c466&shop=SHOP NAME HERE (e.g. myshop.myshopify.com)&product_id=9029909348511&variant_id=41175200104587&fbt_products_ids=8137454190877,8137454977309,8137453371677&fbt_variants_ids=50035895664925,50035902873885,44394396811549","protocol":"https","host":["wiser","expertvillagemedia","com"],"path":["api","partner","fbt-bundle-discount"],"query":[{"key":"partner","value":"vinita"},{"key":"secret_key","value":"475762-20ffb2-ff4cf2-850067-74c466"},{"key":"shop","value":"SHOP NAME HERE (e.g. myshop.myshopify.com)"},{"key":"product_id","value":"9029909348511"},{"key":"variant_id","value":"41175200104587"},{"key":"fbt_products_ids","value":"8137454190877,8137454977309,8137453371677"},{"key":"fbt_variants_ids","value":"50035895664925,50035902873885,44394396811549"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"status\": 200,\r\n  \"fbt_disc_apld_msg\": 2,\r\n  \"ws_disc_res\": {\r\n    \"ws_disc_code\": \"WS-J4-FBT-SL3IE5HNLS\",\r\n    \"ws_disc_code_id\": \"7782013928171/edoNedoCtnuocsiD/yfipohs//:dig\",\r\n    \"ws_product_ids\": \"8137454190877,8137454977309,8137453371677,\",\r\n    \"ws_variant_ids\": [\r\n      \"50035895664925\",\r\n      \"50035902873885\",\r\n      \"44394396811549\"\r\n    ]\r\n  }\r\n}"}],"_postman_id":"f83c5084-5fe8-42e0-b178-efcd52721733"}]}