---
title: Export Layouts
description: How to export Shopware layout records with Improved Import, Export & Mass Actions.
---

Use layout export when you need a file with Shopping Experiences layout data from Shopware 6.

This is useful before content cleanup, storefront redesigns, migration checks, or comparing layout records between systems.

## Export Process

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

## Typical Export Fields

| Field | Use |
| --- | --- |
| `id` | Shopware layout ID. |
| `name` | Layout name. |
| `type` | Layout type, such as product page, category page, or landing page. |
| `locked` | Whether the layout is locked. |
| `createdAt` | Creation date. |
| `updatedAt` | Last update date. |

:::note
Layout exports are useful for reviewing records. They are not a replacement for a full theme or storefront content deployment workflow.
:::

## Related Guides

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