UpdateIndexSalabilityStatus
Magento\InventoryIndexer\Model\Queue\UpdateIndexSalabilityStatus
What it does
This class recalculates product salability status in the inventory index when reservations change (e.g., after orders are placed).
It processes both simple products and their parent products (configurable/bundle), updating stock availability status based on current reservations.
Developers would use this when implementing custom inventory management features or extending the reservation system.
Public Methods
- execute()