Fetch Review Count as per status
GET/products/reviews/count
API to fetch the Review Count as per status
Request
Version stringrequired
API Version
Available options
v3altId stringrequired
Location Id or Agency Id
altType stringrequired
Available options
locationrating number
Key to filter the ratings
startDate string
The start date for filtering reviews
endDate string
The end date for filtering reviews
productId string
Comma-separated list of product IDs
storeId string
Comma-separated list of store IDs
Successful response
- application/json
- Schema
- Example (auto)
Schema
dataarray[]required
Array of review status counts
{
"data": [
null
]
}