Log in
Model

OrderItems

Magento\SalesDataExporter\Model\Provider\OrderItems

What it does

This class retrieves and processes order items data for export purposes in Magento 2's sales data exporter module.

It fetches order item information using a query processor and enriches the data with shipping logic, specifically determining if items should be shipped together based on product type (bundle or configurable products).

Developers use this when exporting sales order data to external systems or for data synchronization.

Public Methods

  • get()