CompositeProductStockStatusProcessorPool
Magento\InventoryCatalogApi\Model\CompositeProductStockStatusProcessorPool
What it does
This class serves as a pool that manages multiple composite product stock status processors.
When executed, it iterates through all registered processors to update stock status for composite products (like configurable or bundled products) based on their child products' availability.
Developers would use this to ensure composite products reflect accurate stock status after inventory changes.
Public Methods
- execute()