Model
PriceUpdateResult
Magento\Catalog\Model\Product\Price\PriceUpdateResult
What it does
This class represents the result of a product price update operation in Magento 2.
Developers use it to capture and communicate the outcome of bulk price updates, including success/error messages and any relevant parameters.
It's typically returned by price update services to inform the caller about what happened during the price modification process.
Public Methods
- getMessage()
- setMessage()
- getParameters()
- setParameters()
- getExtensionAttributes()
- setExtensionAttributes()