cURL
curl --request POST \ --url https://v3.minestorecms.com/api/cart/changePrice/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "price": "19.99" }'
{ "success": true }
Allows updating the custom price for a specific item in the user’s cart. The item must allow custom pricing, and the new price must not be less than the item’s initial price.