A Manufacturer object represents a brand or producer of apparel products (styles) available in the KitMaker system. Manufacturers are the top-level entity for organizing styles.
| Attribute | Type | Description |
|---|---|---|
| id | integer | Unique identifier for the Manufacturer. |
| name | string | The name of the manufacturer (e.g., "Adidas", "ID Identity"). |
{
"id": 1,
"name": "Adidas"
}