Reject Recommendations API
You can reject the list of recommendations that are recommended for you by using the Reject Recommendations API. This will act as a feedback loop and help us generate better recommendations for you in the future.
Use ITEM
as the recommendationType
. The recommendations can be rejected by selecting appropriate filterCriteria
such as searchText
, multiValueFilter
and rangeFilter
or by providing a list of itemRecommendationUniqueId
. You will need to provide valid rejection code(s) while submitting the reject request. Possible rejection code values include:
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 |
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 about 2 months ago