InventorySourceSelection Module
Address
This class represents a shipping or delivery address used during inventory source selection. Developers use it to pass address information when determ...
Algorithms\PriorityBasedAlgorithm
This class implements a priority-based source selection algorithm for Magento's Multi-Source Inventory (MSI). It determines which warehouse/source sho...
GetDefaultSourceSelectionAlgorithmCode
This class returns the default source selection algorithm code used by Magento's Multi-Source Inventory (MSI) system. Developers use this when they ne...
Request\InventoryRequest
This class represents an inventory request for source selection in Magento's Multi-Source Inventory (MSI). Developers use it to request inventory allo...
Request\ItemRequest
This class represents a single item request in Magento's inventory source selection process, containing the SKU and quantity needed for allocation. De...
Result\SourceSelectionItem
This class represents a single item in a source selection result during Multi-Source Inventory (MSI) processing. Developers use it to retrieve invento...
Result\SourceSelectionResult
This class represents the result of a source selection algorithm in Magento's Multi-Source Inventory (MSI) system. Developers use it to access the sel...
SourceSelectionAlgorithm
This class represents a source selection algorithm entity in Magento's Multi-Source Inventory (MSI) system. Developers use this model to register and...