NotifyOrdersAreReadyForPickupInterface
Magento\InventoryInStorePickupSalesApi\Api\NotifyOrdersAreReadyForPickupInterface
What it does
This interface defines a contract for notifying customers via email when their orders are ready for in-store pickup.
Developers implement this interface to customize the notification process or use it to programmatically trigger pickup-ready notifications for multiple orders at once.
It's primarily used in the order fulfillment workflow when store staff marks items as ready for customer collection.
Public Methods
- execute()