Hi Experts,
What is the best approach for adding multiple products to the cart?
I tried calling in a chain
wUtils.sendRequest('/shop/cart/update', products)
but after the first iteration, it redirects to the cart as a result only the first item is added.
Thanks.