Log in
Interface

PriceUpdateResultInterface

Magento\Catalog\Api\Data\PriceUpdateResultInterface

What it does

This interface defines the structure for returning error information when product price updates fail through Magento's efficient price API.

Developers use this to capture and display detailed error messages and parameters when bulk price update operations encounter issues, enabling better error handling and user feedback in custom price management implementations.

Public Methods

  • getMessage()
  • setMessage()
  • getParameters()
  • setParameters()
  • getExtensionAttributes()
  • setExtensionAttributes()