Model
ConfigurableProductManagement
Magento\ConfigurableProduct\Model\ConfigurableProductManagement
What it does
This class manages configurable product operations in Magento 2, specifically generating product variations based on configurable options and retrieving counts of configurable products.
Developers use this class when programmatically creating simple product variations from a configurable product's attribute options (like size/color combinations) or when needing to count configurable products by status.
Public Methods
- generateVariation()
- getCount()