---
title: Export Reviews
description: How to export product reviews from Shopware 6 with Improved Import, Export & Mass Actions.
---

Use review export when you need product review data outside Shopware 6.

This can help with moderation checks, reporting, migration, or backups before storefront changes.

## Export Process

1. Go to **Extensions > Improved Import, Export > Export**.
2. Create a new export profile.
3. Select **Review** as the entity.
4. Choose the file format and destination.
5. Map the review fields you want to export.
6. Add filters if you only need reviews for specific products, customers, ratings, or dates.
7. Save the profile or run the export immediately.

## Typical Export Fields

| Field | Use |
| --- | --- |
| `id` | Shopware review ID. |
| `productId` | Product connected to the review. |
| `productNumber` | Product number, when available in the mapping. |
| `customerId` | Customer connected to the review. |
| `salesChannelId` | Sales channel where the review belongs. |
| `title` | Review title. |
| `content` | Review text. |
| `points` | Rating value. |
| `status` | Review status. |
| `createdAt` | Creation date. |

:::caution
Review exports may contain customer-related data. Store exported files only in approved locations.
:::

## Related Guides

- [Export Overview](/export/overview/)
- [Configure Mapping & Default Values](/export/mapping/)
- [Add Filters & Run Export](/export/filters-and-run/)
