SourceItemCollectionFactoryInterface
Magento\InventoryImportExport\Model\Export\SourceItemCollectionFactoryInterface
What it does
This interface defines a factory for creating collections of inventory source items specifically for export operations.
Developers use this to retrieve filtered source item data when implementing custom inventory export functionality in Magento 2's Multi-Source Inventory (MSI) system.
The factory applies attribute filters and custom filters to determine which source items should be included in the export.
Public Methods
- create()