Inventory Module
Model\SourceItem\Command\GetListInterface
This interface defines a command for retrieving a list of source items (inventory locations and their stock quantities) based on search criteria. Deve...
Model\Source\Command\GetInterface
This interface defines a command for retrieving an inventory source by its code. Developers would implement this interface to customize how Magento lo...
Model\Source\Command\GetListInterface
This interface defines a command for retrieving a list of inventory sources based on search criteria. Developers would use implementations of this int...
Model\Source\Command\SaveInterface
This interface defines a service contract for saving inventory source data in Magento's Multi-Source Inventory (MSI) system. Developers implement this...
Model\Stock\Command\DeleteByIdInterface
This interface defines a command for deleting stock records by their ID in Magento's Multi-Source Inventory (MSI) system. Developers should implement...
Model\Stock\Command\GetInterface
This interface defines a command for retrieving Stock data by its ID in Magento's Multi-Source Inventory (MSI) system. Developers would implement this...
Model\Stock\Command\GetListInterface
This interface defines a command for retrieving a list of inventory stocks based on search criteria. Developers use this as a service contract to impl...
Model\Stock\Command\SaveInterface
This is a Service Provider Interface (SPI) that defines the contract for saving Stock data in Magento's Multi-Source Inventory system. Developers woul...