Endpoints
lang query param to return translated names/slugs (fallback to the base value when a translation is missing). Results are workspace-scoped and cached for faster repeated reads.
Authentication
Bearer token with
catalog:read or products:read scope (e.g. Authorization: Bearer YOUR_API_KEY)Query parameters
Locale to use for translations (e.g.,
en, fr). Defaults to the base category values when omitted.Category version. Only for the collection endpoint.
Collection: list categories
Response
Array of category tree nodes
Example
cURL
Single: get a category
Response
Category object with translated
name/slug when available. Fields match the collection item shape (no children beyond the requested node).Example
cURL