Skip to main content
GET
Python

Authorizations

x-api-key
string
header
required

Path Parameters

slug
string
required

Response

Successful Response

Full category representation used in detail responses.

slug
string
required

URL-friendly slug (e.g. 'sofas')

title
string
required

Human-readable category title

has_children
boolean
required

Whether this category has subcategories

path
CategoryRef · object[]

Hierarchical path as a structured list, root first; the last entry is this category itself

description
string | null

Natural-language description of products in this category

children
CategoryRef · object[]

Direct subcategories only (one level)

attributes
CategoryAttribute · object[]

Structured attributes applicable to this category, with their allowed values. Usable as keys in SearchFilters.attributes.