Shipment Line¶
entity fulfillment
Line-level item entry within a shipment.
Business Purpose: Represent shipped, delivered, or collected quantities at item or order-line granularity.
Attributes¶
| Attribute | Description |
|---|---|
shipment-line-id Shipment Line ID |
Stable shipment line identifier. |
shipment-id Shipment ID |
Reference to the parent shipment. |
order-line-id Order Line ID |
Related order line reference when available. |
quantity Quantity |
Fulfilled quantity. |
status Status |
Current shipment line state. |
Lifecycle¶
created → packed → dispatched → delivered → collected → cancelled
Relationships¶
| Type | Target |
|---|---|
belongs-to |
shipment shipment |
fulfills |
order-line order-line |
references |
inventory-item inventory-item |
Semantic Constraints¶
| Constraint | Type | Rule |
|---|---|---|
shipment-has-lines |
association |
A Shipment must contain at least one Shipment Line. An empty shipment … |
Note
Current process models reference shipment directly rather than shipment-line.