UpdateIsSalable
Magento\InventoryIndexer\Model\ResourceModel\UpdateIsSalable
What it does
This class updates the 'is_salable' status for products in Magento's inventory index tables.
Developers would use this when they need to update whether products are available for sale after inventory changes, such as when stock quantities change or reservation statuses are modified.
It's primarily used by the inventory indexer system to maintain accurate product salability information.
Public Methods
- execute()