Skip to content

CategoryService

CategoryService service = api.getCategoryService();
List<Category> categories = service.getCategories();
Category category = service.getCategoryByName("Category Name");

Get a category Map<Category Name, Category Object>

Section titled “Get a category Map<Category Name, Category Object>”
Map<String, Category> cMap = service.getCategoryMap();