Interface
CategoryListInterface
Magento\Catalog\Api\CategoryListInterface
What it does
This interface defines a contract for retrieving a list of categories from Magento's catalog based on search criteria.
Developers use this when they need to programmatically fetch multiple categories with filtering, sorting, or pagination through the Magento API layer.
It's commonly used in custom modules, integrations, or web services that need to query category data.
Public Methods
- getList()