API Reference
Get product price history for charts
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
productId*string
Query Parameters
startDate?string
Start date filter (ISO 8601)
endDate?string
End date filter (ISO 8601)
Response Body
application/json
curl -X GET "https://example.com/api/domains/string/shopping/products/string/price-history"{ "productId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "title": "Sony WH-1000XM5 Wireless Headphones", "merchant": "Amazon", "chartData": [ { "date": "2024-01-15T00:00:00Z", "price": 109.99, "currency": "USD" } ], "summary": { "current": 109.99, "min": 99.99, "max": 129.99, "average": 114.99, "currency": "USD", "change7d": -5.5, "change30d": 2.3 }}