Interface
GetSourceItemQtyAvailableInterface
Magento\InventorySourceSelectionApi\Model\GetSourceItemQtyAvailableInterface
What it does
This interface defines a contract for retrieving the available quantity of a product at a specific source location that can be used in Source Selection Algorithm (SSA) calculations.
Developers implement this interface to customize how available inventory quantities are calculated when determining which source(s) should fulfill an order, accounting for factors like reservations and salable quantities.
Public Methods
- execute()