CatalogPriceInterface
Magento\Catalog\Model\Product\CatalogPriceInterface
What it does
This interface defines methods for retrieving product catalog prices for external catalogs or third-party integrations.
Developers implement this interface when creating custom pricing logic that needs to provide catalog prices (with or without discounts) to external systems, APIs, or catalog feeds.
It's particularly useful for integrations with shopping comparison sites, marketplaces, or external price management systems.
Public Methods
- getCatalogPrice()
- getCatalogRegularPrice()