IsBundleProductChildrenSalable
Magento\InventoryBundleProduct\Model\IsBundleProductChildrenSalable
What it does
This class determines if a bundle product can be sold by checking the salability of its child products.
It ensures that all required options have at least one salable selection, making it essential for inventory validation during bundle product sales.
Developers use this when implementing custom bundle product availability checks or extending inventory management features.
Public Methods
- execute()