ZenodeZenode
Reference

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": 2500
6}
FieldTypeNotes
package_typestring | nullIndustry package / case name (e.g. SOIC-8, 0603)
pin_countint | nullNumber of pins / terminals
supplier_packagestring | nullSupplier's packaging form (e.g. Tape & Reel, Tube, Cut Tape)
supplier_standard_packageint | nullStandard 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.