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

Properties (3)

PropertyDescriptionRange
tradeItemPieceDescriptionHuman-readable description of what this specific piece is (e.g., 'Jacket', 'Trousers', 'Left shoe', 'Instruction booklet').xsd:string
tradeItemPieceNumberThe 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
tradeItemPieceOfLinks an individual piece to the multi-piece trade item (identified by its GTIN) it belongs to.gs1:Product

JSON-LD Example

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