Get product reviews stats
GET
https://app.ecwid.com/api/v3/{storeId}/reviews/filters_data
Required access scopes
Your app must have the following access scopes to make this request: read_reviews
Path params
All path params are required.
Param
Type
Description
storeId
number
Ecwid store ID.
Headers
The Authorization header is required.
Header
Format
Description
Authorization
Bearer secret_ab***cd
Access token of the application.
Response JSON
A JSON object with the following fields:
Field
Type
Description
allCount
number
Total count of reviews in the store.
moderatedCount
number
Total count of reviews not yet published by the store owner.
publishedCount
number
Total count of reviews already published by the store owner.
Last updated
Was this helpful?