Get Categorization API
You can fetch the list of brands and subcategories of the item recommendations that are recommended for you by using the Get Categorization API. You can currently use BRAND
or CATEGORY
as the categorizationType
.
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 the lexicographic order of the brand name.
- You can also add
filterCriteria
such assearchText
andmultiValueFilter
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 subcategories.
- You can add
filterCriteria
likesearchText
andmultiValueFilter
to get specific set of results. - You will be able to pull all records in one response.
Get Categorisation API Rate Limit: 200 API calls per seller per hour
Updated about 2 months ago