Interface
FeedInterface
Magento\DataExporter\Model\FeedInterface
What it does
This interface defines the contract for retrieving exported data feeds in Magento 2.
Developers implement this interface to fetch feed data since a specific timestamp and to access feed metadata, enabling integration with external systems that consume exported product, category, or other entity data from Magento.
Public Methods
- getFeedSince()
- getFeedMetadata()