Skip to content
v0.3

read.store_flags

The store’s public facts: its display name, the checkout flags (whether masked checkout and guest checkout are enabled) and the instance timezone every date on the storefront is rendered in. Drives the storefront UI; the core is the real gate.

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

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

validation_failed (400) · not_found (404)