InventoryImportExport Module
Model\Export\ColumnProviderInterface
This interface defines a contract for providing column headers and names for inventory export operations in Magento 2. Developers implement this inter...
Model\Export\FilterProcessorInterface
This interface defines a contract for processing export filters in Magento's Multi-Source Inventory (MSI) system. Developers implement this interface...
Model\Export\SourceItemCollectionFactoryInterface
This interface defines a factory for creating collections of inventory source items specifically for export operations. Developers use this to retriev...
Model\Import\Command\CommandInterface
This interface defines a Service Provider Interface (SPI) for implementing custom import/export commands in Magento's Multi-Source Inventory system. D...
Model\Import\Validator\ValidatorInterface
This interface defines a contract for validators that check imported inventory data rows during the import process. Developers implement this interfac...