Packages
Update Quantity
Updates the quantity of a specific item in the user’s cart based on the item ID and provided count.
POST
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.
Indicates if the operation was successful.