Model
SearchRequest
Magento\InventoryInStorePickup\Model\SearchRequest
What it does
This class represents a search request for finding in-store pickup locations in Magento's Multi-Source Inventory (MSI) system.
Developers use it to search for pickup locations based on geographical area, filters, and sorting criteria, with support for pagination.
It encapsulates all parameters needed to query available pickup locations for customer orders.
Public Methods
- getArea()
- getFilters()
- getPageSize()
- getCurrentPage()
- getScopeType()
- getScopeCode()
- getSort()
- setExtensionAttributes()
- getExtensionAttributes()