Log in
Model

Feed

Magento\DataExporter\Model\Feed

What it does

This class retrieves feed data from Magento's data export tables, allowing developers to fetch data that has been modified since a specific timestamp.

It's primarily used for syncing product, category, or other entity data with external systems, though it's deprecated in favor of the newer Batch\Feed\Generator approach.

Public Methods

  • getFeedSince()
  • getFeedMetadata()