read.order_confirmation
The public, PII-limited confirmation view of an order (by order_id + store): lines, totalizers, total and status, plus the pickup point when the order is fetched in a shop. No buyer/address.
- Surface:
GET /v1/read/order_confirmation· CLIforge read order_confirmation· MCP toolread.order_confirmation - Auth: public (no actor;
storeresolves the tenant)
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "order_id": { "minLength": 1, "type": "string" }, "store": { "minLength": 1, "type": "string" } }, "required": [ "store", "order_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)