/productRating endpoint provides an interface to manage product ratings in our shop system. You can fetch, update, filter and delete product ratings.
Supported methods
List of all supported methods.Data fields ratings (rating resource)
Ratings are stored in a database table. There is another table for average values and the number of ratings of a product. This table is updated automatically, and its values are read when querying a single rating.Example of a record
Using the methods
GET productRating
Access ratings with filtering options.Example
Access up to 100 unapproved ratings in the period 2024.12.02–2025.01.06.Response
Filter fields
id, productId, accountId, orderId, points, approval, createdAt, answeredAt, subject, disapprovalReason, anonymous, subshopId
Sort fields
createdAt, answeredAt, id, productId, accountId, orderId, points, approval, anonymous, subject, description, merchantComment, disapprovalReason, subshopId
