I want to expose a Stores/Collection was a dynamic page to users and allow them to add all the products in that collection to the shopping cart.
From the database page, it is not obvious to me how collections and products link with each other. This is preventing me from calling addToCart multiple times on the products contained within a collection.
Does anyone know how Store/Collections and Store/Products link with each other? Is it possible to add a collection to the shopping cart as-is?