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 toolread.internal.active_carts - Auth: ★ Internal read (operator) — a tenant credential is REQUIRED; requires the
order.writescope. The tenant is resolved from the CALLER’s identity, never fromstore. Personal fields come back MASKED for an actor withoutpii.read(the shape is unchanged).
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "idle_hours": { "default": 0, "maximum": 9007199254740991, "minimum": 0, "type": "integer" }, "store": { "minLength": 1, "type": "string" } }, "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this capability does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · not_found (404) · unauthorized (401) · forbidden (403)