Skip to content

Bug: Offers item price, does not match the website value #134

Open
@edgarclerigo

Description

@edgarclerigo

Steps to reproduce

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

Screenshot 2025-01-11 at 17 50 15 Screenshot 2025-01-11 at 17 50 08

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions