etsy_shop_reviews
Fetch buyer reviews for an Etsy shop using its numeric ID or shop name. Supports pagination with limit and offset for flexible review retrieval.
Instructions
Get Etsy shop reviews. Returns buyer reviews for an Etsy shop. Accepts a numeric shop id or a shop name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric Etsy shop id or shop name | |
| limit | No | Page size (default 14) | |
| offset | No | 0-based review offset |