Closed hellfire989 closed 11 months ago
Hi @hellfire989,
The List Price is the suggested retail price of a product as provided by a manufacturer, supplier, or seller. This is not the offering or cost price.
In order to see the offers prices, you can rely on getItemOffers operation.
You can find details regarding this in our Tutorial: Retrieve pricing information for seller's offer listings. If the information available in the documentation link provided above does not fully resolve your inquiry, please open a support case with us.
Thanks, Leonardo Nakagawa Solutions Architect, Selling Partner API Developer Support
I'm submitting a...
I've tried using both /catalog/v0/items/ and /catalog/2022-04-01/items/ getCatalogItem request to get the list price of an amazon item, and both return either the incorrect price, or none at all.
This issue specifically focuses and has examples for /catalog/v0/items/
SP-API Name and Version or Report/Feed Type
/catalog/v0/items/
Expected Behavior
I should receive an API request with a correct ListPrice attribute.
I am receiving an incorrect ListPrice.
Current Behavior
The list price I receive from the API request is not the correct displayed ListPrice on Amazon.
There are no direct Errors other than an incorrect ListPrice.
The specific marketplace I'm using is ID: ATVPDKIKX0DER (USA)
If this could be changed to receive the correct ListPrice as displayed on amazon.com, that would be awesome!
Context/Screenshots
API Code:
Example code:
Resulting API Response:
Your Environment
Python version: Python 3.11.1