Interface
OrderedProductAvailabilityCheckerInterface
Magento\Sales\Model\Order\Reorder\OrderedProductAvailabilityCheckerInterface
What it does
This interface defines a contract for checking if a previously ordered product with its selected options is still available in the catalog for reordering.
Developers implement this interface to validate that product configurations from past orders can still be purchased, preventing customers from reordering items that are no longer available or have changed configurations.
Public Methods
- isAvailable()