CatalogPriceInterface
Magento\Catalog\Model\Product\CatalogPriceInterface
What it does
This interface defines methods for retrieving product prices specifically for external catalog integrations.
Developers implement this interface when they need to expose product pricing to external systems, such as Google Shopping, comparison shopping engines, or third-party marketplaces.
It provides both regular prices and prices with optional tax inclusion for specific store views.
Public Methods
- getCatalogPrice()
- getCatalogRegularPrice()