Log in
Model

SearchResult

Magento\InventoryInStorePickup\Model\SearchResult

What it does

This class represents search results for in-store pickup locations.

Developers use it to encapsulate and manage a collection of pickup locations returned from a search query, including the items themselves, total count for pagination, and the original search request parameters.

Public Methods

  • getItems()
  • setItems()
  • getTotalCount()
  • setTotalCount()
  • getSearchRequest()
  • setSearchRequest()