I would like to search for books using the below method. However, I don't believe any 'salesrank' parameter exists.
{
"SearchIndex": "Books",
"Keywords": "",
"salesrank": "(1 ,2 ,3.. n)",
"Resources": ["Images.Primary.Medium", "ItemInfo.Title", "Offers.Listings.Price"]
}
Does anyone know how to achieve such a search using AWS?