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
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

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
503
Service Unavailable Error