Product Review Schema
Felder
Product Review Schema
Customer-submitted product review with rating and free-text comment, displayed on the customer-portal article detail page.
articleId
FK to articles._id — the reviewed product.
rating
Star rating 1–5.
title
Optional short headline for the review.
text
Free-text review body (plain text).
authorPartyId
PERSON party of the review author. Set automatically from the user’s linked person on submit.
authorName
Denormalised display name (first name + initial of surname). Stored at submit time so it stays stable when the user record changes.
authorOrgPartyId
Optional ORG party of the author (the customer organisation they belong to).
verified
true if the author actually placed an order containing this article (set by the backend on submit).
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/product_reviews— Liste, paginiert + filterbarGET /api/v1/product_reviews/<id>— Einzelne EntityPOST /api/v1/product_reviews— AnlegenPATCH /api/v1/product_reviews/<id>— Teil-UpdateDELETE /api/v1/product_reviews/<id>— Soft-DeleteGET /api/v1/product_reviews/<id>/timeline— Audit + Aktivitäten