This method is used to list the categories that packages belong to in the catalog. The categories can be used to split up the browsing of the catalog.
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"storeCategories": {
"categories": [
{
"name": "Frogs",
"reference": "frogs"
},
{
"name": "Banana",
"reference": "banana"
}
]
}
}
}
Field Descriptions