Get Taxonomies

View as Markdown
Retrieves all available product taxonomies for categorizing products.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Query parameters

searchstringOptional

Response

Success
childrenlist of objects or null
Child taxonomy nodes that belong to this category
idinteger or null
Unique identifier for the taxonomy node
namestring or null
Display name of the taxonomy category
parentobject or null
Parent taxonomy node in the category hierarchy
pathstring or null

Full hierarchical path of the taxonomy (e.g., ‘Electronics > Computers > Laptops’)

Errors