Part
IRI: https://w3id.org/altium/cdm/supply/Part
Bounded context: supply
Supply Part represents a market-available instance of a manufactured Part, providing aggregated sourcing data such as pricing, stock levels, and supplier offers.
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class sup_part["Part"]
style sup_part fill:#0c559c
click sup_part href "../../classes/sup_part/"
sup_part : mpn
sup_part --> "1" sup_company : manufacturer
click sup_company href "../../classes/sup_company/"
class sup_company["Company"]
style sup_company fill:#0c559c
sup_part --> "*" sup_reference_design : reference designs
click sup_reference_design href "../../classes/sup_reference_design/"
class sup_reference_design["Reference Design"]
style sup_reference_design fill:#0c559c
sup_part : id
class sup_part_group["Part Group"]
style sup_part_group fill:#0c559c
sup_part_group --> "*" sup_part: parts
click sup_part_group href "../../classes/sup_part_group/"
Comments
Each Supply Part has its own identity derived from manufacturer and supplier metadata, and may correspond to multiple suppliers’ listings. It bridges the design and supply chain domains by enriching managed Parts with real-time market intelligence, enabling informed sourcing, alternates evaluation, and procurement optimization within Altium 365.
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
| mpn | 1 |
string | TBD | direct |
| manufacturer | 1 |
Company | None | direct |
| reference designs | * |
Reference Design | None | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:supply::platform:part/{id} |
| platformAPI | SupPart |