Reviews
Management page for product reviews from the Shopware 6 shop. Reviews can be downloaded, viewed, and moderated as needed.
Open Page
- Via search: Shopware 6 Reviews
- Via Shopware 6 Dashboard → Navigation → Reviews
Fields
| Field |
Description |
| Shop Code |
Shop the review originates from. |
| Shopware ID |
UUID of the review in the Shopware shop. |
| Product Name |
Name of the reviewed product. |
| Customer Name |
Name of the reviewer. |
| Title |
Review headline. |
| Content |
Review text. |
| Points |
Rating points (1–5 stars). |
| Status |
Current status: Active, Inactive. |
| Created At |
Creation date of the review in the shop. |
Actions
| Action |
Description |
| Sync Reviews |
Downloads all reviews from the shop and updates the local table. |
| Open Review Card |
Opens the detail view of a single review. |
Notes
- Reviews are synchronized via the Shopware 6 Admin API (
/api/product-review).
- Synchronization is paginated — shops with many reviews are fully supported.
- Reviews are read-only in BC — moderation is done in the Shopware backend.