# Manufacturers ## Get a manufacturer - [GET /ProductService.svc/rest/GetManufacturer](https://docs.norce.io/api-reference-storm/stormapi/productservice/openapi/manufacturers/getmanufacturer.md): Get a specific manufacturer by internal id. ## Get a manufacturer by unique name - [GET /ProductService.svc/rest/GetManufacturerByUniqueName](https://docs.norce.io/api-reference-storm/stormapi/productservice/openapi/manufacturers/getmanufacturerbyuniquename.md): Get a specific manufacturer by unique name. ## List manufacturers - [GET /ProductService.svc/rest/ListManufacturers](https://docs.norce.io/api-reference-storm/stormapi/productservice/openapi/manufacturers/listmanufacturers.md): Main manufacturer list. This function will not calculate ProductCount. Use ListManufacturersEx for that. ## List manufacturers (extended) - [GET /ProductService.svc/rest/ListManufacturersEx](https://docs.norce.io/api-reference-storm/stormapi/productservice/openapi/manufacturers/listmanufacturersex.md): Main product list. Same as ListManufacturers but this one will calculate ProductCount. ## Search manufacturers - [GET /ProductService.svc/rest/SearchManufacturers](https://docs.norce.io/api-reference-storm/stormapi/productservice/openapi/manufacturers/searchmanufacturers.md)