Log in
Model

IsOrderReadyForPickup

Magento\InventoryInStorePickupSales\Model\IsOrderReadyForPickup

What it does

This class determines if an order is ready for customer pickup by verifying two conditions: the order can be shipped and the pickup location has sufficient inventory to fulfill the order.

Developers use this when implementing in-store pickup functionality to validate order readiness before notifying customers their order is available for collection.

Public Methods

  • execute()