Skip to main content
The /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

Error codes

GET productRating/{id}

Access a specific rating. The response also indicates how often the corresponding product has been rated and what the average value is. If a variation was selected, this is also returned.

Example

Response

Error codes

PUT productRating/{id}

The rating with the specified id is updated. Only the fields shown in the example can be modified.

Example

Request body

Response

Error codes

DELETE productRating/{id}

The rating with the specified id is deleted.

Example

Response

Error codes

Support

Bei technischen Fragen und Hilfestellungen ist unser Support-Team für Sie erreichbar: Zum Kundenportal Bitte senden Sie uns eine möglichst detaillierte Beschreibung sowie Screenshots, Requests/Antworten, damit wir Ihre Anfrage zeitnah und zielführend beantworten können.