ghl_product_review_count
Retrieve product review counts filtered by status, rating, date range, or specific products and stores. Use this to monitor review statistics.
Instructions
Fetch Review Count as per status API to fetch the Review Count as per status Endpoint: GET /products/reviews/count (Version header: v3; source: v3/products-v3.json) OAuth scopes: products.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | Location Id or Agency Id | |
| 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 | |
| startDate | No | The start date for filtering reviews |