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· CLIforge read checkout· MCP toolread.checkout - Auth: public (no actor;
storeresolves the tenant)
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "cart_id": { "minLength": 1, "type": "string" }, "store": { "minLength": 1, "type": "string" } }, "required": [ "store", "cart_id" ], "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)