yoavaviram / python-amazon-simple-product-api

A simple Python wrapper for the Amazon.com Product Advertising API ⛺
Apache License 2.0
817 stars 212 forks source link

Sort by price #142

Open ratan1st opened 6 years ago

ratan1st commented 6 years ago

Hi,

So, the 'sort by price' on the search, considers the lowest price across all sellers - even when we filter by 'Amazon' merchantid. Is there any way we can get the price Amazon uses to actually perform the sort.

(I know this isn't dependent on the wrapper class. But I could not really find anything in the official docs, and was hoping someone here can help me out. Thanks)