Request Parameters:


This method allows user to list product manufacturer:


URL  for nopCommerce 4.10 : 

Api/Admin/ListProductManufacturer


Headers :

Content-Type : application/json


Parameter: Required [ProductId]
{
          "ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
          "RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
         "ProductId": "1"
}


 Response :
[
    {
        "ProductManufacturerId": 8,
        "SelectedManufacturerIds": [],
        "ProductManufacturerMessage": null,
        "Manufacturer": "Apple",
        "ProductId": 1,
        "ManufacturerId": 1,
        "IsFeaturedProduct": false,
        "DisplayOrder": 3
    },
    {
        "ProductManufacturerId": 1009,
        "SelectedManufacturerIds": [],
        "ProductManufacturerMessage": null,
        "Manufacturer": "Nike",
        "ProductId": 1,
        "ManufacturerId": 3,
        "IsFeaturedProduct": false,
        "DisplayOrder": 3
    },
    {
        "ProductManufacturerId": 1008,
        "SelectedManufacturerIds": [],
        "ProductManufacturerMessage": null,
        "Manufacturer": "HP",
        "ProductId": 1,
        "ManufacturerId": 2,
        "IsFeaturedProduct": false,
        "DisplayOrder": 5
    }
]