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