Skip to main content
PUT
/
cart
/
{id}
Update Cart
curl --request PUT \
  --url https://api.satsuma.ai/cart/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": true,
  "messages": [
    {
      "context": "<string>",
      "text": "<string>",
      "data": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.satsuma.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key authentication

Path Parameters

id
string
required

Cart identifier

Body

application/json

Request to update an existing cart

status
enum<string>
required

Current status of the cart

Available options:
Active,
Submitted,
Cancelled

Response

200 - application/json

OK

data
boolean
messages
object[]