Log in
Model

OrdersFeedQuery

Magento\SalesDataExporter\Model\Query\OrdersFeedQuery

What it does

This class builds database queries for retrieving orders feed data in Magento's data export system.

It extends the base FeedQuery class to add environment-specific filtering, ensuring only orders from the configured environment (production, sandbox, etc.) are included in the export.

Developers would use this when customizing or debugging the orders data export process for integration with external services.

Public Methods

  • getLimitSelect()
  • getDataSelect()