Manufacturers

Fetch Manufacturer

GET
This endpoint returns the Manufacturer specified by ID in the URL path.

Path parameters

manufacturerIdintegerRequired

Response

This endpoint returns an object
id
integerOptional
Unique identifier for the manufacturer, managed by Impilo.
name
stringOptional
The name of the manufacturer.
GET
1curl https://app.impiloplatform.com/api/v3/manufacturer/1 \
2 -H "Impilo-API-Key: <apiKey>"
200
Retrieved
1{
2 "id": 2,
3 "name": "Custom Manufacturer"
4}