Reload the quantity of an item in the cart
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
Documentation Index
Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Successful response indicating the item quantity was updated or removed from the cart.
Indicates if the operation was successful.

