List store categories
Returns the store’s category tree, including each category’s handle. This is usually the first call when building navigation: pass a category’s handle as the category filter on the products endpoint to fetch its products.
Headers
x-entria
Identifies which store this request is for. Required on every store-scoped route. It is not authentication and not a secret — it grants no privileges and is safe to send from a browser. You receive the value once your Entria backend has been created and configured. Missing header returns 400; an unknown store returns 404.
Query parameters
locale
BCP 47 locale code (e.g. da-DK, en-US). Defaults to DEFAULT_LOCALE env binding.
Response
The category tree for the store.
id
name
description
handle
parent_id
children
Errors
400
Bad Request Error
