Hello,
Dynamicweb 9.15.3
We are adding products to a cart using the following dwapi endpoint - (POST)/dwapi/ecommerce/carts/{secret}/items
When we add a product that already exists in Cart, instead of incrementing the existing orderline quantity, a new orderline is being added. Is this the expected behaviour? should we validate first if product is in cart and use a different endpoint?
Example request body we are submitting to the API
How cart looks in backend