Model
Price
Magento\ProductAlert\Model\Price
What it does
This model manages product price alert subscriptions in Magento 2.
Developers use this class when implementing features that allow customers to subscribe to notifications when a product's price drops below a certain threshold.
It handles loading, saving, and deleting customer price alert records, and provides access to customer collections associated with price alerts.
Public Methods
- getCustomerCollection()
- loadByParam()
- deleteCustomer()