Model
GetSalableQuantityInconsistencies
Magento\InventoryReservationCli\Model\GetSalableQuantityInconsistencies
What it does
This class identifies inventory reservation inconsistencies in Magento 2's Multi-Source Inventory (MSI) system by comparing expected reservations from orders against actual reservations in the database.
Developers would use this to detect and diagnose salable quantity discrepancies, typically through CLI commands, to find orders with missing or incorrect inventory reservations that need to be corrected.
Public Methods
- execute()