Packaging
Package & supplier packaging
The part's physical package and how it is supplied. Appears as packaging on
PartDetail.
JSON
1{2 "package_type": "SOIC-8",3 "pin_count": 8,4 "supplier_package": "Tape & Reel (TR)",5 "supplier_standard_package": 25006}| Field | Type | Notes |
|---|---|---|
package_type | string | null | Industry package / case name (e.g. SOIC-8, 0603) |
pin_count | int | null | Number of pins / terminals |
supplier_package | string | null | Supplier's packaging form (e.g. Tape & Reel, Tube, Cut Tape) |
supplier_standard_package | int | null | Standard pack quantity for supplier_package (e.g. 2500) |
Populated where Zenode has the data; fields are null until backfilled. The shapes are stable, so
they fill in without a breaking change.
Appears in: PartDetail.packaging.