Update Product Manufacturer
Request Parameters:
This method allows to update product manufacturer:
URL for nopCommerce 4.10 :
Api/Admin/UpdateProductManufacturer
Headers :
Content-Type : application/json
Parameter: Required [ManufacturerId,ProductManufacturerId ]
{
"ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
"RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
"ManufacturerId": "2",
"ProductManufacturerId": "1010",
"IsFeaturedProduct": "true",
"DisplayOrder": "2"
}
Note: productManufacturerId is product manufacturer mapping id.
Response :
{
"Message": "Manufacturer updated successfully"
}