{"info":{"_postman_id":"7d42e401-c8c3-46c1-9304-f5b40f31d506","name":"Wishlist Headless API","description":"<html><head></head><body><p>v1.0.0</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"48326746","collectionId":"7d42e401-c8c3-46c1-9304-f5b40f31d506","publishedId":"2sB3HondpU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-25T10:13:36.000Z"},"item":[{"name":"Create wishlist folder","id":"b80323db-f2db-4cc4-b7ac-5d4539e83a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",    //required\r\n    \"name\": \"XL-Red-color\",                 //required\r\n    \"customer_id\": 9457101570369,\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/wishlist","description":"<p>StartFragment</p>\n<p><strong>Create Wishlist Folder – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: The Shopify shop name.</p>\n</li>\n<li><p><strong>name</strong> <em>(string)</em>: The name of the wishlist folder.</p>\n</li>\n<li><p><strong>customer_id</strong> <em>(integer)</em>: If the customer is logged in, pass the Shopify customer ID (e.g., <code>12345679813</code>).</p>\n</li>\n<li><p><strong>ip</strong> <em>(string)</em>: If the customer is not logged in, pass the IP address for the guest wishlist. <em>(Not required if</em> <code>customer_id</code> <em>exists.)</em></p>\n</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","wishlist"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b3522bb0-4b26-4a73-b708-3779fcd375a6","name":"Create wishlist folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",    //required\r\n    \"name\": \"XL-Red-color\",                 //required\r\n    \"customer_id\": 9457101570369,\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/wishlist"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 06:43:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"424"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=hhmOvBm4%2BtesbTVqlAbMCZ6CVVcDyb0priVS41XpofLbIDkRHC514QQEa92hfYlOb4ODG9P1IvZ2mON3gyqrlVbjTG0I5Q7wHKWZKye4ywdoFCDUigfWDZjb4C6piJmzsKRG\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97d5314d1bb3a6ec-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Wishlist created successfully.\",\n    \"id\": 3066129,       // Wishlist folder ID (wishlist_id)\n    \"user_id\": 32493254,\n    \"status\": 200,\n    \"data\": []\n}\n"}],"_postman_id":"b80323db-f2db-4cc4-b7ac-5d4539e83a82"},{"name":"Rename wishlist folder","id":"3ecab709-4d21-4c83-bc03-eda4a6025599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\", //required\r\n    \"id\": 3066129, //required\r\n    \"name\": \"Shopping list\", //required\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/rename","description":"<p>StartFragment</p>\n<p><strong>Create Wishlist Folder – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: The shop name.</p>\n</li>\n<li><p><strong>id</strong> <em>(integer)</em>: ID of the wishlist folder.</p>\n</li>\n<li><p><strong>name</strong> <em>(string)</em>: The name of the wishlist folder.</p>\n</li>\n<li><p><strong>customer_id</strong> <em>(integer)</em>: If the customer is logged in, pass the Shopify customer ID (e.g., <code>12345678913</code>).</p>\n</li>\n<li><p><strong>ip</strong> <em>(string)</em>: If the customer is not logged in, pass the IP address for the guest wishlist. <em>(Not required if</em> <code>_customer_id_</code> <em>exists.)</em></p>\n</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","rename"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"273f5b76-589e-4f79-84d3-e17fd3124d92","name":"Rename wishlist folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\", //required\r\n    \"id\": 3066129, //required\r\n    \"name\": \"Shopping list\", //required\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/rename"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 12 Sep 2025 06:34:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":""},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"418"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=QPBbZgv0J3WzL6j%2BdYQ2ElbFr0DG%2FKiiT%2ByZ3%2BPV2Pe9aq50w5P%2ByC%2F%2FNXXeLFy7OfehD8PXyCw8nGWduN6kNddcgtDUAUN4%2FCzhm107LOu4Pew76y27y5WOFtjCRYwdfNtl\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97dd617b29eea70d-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [],\n    \"message\": \"Wishlist rename successfully.\"\n}"}],"_postman_id":"3ecab709-4d21-4c83-bc03-eda4a6025599"},{"name":"Remove wishlist folder ","id":"ec36f551-0baa-4cee-9152-63e6fbc2282a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\",\r\n    \"wishlistid\": 3056351\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/removetab","description":"<p>StartFragment</p>\n<p><strong>Add Product to Wishlist – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: Shopify shop name.</p>\n</li>\n<li><p><strong>customer_id</strong> <em>(integer)</em>: Pass the Shopify customer ID if the customer is logged in.</p>\n</li>\n<li><p><strong>wishlistid</strong> <em>(integer)</em>: ID of the wishlist folder.</p>\n</li>\n<li><p><strong>ip</strong> <em>(string)</em>: If the customer is not logged in, pass the IP address for the guest wishlist. <em>(Not required if</em> <code>customer_id</code> <em>exists.)</em></p>\n</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","removetab"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"05895766-93c4-4f54-b739-a4c62b3a43a3","name":"Remove wishlist folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\",\r\n    \"wishlistid\": 3056351\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/removetab"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 10:51:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"388"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=LwOBlBDXwSsls%2Fu9729Jt1cf%2F81nhlq72asOky8LMj062%2FV7xzreg8kZco2k8D9YCbredDDa0cDjwP8F2RvJkhU8SuPv47QIvyjD56%2Fl2nZSycnFORq8FMRC7Y5UNEfZTE9w\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97d69ce5caf8a729-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"total\": 2      //Total number of wishlist products for the customer\n    },\n    \"message\": \"Removed successfully\",\n    \"status\": 200\n}"}],"_postman_id":"ec36f551-0baa-4cee-9152-63e6fbc2282a"},{"name":"Get wishlist folders","id":"d9e835fe-dec8-4aeb-9975-56438e998571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",\r\n    \"customer_id\": \"9457101570369\",\r\n     \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/get","description":"<p>StartFragment</p>\n<p><strong>Add Product to Wishlist – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: The Shopify shop name.</p>\n</li>\n<li><p><strong>customer_id</strong> <em>(integer)</em>: If the customer is logged in, pass the Shopify customer ID. (e.g., <code>9874563210</code>)</p>\n</li>\n<li><p><strong>ip</strong> <em>(string)</em>: If the customer is not logged in, pass the IP address for the guest wishlist. <em>(Not required if</em> <code>customer_id</code> <em>exists.)</em></p>\n</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","get"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"6980b0ac-3c85-4667-a48a-048556b25f18","name":"Get wishlist folders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",        //required\r\n    \"customer_id\": \"9457101570369\",\r\n     \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/get"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"total\": 2,     // Total number of wishlist products for the customer\r\n        \"wishlists\": [\r\n            {\r\n                \"name\": \"My Wishlist\",      // Wishlist folder name\r\n                \"id\": 2621,                 // Wishlist folder ID (wishlist_id)\r\n                \"shop_id\": 308,             // Internal shop ID\r\n                \"updated_at\": \"2025-09-16 17:29:36\",\r\n                \"total\": 2,                 // Total products in this wishlist folder (if wishlist_share value exists, this field will not be included in the response)\r\n                \"wishlists\": [\r\n                    {\r\n                        \"id\": 9870,                     // Wishlist item ID\r\n                        \"shop_id\": 308,                 // Internal shop ID\r\n                        \"product_id\": 2132,             // Internal product ID\r\n                        \"wishlist_id\": 2621,            // Wishlist folder ID (wishlist_id)\r\n                        \"status\": 1,                   \r\n                        \"is_active\": 1,                \r\n                        \"amount\": 749,                          // Price at wishlist creation.\r\n                        \"variant_id\": 46212061724570,           // Shopify variant ID\r\n                        \"shopify_product_id\": 8507700059901,    // Shopify product ID\r\n                        \"product_status\": \"ACTIVE\",            \r\n                        \"title\": \"Bodysuit Peachy Pink\",       \r\n                        \"image\": \"https://cdn.shopify.com/s/files/1/0695/9025/3725/files/KeyholeBodysuit_Peab1ed-c7f8455e9e6e.jpg?v=1732531735\",\r\n                        \"handle\": \"bodysuit-peachy-pink\",       \r\n                        \"price\": \"125.00\",                      // Shopify wishlist variant price\r\n                        \"variant\": {                            // Selected variant details - Wishlist Variant (JSON Object)\r\n                            \"id\": 49329068179746,\r\n                            \"sku\": null,\r\n                            \"price\": \"1025.00\",\r\n                            \"title\": \"Default Title\",\r\n                            \"barcode\": null,\r\n                            \"option1\": \"Default Title\",\r\n                            \"option2\": null,\r\n                            \"option3\": null,\r\n                            \"taxable\": true,\r\n                            \"image_id\": null,\r\n                            \"position\": 1,\r\n                            \"created_at\": \"2024-11-14T02:12:40-05:00\",\r\n                            \"product_id\": 9544031469858,\r\n                            \"updated_at\": \"2024-11-14T02:12:40-05:00\",\r\n                            \"compare_at_price\": null,\r\n                            \"inventory_policy\": \"deny\",\r\n                            \"inventory_item_id\": 51359531565346,\r\n                            \"inventory_quantity\": 50,\r\n                            \"admin_graphql_api_id\": \"gid://shopify/ProductVariant/49329068179746\",\r\n                            \"old_inventory_quantity\": 50\r\n                        }\r\n                        \"inventoryManagement1\": null,           // (Optional) inventory management info, if available\r\n                        \"contextualPricing\": []                 // Contextual pricing (empty if not applicable)\r\n                    }\r\n                ]\r\n            }, \r\n            {\r\n                \"name\": \"XXL Shirts\",                   // Wishlist folder name\r\n                \"id\": 2622,                             // Wishlist folder ID (wishlist_id)\r\n                \"shop_id\": 308,                         // Internal shop ID\r\n                \"updated_at\": \"2025-09-17 02:29:36\",    \r\n                \"total\": 0,                             // Total products in this wishlist folder (if wishlist_share value exists, this field will not be included in the response)\r\n                \"wishlists\": []                         // Empty array since no products in this wishlist folder\r\n            }\r\n        ],\r\n        \"currency\": \"INR\"\r\n    },\r\n    \"message\": \"Wishlist folder fetched successfully\",\r\n    \"status\": 200\r\n}\r\n"}],"_postman_id":"d9e835fe-dec8-4aeb-9975-56438e998571"},{"name":"Get wishlist setting","id":"34e49eee-9cf5-4fba-811e-b422001a9517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\", //required\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\",\r\n    \"product_ids\": {\r\n        \"50586051543361\": 9966367441217,\r\n        \"44841826910529\": 8206865695041,\r\n        \"44841827467585\": 8206865989953\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/setting","description":"<p>StartFragment</p>\n<p><strong>Fetch Wishlist Settings – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: The Shopify shop name.</p>\n</li>\n<li><p><strong>customer_id</strong> <em>(integer)</em>: If the customer is logged in, pass the Shopify customer ID (e.g., <code>12345678913</code>).</p>\n</li>\n<li><p><strong>ip</strong> <em>(string)</em>: If the customer is not logged in, pass the IP address for the guest wishlist. <em>(Not required if</em> <code>_customer_id_</code> <em>exists.)</em></p>\n</li>\n<li><p><strong>product_ids:</strong> shopify products id and variant id</p>\n<ul>\n<li>50586051543361(<strong>variant_id</strong>) <strong>:</strong> 9966367441217(<strong>product_id)</strong></li>\n</ul>\n</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","setting"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"fd879fb0-ff4f-48a1-89c4-ed357cf5a3a3","name":"Get wishlist setting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\", //required\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\",\r\n    \"product_ids\": {\r\n        \"50586051543361\": 9966367441217,\r\n        \"44841826910529\": 8206865695041,\r\n        \"44841827467585\": 8206865989953\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/setting"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 10:02:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":""},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"494"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=zDcNKO9elmCBF78RTrt5AQtclnfO0SHW3C%2BJNcFJ2LQFHmTqUVCtx%2BtVUbhbEpnpJ0xT7IhqLM57xxgBab0rjSWkaFKXxPq98%2FyrT4rSdNXb1ASuor7kFb87oT3Of92SDLap\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97d654403b41a7ee-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"total\": 2,     //Total number of wishlist products for the customer\n        \"setting\": {\n            \"id\": 768,\n            \"currency\": \"INR\",\n            \"money_format\": \"Rs. {{amount}}\",\n            \"plan_type\": \"8\",\n            \"domain\": \"wc-wishlist.myshopify.com\",\n            \"plan_status\": \"1\",\n            \"activated_at\": null,\n            \"billing_on\": null,\n            \"is_older_shop\": 0,\n            \"app_enable\": 1,\n            \"guest_wishlist\": 1,\n            \"is_same_wishlist\": 0,\n            \"share_wishlist\": 0,\n            \"multiple_wishlist\": 1,\n            \"is_variant_wishlist\": 1,\n            \"is_clear_cart\": 0,\n            \"type\": \"1\",\n            \"icon\": \"<svg width=\\\"26\\\" height=\\\"23\\\" viewBox=\\\"0 0 26 23\\\" fill=\\\"none\\\"><path d=\\\"M24.8759 3.27339C24.1475 2.06525 23.0806 1.12141 21.8207 0.57048C20.3932 -0.0562504 18.7897 -0.169062 17.1839 0.245058C15.7124 0.624602 14.279 1.4478 13 2.64198C11.7209 1.44769 10.2874 0.624442 8.8156 0.244952C7.20974 -0.169327 5.60622 -0.0564097 4.17865 0.570745C2.91872 1.12185 1.8519 2.06588 1.12359 3.27418C0.360858 4.53529 -0.0271625 6.06892 0.00147825 7.70909C0.128635 15.0007 10.5135 21.6311 12.594 22.8863C12.7175 22.9608 12.8575 23 13 23C13.1425 23 13.2825 22.9608 13.406 22.8863C15.4867 21.6309 25.8725 14.9993 25.9986 7.70782C26.0269 6.06775 25.6387 4.53428 24.8759 3.27339V3.27339ZM24.3739 7.67728C24.3332 10.0348 22.8306 12.7835 20.0288 15.6259C17.4342 18.258 14.4828 20.242 13 21.1651C11.5172 20.2422 8.56627 18.2584 5.97185 15.6262C3.16993 12.784 1.66731 10.0356 1.62618 7.67808C1.58129 5.10386 2.77074 3.03273 4.80794 2.13773C5.4756 1.84606 6.19237 1.69728 6.91592 1.70019C8.78442 1.70019 10.7609 2.64623 12.4206 4.41138C12.4962 4.49179 12.5864 4.55566 12.6859 4.59926C12.7853 4.64285 12.8921 4.6653 12.9999 4.6653C13.1078 4.6653 13.2145 4.64285 13.314 4.59926C13.4134 4.55566 13.5036 4.49179 13.5792 4.41138C15.885 1.95916 18.8021 1.08796 21.1913 2.13757C23.2287 3.03225 24.4183 5.10307 24.3739 7.67712V7.67728Z\\\" fill=\\\"black\\\"></path></svg>\",\n            \"layout_type\": 0,\n            \"button_type\": \"3\",\n            \"button_color_before\": \"#050505\",\n            \"button_color_after\": \"#007148\",\n            \"button_bg_color_before\": \"#ffffff\",\n            \"button_bg_color_after\": \"#e3fff5\",\n            \"button_border_width\": \"1\",\n            \"button_border_type\": \"solid\",\n            \"button_border_color_before\": \"#e22222\",\n            \"button_border_color_after\": \"#007148\",\n            \"button_border_radius\": \"5\",\n            \"button_top_bottom_padding\": \"10\",\n            \"button_left_right_padding\": \"10\",\n            \"button_position\": \"4\",\n            \"button_text_before\": \"Add to Wishlist\",\n            \"button_text_after\": \"Added to Wishlist\",\n            \"module_name\": \"My Wishlist\",\n            \"launcher_icon\": null,\n            \"desktop_placement\": \"4\",\n            \"desktop_side_spacing\": \"20\",\n            \"desktop_bottom_spacing\": \"20\",\n            \"mobile_placement\": \"4\",\n            \"mobile_side_spacing\": \"20\",\n            \"mobile_bottom_spacing\": \"20\",\n            \"launcher_button_color\": \"#0b3d80\",\n            \"item_count\": 1,\n            \"total_count\": 1,\n            \"wishlist_type\": \"1\",\n            \"wishlist_button_color_before\": \"#ffffff\",\n            \"wishlist_button_color_after\": \"#ffffff\",\n            \"wishlist_button_text_before\": \"Add to Cart\",\n            \"wishlist_button_text_after\": \"Added to Cart\",\n            \"notification_banner_header_text\": \"Product added to Wishlist\",\n            \"notification_banner_header_text_color\": \"#000000\",\n            \"notification_banner_header_bg_color\": \"#d4d4d4\",\n            \"notification_banner_button_text\": \"View Wishlist\",\n            \"notification_banner_button_text_color\": \"#000000\",\n            \"notification_banner_button_bg_color\": \"#d4d4d4\",\n            \"wishlist_page_title\": \"My Wishlist\",\n            \"share_title\": \"Share on\",\n            \"share_description\": \"Check my wishlist\",\n            \"add_to_cart\": \"Add to Cart\",\n            \"load_more_button_text\": \"Load More\",\n            \"load_more_button_bg_color\": \"#000000\",\n            \"load_more_button_text_color\": \"#FFFFFF\",\n            \"Wishlist_page_login_or_register\": \"or\",\n            \"remove_product\": \"Remove Product\",\n            \"product_collection_button_border_width\": \"2\",\n            \"product_collection_button_border_radius\": \"10\",\n            \"product_collection_button_top_bottom_padding\": \"2\",\n            \"product_collection_button_left_right_padding\": \"2\",\n            \"product_collection_button_position\": \"2\",\n            \"product_collection_button_text_before\": \"Add to Wishlist\",\n            \"product_collection_button_color_before\": \"#000000\",\n            \"product_collection_button_bg_color_before\": \"#ffffff\",\n            \"product_collection_button_text_after\": \"Added to Wishlist\",\n            \"product_collection_button_color_after\": \"#ff0000\",\n            \"product_collection_button_bg_color_after\": \"#ffffff\",\n            \"product_collection_button_border_color_after\": \"#ffffff\",\n            \"product_collection_button_border_color_before\": \"#ffffff\",\n            \"product_collection_button_type\": \"1\",\n            \"product_collection_total_count\": 0,\n            \"sold_out\": \"Sold Out\",\n            \"no_product\": \"There is no product in your wishlist!\",\n            \"product_add_to_wishlist\": \"Product added to Wishlist\",\n            \"wishlist_tab_rename_success_message\": \"Wishlist rename successfully\",\n            \"product_remove_wishlist\": \"Product removed from wishlist\",\n            \"product_add_to_cart\": \"Product added to cart\",\n            \"product_add_to_cart_error_title\": \"There is an Error!!!\",\n            \"product_add_to_cart_error_message\": \"Product is not added to cart, please contact us\",\n            \"view_list_button\": \"View Wishlist\",\n            \"view_cart_button\": \"View Cart\",\n            \"wishlist_dropdown_text\": \"Create another Wish List\",\n            \"wishlist_create_message\": \"Wishlist created successfully\",\n            \"wishlist_remove_message\": \"Wishlist removed successfully\",\n            \"wishlist_model_title\": \"Create Wishlist List\",\n            \"wishlist_model_label\": \"List name\",\n            \"wishlist_model_placeholder\": \"Create Wishlist List\",\n            \"default_wishlist_title\": \"My Wishlist\",\n            \"wishlist_model_description\": \"Use lists to save items for later. All lists are private unless you share them with others.\",\n            \"wishlist_model_create_button\": \"Create List\",\n            \"wishlist_model_cancel_button\": \"Cancel\",\n            \"wishlist_model_cancel_button_text_colour\": \"#fff\",\n            \"wishlist_model_cancel_button_bg_colour\": \"#6c757d\",\n            \"wishlist_model_create_button_text_colour\": \"#fff\",\n            \"wishlist_model_create_button_bg_colour\": \"#000000\",\n            \"wishlist_page_description\": \"To save your wishlist please\",\n            \"wishlist_page_login_text\": \"Login\",\n            \"wishlist_page_Register_text\": \"Sign up\",\n            \"wishlist_page_qty_text\": \"Quantity\",\n            \"all_product_add_to_cart_button_text\": \"Add to cart all\",\n            \"all_product_add_to_cart_button_bg_color\": \"#000000\",\n            \"all_product_add_to_cart_button_text_color\": \"#FFFFFF\",\n            \"success_message_bg_color\": \"#04AA6D\",\n            \"success_message_text_color\": \"#FFFFFF\",\n            \"error_message_bg_color\": \"#f00000\",\n            \"error_message_text_color\": \"#FFFFFF\",\n            \"clear_cart_message\": \"Do you want to remove all existing items from your cart and add all wishlist products?\",\n            \"is_dispaly_add_to_cart_all\": 1,\n            \"redirect_type\": 0\n        },\n        \"products\": [\n            {\n                \"shopify_product_id\": 9966367441217,    // Shopify product ID\n                \"shopify_variant_id\": 50586051543361,   // Shopify variant ID\n                \"wishlisted\": true,     // Whether the product is in wishlist\n                \"wishlistCount\": 15     // Number of customers who added this product to wishlist\n            },\n            {\n                \"shopify_product_id\": 8206865695041,\n                \"shopify_variant_id\": 44841826910529,\n                \"wishlisted\": false,\n                \"wishlistCount\": 20\n            },\n            {\n                \"shopify_product_id\": 8206865989953,\n                \"shopify_variant_id\": 44841827467585,\n                \"wishlisted\": false,\n                \"wishlistCount\": 25\n            }\n        ],\n        \"ip\": \"\",\n        \"wishlist\": [\n            {\n                \"id\": 3066129,          // Wishlist folder ID (wishlist_id)\n                \"shop_id\": 768,         // Internal shop ID\n                \"user_id\": 32493254,    // Internal shop ID\n                \"name\": \"XL-Red-color\",         // Wishlist folder name\n                \"is_active_wishlist_tab\": 1,    // Indicates if this wishlist tab is active\n                \"created_at\": \"2025-09-11 06:43:45\",\n                \"updated_at\": \"2025-09-11 06:43:45\"\n            },\n            {\n                \"id\": 3056351,\n                \"shop_id\": 768,\n                \"user_id\": 32493254,\n                \"name\": \"dhanraj-wishlist\",\n                \"is_active_wishlist_tab\": 1,\n                \"created_at\": \"2025-09-10 12:34:48\",\n                \"updated_at\": \"2025-09-10 12:34:48\"\n            }\n        ],\n        \"limit\": true\n    },\n    \"message\": \"success\"\n}"}],"_postman_id":"34e49eee-9cf5-4fba-811e-b422001a9517"},{"name":"Add item to wishlist","id":"121c1f5f-709d-4a59-a3fc-b009f3b3233a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",\r\n    \"customer_id\": 9457101570369,\r\n    \"product_id\": 9966367441217,\r\n    \"wishlist_id\": 3066129,\r\n    \"variant_id\": \"50586051543361\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/add","description":"<p>StartFragment</p>\n<p><strong>Add Product to Wishlist – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: The Shopify shop name.</p>\n</li>\n<li><p><strong>customer_id</strong> <em>(integer)</em>: If the customer is logged in, pass the Shopify customer ID. (e.g., <code>12345679813</code>)</p>\n</li>\n<li><p><strong>product_id</strong> <em>(integer)</em>: The product ID that the user wants to add to the wishlist. (e.g., <code>9874563210</code>)</p>\n</li>\n<li><p><strong>variant_id</strong> <em>(integer)</em>: The variant ID of the product that the user wants to add to the wishlist. (e.g., <code>456789132078</code>)</p>\n</li>\n<li><p><strong>wishlist_id</strong> <em>(integer)</em>: The wishlist folder ID, which you can retrieve from another API.</p>\n</li>\n<li><p><strong>ip</strong> <em>(string)</em>: If the customer is not logged in, pass the IP address for the guest wishlist. <em>(Not required if</em> <code>customer_id</code> <em>exists.)</em></p>\n</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","add"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"cca87d9b-8511-4856-b0ba-90a8e8e77c2a","name":"Add item to wishlist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",        //required\r\n    \"customer_id\": 9457101570369,\r\n    \"product_id\": 9966367441217,                //required\r\n    \"wishlist_id\": 3066129,                     //required\r\n    \"variant_id\": \"50586051543361\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/add"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 06:28:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"370"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=7t0TIJwWL1G1yliAGtU2lRy47LJhXJIR4T7AEQZczdElA5jY28Xkzf8PLreVoM4yKkjs3IExNrWklUEWcwIWC16TBEcAZr1cBT3TVTzqRryPH3cfHpvXRPCyN5%2FKiojWkBNo\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97d51a52dd33a784-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"total\": 1,     //Total number of wishlist products for the customer\n        \"product\": {\n            \"title\": \"Bluff Nightstand with Drawer\",    // Product title\n            \"image\": \"https://cdn.shopify.com/s/files/1/0739/7828/2305/files/1.webp?v=1751540111\"\n        }\n    },\n    \"message\": \"Product added to wishlist successfully\",\n    \"status\": 200\n}"}],"_postman_id":"121c1f5f-709d-4a59-a3fc-b009f3b3233a"},{"name":"Remove item from wishlist","id":"9be3ae5c-25eb-4dca-8462-78c6d58c727f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",        //required\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\",\r\n    \"id\": 3056351,\r\n    \"product_id\": 9966367441217,\r\n    \"variant_id\": 50586051543361,\r\n    \"all\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/remove","description":"<p>StartFragment</p>\n<p><strong>Remove Product from Wishlist – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: The Shopify shop name.</p>\n</li>\n<li><p><strong>customer_id</strong> <em>(integer)</em>: If the customer is logged in, pass the Shopify customer ID (e.g., <code>12345678913</code>).</p>\n</li>\n<li><p><strong>ip</strong> <em>(string)</em>: If the customer is not logged in, pass the IP address for the guest wishlist. <em>(Not required if</em> <code>_customer_id_</code> <em>exists.)</em></p>\n</li>\n<li><p><strong>id</strong> <em>(integer)</em>: Wishlist item ID</p>\n</li>\n<li><p><strong>folder_id</strong> <em>(integer)</em>: Wishlist folder ID (wishlist_id)</p>\n</li>\n<li><p><strong>product_id</strong> <em>(integer)</em>: The product ID of the wishlist item to be removed. (e.g., <code>9966367441217</code>)</p>\n</li>\n<li><p><strong>variant_id</strong> <em>(integer)</em>: The variant ID of the wishlist item to be removed (e.g., <code>50586051543361</code>).</p>\n</li>\n<li><p><strong>all</strong> <em>(boolean)</em>: If <code>true</code>, remove all wishlisted items.</p>\n</li>\n</ul>\n<p>⚠️ <strong>Note</strong>:</p>\n<ul>\n<li><p>If you pass the <strong><code>id</code></strong> (wishlist item ID), then you do <strong>not</strong> need to pass <code>product_id, folder_id</code> or <code>variant_id</code>.</p>\n</li>\n<li><p>You can also remove a wishlist item by using <strong><code>product_id</code></strong> and <strong><code>variant_id</code></strong> instead of <code>id</code>.</p>\n</li>\n<li><p>If you pass only <strong><code>product_id</code></strong>, then all wishlist items for that product will be removed.</p>\n</li>\n<li><p>If you pass only <strong><code>variant_id</code></strong>, then the wishlist item for that specific variant will be removed.</p>\n</li>\n<li><p>If you pass both <strong><code>folder_id</code></strong> and <strong><code>variant_id</code></strong>, then only the record for that specific variant within the given folder will be removed.</p>\n</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","remove"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b9eac6d5-637d-4821-946f-445cf4b488ef","name":"Remove item from wishlist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",        //required\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\",\r\n    \"id\": 3056351,\r\n    \"product_id\": 9966367441217,\r\n    \"variant_id\": 50586051543361,\r\n    \"all\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/remove"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 10:46:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"476"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=bJekkA5VhP6hJgBDY8S%2B2AS4FXHrj6BP2gM%2BIxE9uinHKv8vQWREqxvkaNmE0J%2FK%2Bw2AnyWDhjLoUd%2FqblUB96kwfG7hIWQaJBQ3iVKXiJ%2FIkjoYHckttGLhlSVjX4BJGHiN\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97d694f239b7a6c5-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"total\": 2      //Total number of wishlist products for the customer\n    },\n    \"message\": \"Product Removed successfully from wishlist.\",\n    \"status\": 200\n}"}],"_postman_id":"9be3ae5c-25eb-4dca-8462-78c6d58c727f"},{"name":"Item add to cart","id":"6e1efa49-3cd9-425c-a46f-b2148bac9080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 765\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/cart","description":"<p>StartFragment</p>\n<p><strong>Add Wishlist Product to Cart (with Analytics) – Payload Explanation</strong></p>\n<ul>\n<li><strong>id</strong> <em>(integer)</em>: The wishlist item ID.</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","cart"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"7f2091dc-9908-4641-a1ef-2f33b461c108","name":"Item add to cart","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 765\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/cart"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 12 Sep 2025 05:56:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"315"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=4lyaE8Ohi%2F7hpe2Bc8oiYhSXCW%2FiMhqu5ZOjNOZFKi7rmogL8mOCs8BPqZ2QPft9CFpeZovnToF%2BA%2BQ72GeubysMz6oSIMa3XQIrsjRW%2F7isAxg%2FIlgiC2vH6KM9If0FRHqW\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97dd29778bc0a7f2-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Product added to cart successfully.\",\n    \"status\": 200\n}"}],"_postman_id":"6e1efa49-3cd9-425c-a46f-b2148bac9080"},{"name":"Update quantity of wishlist items","id":"d2cd133c-19b8-492e-a706-31a8f0f63bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",        //required\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\",\r\n    \"quantityData\": [           //required\r\n        {\r\n            \"id\": 4615837,\r\n            \"quantity\": 2\r\n        },\r\n        {\r\n            \"id\": 4300973,\r\n            \"quantity\": 3 \r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/quantity","description":"<p>StartFragment</p>\n<p><strong>Update Quantity of Wishlisted Item – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: The Shopify shop name.</p>\n</li>\n<li><p><strong>customer_id</strong> <em>(integer)</em>: If the customer is logged in, pass the Shopify customer ID (e.g., <code>12345678913</code>).</p>\n</li>\n<li><p><strong>ip</strong> <em>(string)</em>: If the customer is not logged in, pass the IP address for the guest wishlist. <em>(Not required if</em> <code>_customer_id_</code> <em>exists.)</em></p>\n</li>\n<li><p><strong>quantityData</strong> <em>(array)</em>: An array of objects containing wishlist item details.</p>\n<ul>\n<li><p><strong>id</strong> <em>(integer)</em>: The wishlist item ID.</p>\n</li>\n<li><p><strong>quantity</strong> <em>(integer)</em>: The updated quantity for the wishlist item.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","quantity"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"700dc4e7-9639-4832-91e9-fe3d0d5de03e","name":"Update quantity of wishlist items","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",        //required\r\n    \"customer_id\": \"9457101570369\",\r\n    \"ip\": \"2401:4900:1c80:3929:1095:8d7c:3015:a5d1\",\r\n    \"quantityData\": [           //required\r\n        {\r\n            \"id\": 4615837,\r\n            \"quantity\": 2\r\n        },\r\n        {\r\n            \"id\": 4300973,\r\n            \"quantity\": 3 \r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/quantity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 11:57:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":""},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"463"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=ijJTS6EUnrYcFllmTtO0BR287dZbCyP0hMWQOq5%2Fg1SG93m8tAEA%2BYSGKGxAm22JXZOEZEbTjzsiiG0jUndzPoi%2FcsvpqG3wN9W5Fj40LcvfMIE72OKiQc7INhaRGApJPO3Z\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97d6fd0d889dde28-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": [],\n    \"message\": \"Quantity of wishlisted product are updated.\"\n}"}],"_postman_id":"d2cd133c-19b8-492e-a706-31a8f0f63bf3"},{"name":"Add to back in stock","id":"25549ed2-263e-4ba1-9cc6-ed195ad87943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",    //required\r\n    \"product_id\": 9966367048001,            //required\r\n    \"variant_id\": 50586050265409,           //required\r\n    \"email\": \"lupix-zotica@gmail.com\"       //required\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/bis","description":"<p>StartFragment</p>\n<p><strong>Add Item to Back in Stock – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: The shop name.</p>\n</li>\n<li><p><strong>product_id</strong> <em>(integer)</em>: The product ID being tracked (e.g., <code>667851789148</code>).</p>\n</li>\n<li><p><strong>variant_id</strong> <em>(integer)</em>: The variant ID of the product (e.g., <code>505860513361</code>).</p>\n</li>\n<li><p><strong>email</strong> <em>(string)</em>: The customer’s email address to notify (e.g., <code>\"user@example.com\"</code>).</p>\n</li>\n</ul>\n<p>EndFragment</p>\n","urlObject":{"path":["api","headless","v1","bis"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"698af9ee-c12a-40d4-a454-83547c72f81c","name":"First time Back in stock","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",\r\n    \"product_id\": 9966367048001,\r\n    \"variant_id\": 50586050265409,\r\n    \"email\": \"lupix-zotica@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/bis"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 12 Sep 2025 06:45:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"425"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=0ihGvZaQThom0NaMm4JgPQUW2%2B8YgQmoQ8K6biTfJpmm6yNmkJfRdHWjqM5QoUU76jGp6EkvzFbccVUu0KfBmyWg586eXfuHbfabebrjzZEIDmDAAGzCfXUDXVu7ysFYSx%2Bp\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97dd70a8fcb9a73d-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"We have sent verification mail to your email. Please verify your email.\",\n    \"status\": 200\n}"},{"id":"bc704771-f776-4f38-9492-660c9cd559ad","name":"Verify email and Back in stock","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"wc-wishlist.myshopify.com\",\r\n    \"product_id\": 9966367048001,\r\n    \"variant_id\": 50586050265409,\r\n    \"email\": \"lupix-zotica@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/bis"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 12 Sep 2025 06:45:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"321"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=NKjzH%2BPo4b%2BMq%2F2YyO8v1b9nFeas1%2BTJwexb0xJsqHlRzP99%2FfsMDgJKsTfRPOdiy%2BgVeFSoLE5PRY81yuJ8P5iE7biL0O1Wa86POM6xFYaOE0CcJCjPV2v3AQGExfgDXENJ\"}]}"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"97dd71e50b8ba73d-DEL"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"We will notify you when the item is available\",\n    \"status\": 200\n}"}],"_postman_id":"25549ed2-263e-4ba1-9cc6-ed195ad87943"},{"name":"Get back in stock products & setting","id":"ff55cdb9-51d2-46ac-a2ec-f8b02dc74577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"dev-dhanraj.myshopify.com\",    //required\r\n    \"product_ids\": [        //required\r\n        \"7813716639825\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/headless/v1/products","description":"<p><strong>Get Back in Stock Settings &amp; Products – Payload Explanation</strong></p>\n<ul>\n<li><p><strong>shop</strong> <em>(string)</em>: The shop name.</p>\n</li>\n<li><p><strong>product_ids</strong> <em>(array)</em>: An array of product IDs (e.g., <code>[667853532351, 667243243852, 6678538735733]</code>).</p>\n</li>\n</ul>\n","urlObject":{"path":["api","headless","v1","products"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"8288fb45-4b82-4b8f-a5e3-3916f99844e3","name":"Get back in stock products & setting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop\": \"dev-dhanraj.myshopify.com\",    //required\r\n    \"product_ids\": [        //required\r\n        \"7813716639825\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://wishlist.webcontrive.com/wishlist-club/public/api/headless/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 12 Sep 2025 09:11:45 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1t PHP/8.1.19"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.19"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"bis\": {\n            \"product_page_widget\": {\n                \"css\": \"\",\n                \"text\": \"Notify me\",\n                \"is_icon\": 0,\n                \"bg_color\": \"#000000\",\n                \"is_active\": 0,\n                \"icon_color\": \"#ffffff\",\n                \"text_color\": \"#ffffff\",\n                \"border_size\": \"0\",\n                \"button_type\": 1,\n                \"border_color\": \"#000000\",\n                \"border_radius\": \"0\",\n                \"button_left_right_padding\": 10,\n                \"button_top_bottom_padding\": 10\n            },\n            \"home_page_widget\": {\n                \"is_active\": 0,\n                \"text\": \"Notify me\",\n                \"is_icon\": 0,\n                \"icon_color\": \"#ffffff\",\n                \"text_color\": \"#ffffff\",\n                \"bg_color\": \"#000000\",\n                \"border_color\": \"#000000\",\n                \"border_radius\": \"0\",\n                \"border_size\": \"0\",\n                \"css\": \"\",\n                \"button_top_bottom_padding\": 10,\n                \"button_left_right_padding\": 10\n            },\n            \"collection_page_widget\": {\n                \"is_active\": \"1\",\n                \"text\": \"Notify me\",\n                \"is_icon\": 0,\n                \"icon_color\": \"#ffffff\",\n                \"text_color\": \"#ffffff\",\n                \"bg_color\": \"#000000\",\n                \"border_color\": \"#000000\",\n                \"border_radius\": \"0\",\n                \"border_size\": \"0\",\n                \"css\": \"\",\n                \"button_top_bottom_padding\": 10,\n                \"button_left_right_padding\": 10\n            },\n            \"subscription_form\": {\n                \"title\": \"Notify me via:\",\n                \"email_lable\": \"Email\",\n                \"email_placeholder\": \"Email Address...\",\n                \"email_validation_message\": \"Your email address is not valid.\",\n                \"submit_button_text\": \"Notify Me When Available\",\n                \"text_color\": \"#ffffff\",\n                \"background_color\": \"#000000\",\n                \"border_color\": \"#000000\",\n                \"border_radius\": \"0\",\n                \"border_size\": \"0\",\n                \"css\": \"\",\n                \"button_top_bottom_padding\": 10,\n                \"button_left_right_padding\": 10\n            },\n            \"subscription_message\": {\n                \"success_message\": \"We will notify you when the item is available\",\n                \"already_subscribed_message\": \"You already have subscribed for this item\",\n                \"text_color\": \"#ffffff\",\n                \"background_color\": \"#000000\",\n                \"css\": \"\"\n            }\n        },\n        \"products\": [\n            {\n                \"product_id\": \"7813716639825\",\n                \"variant_id\": \"42559652855889\",\n                \"title\": \"Default Title\",\n                \"product_title\": \"LED High Tops\",\n                \"inventoryManagement1\": false,\n                \"inventoryPolicy\": \"DENY\",\n                \"inventoryQuantity\": 0\n            }\n        ]\n    },\n    \"message\": \"Products fetch successfully\",\n    \"status\": 200\n}"}],"_postman_id":"ff55cdb9-51d2-46ac-a2ec-f8b02dc74577"}],"event":[{"listen":"prerequest","script":{"id":"361241eb-00c8-41fb-95b0-967b4a0faf94","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"841ec98d-4b5b-42fa-9360-5e7eb28c5bc0","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"URL","value":""},{"key":"Access Token","value":""}]}