Log in
Model

Simple

Magento\Catalog\Model\Product\Type\Simple

What it does

This class represents the Simple product type in Magento 2, which is the most basic product type with no variations or complex options.

Developers use this class when working with simple products that have a single SKU and no configurable attributes.

It extends AbstractType to provide type-specific behavior for simple products, though it currently has no special cleanup logic in the deleteTypeSpecificData method.

Public Methods

  • deleteTypeSpecificData()