Log in
Interface

StockItemProcessorInterface

Magento\CatalogImportExport\Model\StockItemProcessorInterface

What it does

This interface defines a contract for processing stock item data during product import operations.

Developers implement this interface to handle the importing and saving of inventory/stock information when products are imported into Magento.

It's used in custom import workflows where stock data needs to be validated and persisted to the database.

Public Methods

  • process()