Interface
GetReservationsQuantityInterface
Magento\InventoryReservationsApi\Model\GetReservationsQuantityInterface
What it does
This interface defines a contract for retrieving the total reservation quantity for a specific product SKU within a given stock.
Developers use this when they need to calculate how much inventory is reserved (pending orders, allocations) but not yet deducted from actual stock quantities, which is essential for accurate inventory management in multi-source inventory systems.
Public Methods
- execute()