Skip to content
v0.3

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 · CLI forge read order_confirmation · MCP tool read.order_confirmation
  • Auth: public (no actor; store resolves the tenant)
{
"properties": {
"order_id": {
"minLength": 1,
"type": "string"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"required": [
"store",
"order_id"
],
"type": "object"
}

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

validation_failed (400) · not_found (404)