---
title: Product Export Filters by Date
description: How to filter product exports by created_at or updated_at date in Shopware 6 for incremental catalog synchronization.
---

Product exports now support **date-based filters**.

![](/images/Product_created_at_export.jpg)

## Workflow

1. Create or edit a **Product Export Profile**.
2. Open **Filters**.
3. Select:
    - `created_at`, or
    - `updated_at`
4. Choose **Equals** to select a specific date or choose **Range** to specify a range.
5. A **calendar date picker** appears.
6. Define the date or date range.
7. Run the export.

## Result

Only products created or updated within the selected period are exported.

## Use Case

Incremental exports, catalog synchronization, and change-based integrations.
