Get recommendations API

The Get Recommendations API retrieves item recommendations for sellers based on customer demand information.
The default API call retrieves all recommendations, however the filterCriteria parameter can be used to pass in searchText, multiValueFilter, enumFilter, and rangeFilter to generate specific types of recommendations. To request multiple types of recommendations, use the AND operator to append multiple filterCriteria parameter values to the API call.

Throttling

GET Recommendations API Rate Limit: 500 API calls per seller per hour

searchText

The searchText parameter value filters the recommendation results for recommendations that contain the specified search phrase.

Requirements:

  • The phrase must not be empty.
  • The phrase must have at least three characters.