Updates the quantity of a specific item in the user’s cart based on the item ID and provided count.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the item to update in the cart.
The new quantity of the item to set in the cart.
1
Successful response indicating the item quantity was updated or removed from the cart.
The response is of type object
.