Interface
RequestValidatorInterface
Magento\InventoryInStorePickupShippingApi\Model\Carrier\Validation\RequestValidatorInterface
What it does
This interface defines a contract for validating rate requests specifically for In-Store Pickup delivery methods in Magento's inventory management system.
Developers implement this interface to create custom validators that check whether a shipping rate request is valid for in-store pickup, ensuring all required conditions are met before presenting this delivery option to customers.
Public Methods
- validate()