Skip to content
v0.3

read.checkout

The orderForm view of a cart (by cart_id + store): identity state, masked buyer/shipping, lines with live prices, and live totalizers (Subtotal + Frete).

  • Surface: GET /v1/read/checkout · CLI forge read checkout · MCP tool read.checkout
  • 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)