Appearance
GET
/product-information/category/treeRequired scope:
viskan:productcategory:readReturns a tree of categories
Parameters
Query parameters
categoryType enumThe type of category the tree will contain.
Enum:
CUSTOMERPRODUCTDefault value:
PRODUCTrootCategoryId integerThe root of the tree.
Response
The search was successful.
JSON
{
"categoryId": 1,
"categoryName": "Shirts",
"children": [
{
}
],
"languages": [
{
"languageCode": "sv",
"name": "Skjortor"
}
]
}