Feedbacks

Get Feedback Stats

Retrieves feedback statistics for a shop.

get/v1/shops/{shopId}/feedbacks/stats

Request body

created_at_startstring

Must be a valid date.

created_at_endstring

Must be a valid date.

Example request

{
  "created_at_start": "2026-08-28T18:23:04",
  "created_at_end": "2026-08-28T18:23:04"
}

Response

totalinteger
publishedinteger
pending_disputesinteger
repliedinteger
automaticinteger
reply_rateinteger
average_ratinginteger

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.