Skip to content
v0.3

read.cart

A cart by id (capability) + store: its lines with LIVE catalog prices and per-line availability, plus the subtotal.

  • Surface: GET /v1/read/cart · CLI forge read cart · MCP tool read.cart
  • Auth: public (no actor; store resolves the tenant)
{
"properties": {
"cart_id": {
"minLength": 1,
"type": "string"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"required": [
"store",
"cart_id"
],
"type": "object"
}

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

validation_failed (400) · not_found (404)