Get Taxonomies
Retrieves all available product taxonomies for categorizing products.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Query parameters
search
Response
Success
children
Child taxonomy nodes that belong to this category
id
Unique identifier for the taxonomy node
name
Display name of the taxonomy category
parent
Parent taxonomy node in the category hierarchy
path
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

