InventorySourceSelectionApi Module
Algorithms\Result\GetDefaultSortedSourcesResult
This class generates default source selection results for priority-based inventory allocation algorithms. Developers use it when implementing custom s...
GetInStockSourceItemsBySkusAndSortedSource
This class retrieves in-stock source items for a given set of product SKUs from multiple inventory sources, sorted by source priority. Developers use...
GetInventoryRequestFromOrder
This class converts a Magento order into an inventory request object that can be used for source selection algorithms. Developers use this when they n...
GetSourceItemQtyAvailableService
This service retrieves the available quantity of inventory for a specific source item that can be used in Source Selection Algorithm (SSA) calculation...
GetSourceSelectionAlgorithmList
This class retrieves a list of all available source selection algorithms configured in the system. Developers use it when they need to display or work...
SourceSelectionService
This service class acts as a factory for executing different source selection algorithms in Magento's Multi-Source Inventory (MSI) system. Developers...