Interface
IsOrderReadyForPickupInterface
Magento\InventoryInStorePickupSalesApi\Model\IsOrderReadyForPickupInterface
What it does
This interface defines a contract for checking whether an order is ready for customer pickup at a physical store location.
Developers would implement or use this interface when building functionality to determine if an order's items have been prepared and are available for collection at the designated pickup location, typically as part of the Buy Online, Pick Up In Store (BOPIS) feature.
Public Methods
- execute()