Interface
ExportFeedInterface
Magento\DataExporter\Model\ExportFeedInterface
What it does
This interface defines the contract for exporting feed data in Magento's data export system.
Developers implement this interface to create custom feed exporters that transform and transmit product, category, or other entity data to external systems like SaaS services.
The interface includes a feature flag for persisting exported feed data to the database for debugging purposes.
Public Methods
- export()