API: Fetching Category-Tree (”Taxon”)
Prerequisites
Variables
GraphQL: Fetching Tree of all categories
POST https://$hostname/api/v2/shop/graphqlquery getTaxonTranslations {
taxa {
id
code
children {
id
code
translations {
edges {
node {
id
name
description
locale
}
}
}
}
translations {
edges {
node {
id
name
description
locale
}
}
}
}
}
REST-API: Fetching list of categories
Authorization
None

How to build a Reference to a category?
Good to know
Last updated