python-amazon-simple-product-api icon indicating copy to clipboard operation
python-amazon-simple-product-api copied to clipboard

How to get all prices if there are multiple sellers

Open anuj9196 opened this issue 6 years ago • 0 comments

  • [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.

anuj9196 avatar Jun 15 '18 06:06 anuj9196