Interface
StockItemImporterInterface
Magento\CatalogImportExport\Model\StockItemImporterInterface
What it does
This interface defines the contract for importing stock/inventory data during product import operations in Magento 2.
Developers implement this interface when creating custom stock item importers or extend the default implementation to handle bulk inventory updates during CSV imports or programmatic data migrations.
Public Methods
- import()