Catalog API
Get Category
Get category by ID.
GET
/
public
/
v1
/
catalog-search-service
/
catalogs
/
categories
/
{category-id}
Path Parameters
category-id
string
requiredThe ID of the category to retrieve.
Response
200 - application/json
id
string
requiredThe category ID. If there is no ID for categories in the marketplace, this can be the category name as long as it is unique.
name
string
requiredThe category name.
parentId
string
The ID of the parent category. This model assumes each category can at most one parent category. In this example, bneEmHKG2yUe
could be a reference to the Beers
category.