Feedbacks
Get Feedback Stats
Retrieves feedback statistics for a shop.
get/v1/shops/{shopId}/feedbacks/stats
Request body
Example request
{
"created_at_start": "2026-08-28T18:23:04",
"created_at_end": "2026-08-28T18:23:04"
}Response
Example response
{
"total": 1,
"published": 1,
"pending_disputes": 0,
"replied": 0,
"automatic": 0,
"reply_rate": 0,
"average_rating": 5,
"by_rating": {
"1": 0,
"2": 0,
"3": 0,
"4": 0,
"5": 1
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.