patch https://checkout.ollie.shop//carts//items
Use this request to update the information of an item already present in the shopping cart.
The cartId is the data structure that represents a shopping cart and contains all information pertaining to it. Hence, the cartId is the identification code of a given cart.
cartId is the equivalent of orderFormId for VTEX stores
You can use this request to:
- Change the quantity of one or more items in a specific cart.
- Remove an item from the cart (by sending the quantity value = 0 in the request body).