Update: Product Pricing API v2022-05-01 returns new competitive price and deprecates CompetitivePriceThreshold
June 25th, 2025 by SrishtyB_Amazon
The Product Pricing API v2022-05-01 has the following updates:
- The
getCompetitiveSummary
operation now includesCompetitivePrice
. This value represents the lowest price for an item, that customers may consider to be equivalent, recently found at another reputable retailer outside of the Amazon store, which may be used in determining Featured Offer eligibility. This reference price is available in all marketplaces except Japan (JP). - Effective September 30, 2025, you can use
CompetitivePrice
instead ofCompetitivePriceThreshold
.CompetitivePriceThreshold
will no longer be returned in thegetCompetitiveSummary
. In the JP marketplace,CompetitivePriceThreshold
continues to be returned. You can find theCompetitivePrice
in thereferencePrices
list in the operation response.
To learn more about querying CompetitivePrice
, refer to the Product Pricing Use Case Guide.