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 store and retrieve feedback messages and parameters after attempting to update product prices through the Catalog API.
It's typically returned by price update services to communicate success or failure information back to the calling code.
Public Methods
- getMessage()
- setMessage()
- getParameters()
- setParameters()
- getExtensionAttributes()
- setExtensionAttributes()