IndividualTradeItemPiece

class

Individual 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).

URI:https://ref.openepcis.io/extensions/common/core/IndividualTradeItemPiece

Upstream alignment

How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.

Properties (3)

DescriptionDomainRangeVocabularies
tradeItemPieceDescription
Trade Item Piece Description
Human-readable description of what this specific piece is (e.g., 'Jacket', 'Trousers', 'Left shoe', 'Instruction booklet').oec:IndividualTradeItemPiecexsd:string
tradeItemPieceNumber
Trade Item Piece Number
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.oec:IndividualTradeItemPiecexsd:positiveInteger
tradeItemPieceOf
Trade Item Piece Of
Links an individual piece to the multi-piece trade item (identified by its GTIN) it belongs to.oec:IndividualTradeItemPiecegs1:Product

Vocabulary alignment

Narrower · downstream

QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by qwen/qwen3-32b.

Referenced upstream terms

Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "IndividualTradeItemPiece",
  "tradeItemPieceDescription": "...",
  "tradeItemPieceNumber": "...",
  "tradeItemPieceOf": "..."
}