Get dealer ratings
get_dealer_ratingsFetch a dealer's Chrono24 customer reviews by dealer ID from watch listings. Filter by star rating, page through results, and see ratings, review text, and dealer replies.
Instructions
Fetch a dealer's customer reviews by their dealerId (from get_watch's sellerIds - NOT the customerId). Includes per-review rating, text, dealer reply and paging totals; filter with stars (1-5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Ratings per page (max 50) | |
| stars | No | Only reviews with this star rating (1-5); omit for all | |
| offset | No | Offset for paging through ratings | |
| dealerId | Yes | Dealer id from get_watch's sellerIds (NOT the customerId) - powers reviews |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| ratings | Yes | ||
| dealerId | Yes | ||
| filteredTotal | Yes | ||
| availableStarFilters | Yes |