Log in
Interface

FiltersInterface

Magento\InventoryInStorePickupApi\Api\Data\SearchRequest\FiltersInterface

What it does

This interface defines a collection of filter methods used when searching for in-store pickup locations.

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

Each method returns a FilterInterface that specifies the filter condition and value for that particular field.

Public Methods

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