ResolverInterface
Magento\InventoryInStorePickupApi\Model\SearchCriteria\ResolverInterface
What it does
This interface defines a contract for resolving store pickup search requests into Magento's standard search criteria format.
Developers implement this interface to translate custom search parameters from the In-Store Pickup API into filter conditions that can be used with Magento's repository search methods.
It's used when building search functionality for finding available pickup locations based on customer-defined criteria.
Public Methods
- resolve()