How to Move Category position programmatically in Magento 2?

Move Category from one position to another using the move() method from the catalog module.

Function Definition from the interface Magento\Catalog\Api\CategoryManagementInterface,

Leave a Reply