Skip to content
v0.3

read.internal.active_carts

How many carts are still open (status ‘active’, at least one line), optionally only those untouched for idle_hours — the list’s abandoned-carts chip. Internal face only.

  • Surface: GET /v1/read/internal/active_carts · MCP tool read.internal.active_carts
  • Auth:Internal read (operator) — a tenant credential is REQUIRED; requires the order.write scope. The tenant is resolved from the CALLER’s identity, never from store. Personal fields come back MASKED for an actor without pii.read (the shape is unchanged).
{
"properties": {
"idle_hours": {
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"type": "object"
}

Open (unknown) — this capability does not declare an output schema.

validation_failed (400) · not_found (404) · unauthorized (401) · forbidden (403)