Log in
Model

Filters

Magento\InventoryInStorePickup\Model\SearchRequest\Filters

What it does

This class represents a collection of search filters for finding in-store pickup locations in Magento 2.

Developers use this class when building search requests to filter pickup locations by address components (country, postcode, region, city, street), location name, or pickup location code.

It acts as a data transfer object that holds FilterInterface instances for each searchable attribute.

Public Methods

  • getCountry()
  • getPostcode()
  • getRegion()
  • getRegionId()
  • getCity()
  • getStreet()
  • getName()
  • getPickupLocationCode()