Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get all prices if there are multiple sellers #139

Open
1 task done
anuj9196 opened this issue Jun 15, 2018 · 0 comments
Open
1 task done

How to get all prices if there are multiple sellers #139

anuj9196 opened this issue Jun 15, 2018 · 0 comments

Comments

@anuj9196
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant