Get a single category from the catalog.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories/{category-id}
{
"id": "ahEDqV5uhjj8",
"name": "Beers/Belgian",
"parentId": "bneEmHKG2yUe"
}
ID of the category.
1
Successful Response
Categories provide a way to organize your catalog.
Products always belong to at least one category, but can belong to more. Categories can be organized into hierarchies.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories/{category-id}
{
"id": "ahEDqV5uhjj8",
"name": "Beers/Belgian",
"parentId": "bneEmHKG2yUe"
}
Get a single category from the catalog.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories/{category-id}
{
"id": "ahEDqV5uhjj8",
"name": "Beers/Belgian",
"parentId": "bneEmHKG2yUe"
}
ID of the category.
1
Successful Response
Categories provide a way to organize your catalog.
Products always belong to at least one category, but can belong to more. Categories can be organized into hierarchies.
curl --request GET \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories/{category-id}
{
"id": "ahEDqV5uhjj8",
"name": "Beers/Belgian",
"parentId": "bneEmHKG2yUe"
}