Finding products based on multiple tags – Shopify
I have data of the following format: "products": { "handle": "handle1", "tags": "t1, t2, t3, t4, t5" } { "handle": "handle2", "tags": "t1, t6, t7, t5" } : : 100s of products with a unique handle and multiple tags I…