products_get_product_reviews
Retrieve product reviews from GoHighLevel with filters for product, rating, date range, and pagination. Use this tool to pull review data for analysis or reporting.
Instructions
Fetch Product Reviews
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | No | Location Id or Agency Id Defaults to GHL_LOCATION_ID when omitted. | |
| limit | No | The maximum number of items to be included in a single page of results | |
| offset | No | The starting index of the page, indicating the position from which the results should be retrieved. | |
| rating | No | Key to filter the ratings | |
| altType | No | Defaults to GHL_LOCATION_ID when omitted. | |
| endDate | No | The end date for filtering reviews | |
| storeId | No | Comma-separated list of store IDs | |
| productId | No | Comma-separated list of product IDs | |
| sortField | No | The field upon which the sort should be applied | |
| sortOrder | No | The order of sort which should be applied for the sortField | |
| startDate | No | The start date for filtering reviews |