Offer
IRI: https://w3id.org/altium/cdm/supply/Offer
Bounded context: supply
Supply Offer represents a specific commercial listing of a Part from a supplier, detailing price breaks, stock availability, lead times, and ordering conditions at a given point in time.
Platform API
GRID (1)
grid:supply::platform:part/{id}/offer/{offerID}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class sup_offer["Offer"]
style sup_offer fill:#0c559c
click sup_offer href "../../classes/sup_offer/"
sup_offer : id
Comments
Each Supply Offer has its own identity and is associated with a Supply Part, reflecting one supplier’s current market position. It enables designers and procurement teams to evaluate sourcing options dynamically, supporting cost optimization, risk mitigation, and automated supply validation within the Altium 365 and Octopart ecosystems.
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:supply::platform:part/{id}/offer/{offerID} |
| platformAPI | SupOffer |