Skip to main content
POST
/
cart
/
reload
/
{id}
Reload the quantity of an item in the cart
curl --request POST \
  --url https://v3.minestorecms.com/api/cart/reload/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Query Parameters

count
integer
required
Example:

Response

success
boolean