Filter
This is a JSON object that is used to supplement the recommendation request. It has the following fields:
Name | Type | Description | Required |
---|---|---|---|
locale | String | The locale to use when querying MDS. If not supplied, MDS will use its default locale. | N |
productId | Array of strings | Limits the recommendations to only those items that belong to the specified product(s). | N |
channelId | Array of strings | Limits the recommendations to only those items that belong to the specified channel(s). | N |
region | Array of strings | Limits the recommendations to only those items that belong to the specified region(s). | N |
genre | Array of strings | Limits the recommendations to only those items that belong to the specified genre(s). Only supported by RecommendationRequest.recommendationType="context" . | N |
subgenre | Array of strings | Limits the recommendations to only those items that belong to the specified subgenre(s). Only supported by RecommendationRequest.recommendationType="context" . | N |
keyword | Array of strings | Limits the recommendations to only those items that include the specified keyword(s). Only supported by RecommendationRequest.recommendationType="context" . | N |
excludedKeyword | Array of strings | Limits the recommendations to only those items that do not include the specified keyword(s). Only supported by RecommendationRequest.recommendationType="context" . | N |
start | String | Limits the recommendations to only those items that are available after this time. | N |
end | String | Limits the recommendations to only those items that are available before this time. | N |