Get Categorization API

You can fetch the list of brands and categories of the item recommendations that are recommended for you by using the Get Categorization API. You can currently use BRAND or CATEGORY as the categorization Type.

BRAND as a type of categorization
  • Here you can get the list of brands sorted by the number of item recommendations associated with it. This is then sorted in lexicographic order of brand name.
  • You can also add filterCriteria such as searchText and multiValueFilter to get a specific set of results.
  • You will be able to pull all records in one response.
CATEGORY as a type of categorization
  • Here you can get the list of categories.
  • You can add filterCriteria like searchText and multiValueFilter to get specific set of results.
  • You will be able to pull all records in one response.