GroupedProduct Module
Inventory\ChangeParentStockStatus
This class automatically updates the stock status of grouped products when their child products' stock levels change. Developers use this to ensure th...
Inventory\ParentItemProcessor
This class handles updating the stock status of parent grouped products when their child products' inventory changes. When a simple product that belon...
Product\CatalogPrice
This class calculates catalog prices for grouped products by finding the minimum price among all associated salable sub-products. Developers use this...
Product\CopyConstructor\Grouped
This class handles the duplication of grouped product links when a grouped product is copied in Magento. When a developer duplicates a grouped product...
Product\Type\Grouped
This class handles all functionality for Magento 2's Grouped Product type, which allows merchants to bundle multiple simple products together where cu...
Product\Type\Plugin
This plugin modifies the list of available product types in Magento's admin panel by removing the Grouped product type option when the GroupedProduct...
Quote\Item\CartItemProcessor
This class processes grouped product options when adding items to the shopping cart via API or programmatically. It converts between the API format (g...
Quote\Item\GroupedOptions
This class represents grouped product options data when adding grouped products to a shopping cart quote. Developers use it to store and retrieve the...
ResourceModel\Product\Link
This resource model manages database operations for grouped product links in Magento 2. Developers use this class to retrieve child products associate...
Wishlist\Product\Item
This class handles wishlist operations specifically for grouped products in Magento 2. It modifies wishlist item behavior when adding grouped products...