Reject Recommendations API
The Reject recommendation API is used to reject recommendations which are irrelevant. Models are trained based on your feedback to improve future recommendations.
Throttling
This API endpoint is throttled—if you submit too many feeds too quickly, you might hit Walmart’s rate limits and receive HTTP 429 responses. To learn more about throttling, refer to the Marketplace throttling documentation.
Requirements
- Use ITEM as the recommendationType
- Add a corresponding filterCriteria like searchText, multiValueFilter, enumFilter, rangeFilter,or add a list of itemRecommendationUniqueId.
- Add valid rejection code(s) to the API call. The table below is a list of possible rejection codes.
rejection code | Description |
---|---|
NOT_SELLING_THESE_ITEMS | As a seller, I don’t intend to sell these items on Walmart. |
NOT_SELLING_THESE_BRANDS | As a seller, I don’t intend to sell these brands on Walmart. |
NOT_SELLING_THESE_CATEGORIES | As a seller, I don’t intend to sell these categories on Walmart. |
LIMITED_TO_OTHER_MARKETPLACE | As a seller, I intend to sell the rejected items only on other marketplaces. |
ALREADY_SELLING_ON_WALMART | I am already selling these items on Walmart. |
OTHER_REASON | Mandatory to add customRejectionMessage |
Updated 1 day ago