Request Parameters:


This method allows to update product category:


URL  for nopCommerce 4.10 : 

Api/Admin/UpdateProductCategory


Headers :

Content-Type : application/json


Parameter: Required [CategoryId, ProductCategoryId]
{
       "ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
       "RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
      "CategoryId": "5",
      "ProductCategoryId":"46",
       "IsFeaturedProduct": "false",
       "DisplayOrder": "1"
}


Note:  ProductCategoryId is product category mapping id.


 Response :
{
    "Message": "Category updated successfully"
}