---
title: Export Overview
description: How to configure an export profile in Shopware 6 — select entity, file format, output destination, schedule, and email notifications.
---

Exporting data is straightforward and efficient. To begin, select the entity you want to export, choose the file type, and specify the export destination. Then configure the mapping, apply any filters you need, and run the export.

If exported data looks incomplete or the app has connectivity issues, check [Troubleshooting](/troubleshooting/).

## Step 1: Configure Your Export Profile

Go to *Extensions → Improved Import, Export & Mass Actions → Product Export* and click the "New Profile" button. The "**Configure export**" screen displays:

![](https://firebearstudio.com/blog/wp-content/uploads/2024/02/Shopware-6-export-profile.jpg)

1. Type your profile's name;
2. Select an entity you want to export – **Products**, **Customers**, or **Orders**; In the case of Orders, you can export the latest modified or the latest created orders by selecting the corresponding option.
    
    ![](https://firebearstudio.com/blog/wp-content/uploads/2023/09/order-filter.jpg)
    
3. Enable/disable the export of inherited options. If a variant has a value, it will be exported; otherwise, the parent value will be used.
4. Configure a **schedule of updates**;
5. Configure **email notifications**;
6. Select your file format. The app lets you export **CSV**, **XML**, and **XLSX** files or **Google Sheets** spreadsheets;
7. Next, choose your export destination: **FTP**, **Google Drive**, **Google Sheets**, or **file download**;
8. Specify separators;
9. Choose a batch size for your file export: a lower value is required for a low-end server.
