Packages
Update Quantity
Updates the quantity of a specific item in the user’s cart based on the item ID and provided count.
POST
Reload the quantity of an item in the cart
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.
Example:
1
Response
200
application/json
Successful response indicating the item quantity was updated or removed from the cart.
The response is of type object
.
Reload the quantity of an item in the cart