IndividualTradeItemPiece
classIndividual Trade Item Piece
A single physical piece of a multi-piece trade item, identified via GS1 AI 8026 (ITIP). Used when a single GTIN is composed of multiple individually-shipped pieces (e.g., a 2-piece suit, a furniture set).
Properties (3)
| Property | Description | Range |
|---|---|---|
| tradeItemPieceDescription | Human-readable description of what this specific piece is (e.g., 'Jacket', 'Trousers', 'Left shoe', 'Instruction booklet'). | xsd:string |
| tradeItemPieceNumber | The sequential number of this piece within the multi-piece trade item (1-based). For a 2-piece suit, the jacket might be piece 1 and trousers piece 2. | xsd:positiveInteger |
| tradeItemPieceOf | Links an individual piece to the multi-piece trade item (identified by its GTIN) it belongs to. | gs1:Product |
Where used
Referenced by other terms (3)
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "IndividualTradeItemPiece",
"tradeItemPieceDescription": "...",
"tradeItemPieceNumber": "...",
"tradeItemPieceOf": "..."
}