python-amazon-simple-product-api
python-amazon-simple-product-api copied to clipboard
How to get all prices if there are multiple sellers
- [x] Question
I need to get all available pricing of the product if there are multiple sellers available.
I tried with
p.formatted_price
# gives the lowest price in String
p.price_and_currency
# gives the lowest price in Decimal
p.list_price
# gives original price in Decimal
There are multiple sellers selling the same product with different selling prices and shipping charges. I want a list of all prices along with shipping charges.