Skip to main content
This page covers the review record and the fields that make up a rating.

Review

A review is a customer’s rating of a single target, either a product or a seller. It’s represented by the Review data model (table review, id prefix rev). It holds the numeric rating, an optional customer note, an optional store response, and the moderation status.
Every review carries the same shape regardless of what it targets:
There is no separate table for product reviews and seller reviews. A single Review row is discriminated by its reference field. See Product vs seller reviews.

Notes

A review separates the two sides of the conversation into two nullable text fields. customer_note is written by the customer when they submit the review; seller_note is the store’s single response, added later through the respond flow. Both are searchable so operators can find reviews by their content.
A store can respond once. The respond flow refuses to overwrite an existing seller_note. To change a response, clear it first.