ManageStockCondition
Magento\InventorySales\Model\IsProductSalableCondition\ManageStockCondition
What it does
This class determines if a product should be considered salable based on whether stock management is disabled for it.
When stock management is turned off (either at product level or using global config), this condition returns true, allowing the product to be sold regardless of actual stock quantity.
It's used as part of Magento's inventory system to check product salability conditions.
Public Methods
- execute()