Preview price recommendations for a listing with hypothetical preference changes.
POST/preferences/:listing_id/preview
Returns price recommendations as if the provided preferences were applied to the listing, without actually saving any changes.
The response format is identical to GET /listings/{listing_id}/price_recommendations, except that global_min_stay and automatic_rate_posting_enabled are not included.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
Preview price recommendations.
API key authorization failed.
Listing authorization failed.
Listing not found.
Listing is not covered by a Wheelhouse market.
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.