InventoryInStorePickupApi Module
Mapper
This class maps Magento Inventory Source data to Pickup Location data for the In-Store Pickup feature. Developers use it to transform source entities...
SearchCriteriaResolverChain
This class acts as a chain of responsibility pattern implementation that converts In-Store Pickup search requests into Magento's standard SearchCriter...
SearchCriteria\SearchCriteriaBuilderDecorator
This decorator class wraps Magento's SearchCriteriaBuilder to provide a type-safe interface for building search queries in the In-Store Pickup module....
SearchRequest\Area\Pipeline
This class processes search terms for in-store pickup locations by running them through a configurable pipeline of parsers. Developers use it to extra...
SearchResult\Extractor
This class extracts and filters inventory sources from search results for in-store pickup functionality. It uses a chain of responsibility pattern to...