API
Get store
Read a single store by id. The store must belong to the account and vendor bound to your API key.
GET
Returns a single store by its id, with the full configuration — the same shape as each entry in
List stores (location, services, channels, schedules, tax & contact
info, delivery config, sales goals, the fiscal block, and operational state). If the store does not
exist — or belongs to another tenant — the response is
404 (existence is never leaked across
tenants).
Authentication
string
required
Your Fire API key with the
store:read scope. The key must be vendor-scoped — keys without a
vendorId are rejected with 403.Path parameters
string
required
Store UUID (
stores.id).Query parameters
string
Comma-separated list of fields to return (projection). See
Field projection. Omit to return every field.
Request
Response
The full store object — see List stores for the complete field reference and the fiscal block.Related
List stores
List all stores of your account and vendor.
List store orders
List the orders of this store.

