Packages
Update Quantity
Updates the quantity of a specific item in the user’s cart based on the item ID and provided count.
POST
/
cart
/
reload
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the item to update in the cart.
Query Parameters
The new quantity of the item to set in the cart.
Response
200 - application/json
Indicates if the operation was successful.