Log in
Interface

PriceUpdateResultInterface

Magento\Catalog\Api\Data\PriceUpdateResultInterface

What it does

This interface defines a contract for price update result objects that are returned when errors occur during bulk price update operations via Magento's efficient price API.

Developers use this to handle and display error messages with parameters when price updates fail, allowing for detailed error reporting and debugging in catalog price management operations.

Public Methods

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