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