PartSummary
Compact part shape
The compact part shape returned by the match endpoints. For the
full record, see PartDetail.
JSON
1{2 "mpn": "TL072CP",3 "mpn_slug": "TL072CP",4 "manufacturer": {5 "slug": "texas-instruments-inc",6 "name": "Texas Instruments"7 },8 "description": "Dual JFET-Input Low-Noise Operational Amplifier, 8-PDIP",9 "image": "https://cdn.zenode.ai/blobs/documents/3f8a...e1.jpg",10 "status": "active",11 "url": "https://zenode.ai/part/texas-instruments-inc/TL072CP"12}| Field | Type | Notes |
|---|---|---|
mpn | string | Full, orderable manufacturer part number |
mpn_slug | string | URL-safe MPN; with manufacturer.slug, the part identifier |
manufacturer | ManufacturerRef | Slug + name |
description | string | Canonical short description |
image | string | null | Absolute CDN URL of the primary image; null if none |
status | PartStatus | Lifecycle status |
url | string | Human-viewable Zenode page (for linking, not an API endpoint) |
Returned by: Part matching.