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:

  1. Change the quantity of one or more items in a specific cart.
  2. Remove an item from the cart (by sending the quantity value = 0 in the request body).
Language
Click Try It! to start a request and see the response here!