Products Delta Export (Last X Days)
Version 1.0.57 introduces delta export support for products, mirroring the previously available delta logic for orders.
You can now export only products that were:
- Created within the last X days
- Modified within the last X days
This enables incremental synchronization instead of full product exports.
How It Works
Section titled “How It Works”When configuring a Product Export job, you can now:
- Enable the delta filter.
- Specify a relative time range (e.g., last 3, 7, or 30 days).
- Choose whether to filter by:
- Creation date
- Modification date
The system uses the following Shopware fields:
createdAtupdatedAt
These fields determine whether a product qualifies for inclusion in the export.

“Latest Created/Updated” Behavior
Section titled ““Latest Created/Updated” Behavior”If you use the “latest created/updated” export mode:
- After each export execution,
- The product entity filter is automatically updated,
- So that the next export only includes newly created or modified products.
This ensures consistent delta behavior without manual intervention.
Consistency with Orders Delta Export
Section titled “Consistency with Orders Delta Export”The implementation follows the same logic and structure as the existing orders delta export, including:
- Relative date filtering
- Post-export filter update logic
- Scheduled job compatibility
- Consistent UI behavior
Benefits
Section titled “Benefits”With Products Delta Export, you can:
- Reduce export file size
- Minimize system load
- Speed up external synchronization
- Avoid duplicate processing in third-party systems
- Maintain near real-time product updates
Important Notes
Section titled “Important Notes”- Date filtering relies strictly on
createdAtandupdatedAt. - Behavior is fully aligned with the orders delta export logic.
- All new filters include proper i18n labels for multilingual environments.