Review
A review is a customer’s rating of a single target, either a product or a seller. It’s represented by theReview data model (table review, id prefix rev). It
holds the numeric rating, an optional customer note, an optional store response,
and the moderation status.
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.