CategoryManagementInterface
Magento\Catalog\Api\CategoryManagementInterface
What it does
This interface defines the contract for managing product categories in Magento 2.
Developers use this interface to retrieve category trees with specified depth, move categories to different parent positions, and get the total count of categories in the system.
It serves as the service contract for category management operations accessible through web APIs and service layer implementations.
Public Methods
- getTree()
- move()
- getCount()