Log in
Interface

CommandInterface

Magento\InventoryImportExport\Model\Import\Command\CommandInterface

What it does

This interface defines a Service Provider Interface (SPI) for implementing custom import/export commands in Magento's Multi-Source Inventory system.

Developers would implement this interface to create custom logic for processing batches of inventory data during import operations, allowing them to extend or customize how inventory records are handled when importing data.

Public Methods

  • execute()