get_dealer_ratings
Fetch customer reviews for a dealer by dealer ID, including ratings, review text, dealer replies, and pagination totals.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Ratings per page (max 50) | |
| offset | No | Offset for paging through ratings | |
| dealerId | Yes | Dealer id from get_watch's sellerIds (NOT the customerId) - powers reviews |