ghl_product_review_list
Fetch product reviews with optional filters by rating, date range, product, or store. Supports pagination to navigate results.
Instructions
Fetch Product Reviews API to fetch the Product Reviews Endpoint: GET /products/reviews (Version header: v3; source: v3/products-v3.json) OAuth scopes: products.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | Location Id or Agency Id | |
| 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 | Yes | ||
| 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 |