ProductAttributeIsFilterableManagementInterface
Magento\Catalog\Api\ProductAttributeIsFilterableManagementInterface
What it does
This interface provides API methods to manage the 'is_filterable' property of product attributes in Magento 2, enabling layered navigation filtering.
Developers use this to programmatically control whether a product attribute can be used as a filter in catalog navigation through REST or SOAP APIs.
It's particularly useful when integrating external systems that need to configure which attributes appear as filters in the storefront.
Public Methods
- get()
- set()