Log in
Interface

FilterInterface

Magento\InventoryInStorePickupApi\Api\Data\SearchRequest\FilterInterface

What it does

This interface defines the structure for filters used when searching for pickup locations in Magento's In-Store Pickup feature.

Developers implement this interface to create filter criteria that specify what value to filter by and how to apply that filter (the condition type, such as 'equals', 'like', etc.) when searching for available store pickup locations.

Public Methods

  • getValue()
  • getConditionType()