Model
IsFulfillable
Magento\InventoryInStorePickupSales\Model\Order\IsFulfillable
What it does
This class determines whether an order can be fulfilled from its designated pickup location by verifying that the pickup source has sufficient inventory quantities for all ordered items.
Developers use this to validate store pickup orders before processing them, ensuring the selected pickup location can actually fulfill the order based on real-time inventory levels.
Public Methods
- execute()