Hi,
Any idea how it can be achieved that a customer can add multiple proucts of the same category to the basket, and not only one by one?
Thanks
To do something like that you need to implement a way of doing multiple product selections . Once multiple products have been selected you can call the addToBasket() API call for each product.