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 email notifications about shipments, typically after creating a shipment record.
It delegates the actual sending to configured sender services and supports both synchronous and asynchronous notification modes.
Public Methods
- notify()