Log in

Inventory Module

Model\SourceItem\Command\GetListInterface

Interface

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

Interface

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

Interface

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

Interface

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

Interface

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

Interface

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

Interface

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

Interface

This is a Service Provider Interface (SPI) that defines the contract for saving Stock data in Magento's Multi-Source Inventory system. Developers woul...