Product price history
get_product_price_historyPAID. Weekly price history for a retailer product by SKU/ID — merges the retailer price series with the mapped Amazon ASIN series (Buy Box, lowest 3P-new, list price, sales rank) over up to 104 weeks. Requires a paid plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weeks | No | Trailing weeks to return (1-104, default 12). Weeks with no samples are omitted. | |
| product_id | Yes | The product's unique SKU/ID within the retailer's catalog. Pass the 'product_id' field from search_retailer_products results (equivalently, its 'unique_merchant_sku'). Note: the search result's 'id' field is an internal cursor key and is NOT resolvable here. | |
| retailer_id | Yes | Retailer identifier (e.g. "walmart"). Use list_retailers to get valid IDs. |