cURL
curl --request PUT \ --url https://api.satsuma.ai/cart/{cartId}/item/{itemId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "quantity": 2 }'
{ "data": true, "messages": [ { "context": "<string>", "level": "Information", "text": "<string>", "data": {} } ] }
Update an item in the shopping cart
API Key authentication
Cart identifier
Cart item identifier
Request to update a cart item
Quantity of the item in the cart
x >= 1
OK
Show child attributes