Interface
OrderedProductAvailabilityCheckerInterface
Magento\Sales\Model\Order\Reorder\OrderedProductAvailabilityCheckerInterface
What it does
This interface defines a contract for checking if a previously ordered product and its selected options are still available for reordering.
Developers implement this interface to validate whether products from past orders can be added back to the cart, ensuring that product configurations, custom options, and variants haven't been removed or changed in the catalog since the original purchase.
Public Methods
- isAvailable()