SourceSelectionInterface
Magento\InventorySourceSelectionApi\Model\SourceSelectionInterface
What it does
This interface defines the contract for Source Selection Algorithms in Magento's Multi-Source Inventory (MSI) system.
Developers implement this interface to create custom algorithms that determine which inventory sources should fulfill an order based on various business rules.
The execute method takes an inventory request and returns which sources should be used to fulfill the requested quantities.
Public Methods
- execute()