-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
- Run the sample script posted on Code Example
Code example
from amazon_paapi import AmazonApi
from amazon_paapi import models
amazon = AmazonApi(
KEY,
SECRET,
TAG,
"ES"
)
items = amazon.get_items(
'B0776XY7SS',
merchant=models.Merchant.AMAZON,
languages_of_preference=["pt_PT"]
)
item = items[0]
print(item.item_info.title.display_value) # Item title
print(item.offers.listings[0].price.amount)Current behavior
The returned value on item.offers.listings[0].price.amount it's a price that it's not accessible via website.
Expected behavior
The expected behavior is that the price.amount brings a value that it's accessible via website, or the value 20,69€ (for this example) ...
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working