Manufacturer
Manufacturer objects
ManufacturerRef
The lightweight manufacturer reference embedded in part results.
JSON
1{2 "slug": "texas-instruments-inc",3 "name": "Texas Instruments"4}| Field | Type | Notes |
|---|---|---|
slug | string | Stable manufacturer slug — the public identifier |
name | string | Canonical display name |
Manufacturer
The fuller record returned by the manufacturer endpoints.
JSON
1{2 "slug": "texas-instruments-inc",3 "name": "Texas Instruments",4 "logo": null5}| Field | Type | Notes |
|---|---|---|
slug | string | Stable manufacturer slug — the public identifier |
name | string | Canonical display name |
logo | string | null | Absolute CDN URL of the logo; null when not available |
Used by: Manufacturers; ManufacturerRef is embedded in every part object.