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