cURL
curl --request PUT \ --url https://api.satsuma.ai/cart/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "status": "Active" } '
{ "data": true, "messages": [ { "context": "<string>", "level": "Information", "text": "<string>", "data": {} } ] }
Update a shopping cart
API Key authentication
Cart identifier
Request to update an existing cart
Current status of the cart
Active
Submitted
Cancelled
OK
Show child attributes