Model
Notifier
Magento\Sales\Model\Order\Shipment\Notifier
What it does
This class handles sending shipment notifications to customers when an order is shipped.
Developers use this class to trigger shipment emails and other notification methods by calling the notify() method with order and shipment data.
It delegates the actual sending to configured sender classes, allowing multiple notification channels.
Public Methods
- notify()