Log in
Model

Action

Magento\Catalog\Model\ResourceModel\Product\Action

What it does

This resource model handles mass updates of product attributes in Magento 2.

Developers use this class when they need to update multiple product attributes for many products at once efficiently, such as during bulk product operations, imports, or admin mass actions.

It manages database transactions, handles different attribute scopes (store, website, global), and processes special attributes like product weight and type changes.

Public Methods

  • updateAttributes()