---
title: Export Manufacturers
description: How to export manufacturer records from Shopware 6 with Improved Import, Export & Mass Actions.
---

Use manufacturer export when you need a list of brands or producers from your Shopware store.

You can use the exported file for review, cleanup, translation work, or as a starting point for updates that you import later.

## Export Process

1. Go to **Extensions > Improved Import, Export > Export**.
2. Create a new export profile.
3. Select **Manufacturer** as the entity.
4. Choose the file format and destination.
5. Map the fields you want to include in the export file.
6. Add filters if you only need specific manufacturer records.
7. Save the profile or run the export immediately.

## Typical Export Fields

| Field | Use |
| --- | --- |
| `id` | Shopware manufacturer ID. |
| `name` | Manufacturer name. |
| `link` | Manufacturer website URL, if available. |
| `description` | Manufacturer description, if available. |

## Example Use Cases

1. Export all manufacturers before a data cleanup.
2. Send manufacturer records to a translation team.
3. Check whether product brands were created correctly after an import.

## Related Guides

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