Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.87 KB

RejectRecommendationRequest.md

File metadata and controls

14 lines (10 loc) · 1.87 KB

Walmart\Models\MP\US\AssortmentRecommendations\RejectRecommendationRequest

Properties

Name Type Description Notes
recommendationType string Attribute
filterCriteria \Walmart\Models\MP\US\AssortmentRecommendations\RecommendationRequestFilter [optional]
itemRecommendationUniqueIds string[] List of item recommendation unique ids to reject. The size of the list should not exceed 100. You cannot add filter criteria along with the itemRecommendationUniqueIds list [optional]
rejectionCodes string[] List of rejection codes Attribute
customRejectionMessage string Custom rejection message if the rejection code is OTHER_REASON. This is required only when the rejectionCodes has OTHER_REASON in the list. Maximum length of the message is 500 [optional]

[Back to Model list] [Back to API list] [Back to README]