Get the base price recommendation history for a listing.
GET/listings/:listing_id/base_price_history
Returns a daily log of Wheelhouse base price recommendations and settings for the listing. Each record reflects the model's recommendation, any adjustments applied, and the effective base price used on that day.
Defaults to the last 30 days when start_date and end_date are omitted.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Array of base price history entries ordered by model_date.
end_date is before start_date.
API key authorization failed.
Listing authorization failed.
Listing not found.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.