Poland KSF: Global Trade Item Number
You must add the Global Trade Item Number (GTIN) to identify items in Polish B2B Documents.
Elements
Use the following elements from the Item element:
| Name (Path) | Cardinality | Description | 
|---|---|---|
| Standard Item Identification ( /Invoice/InvoiceLine/StandardItemIdentification) | 0..1 | A group of elements providing information about the item's standard identification. | 
| Global Trade Item Number ( /Invoice/InvoiceLine/StandardItemIdentification/ID) | 1..1 | A globally unique identifier used to identify trade items, products, or services. | 
| Scheme Identifier ( /Invoice/InvoiceLine/StandardItemIdentification/ID @schemeID) | 1..1 | Use 0160to indicate a GTIN. | 
Example
<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:Item>
            <!-- code omitted for clarity -->
            <cac:StandardItemIdentification>
                <!-- GTIN -->
                <cbc:ID schemeID="0160">1444444444447</cbc:ID>
            </cac:StandardItemIdentification>
            <!-- code omitted for clarity -->
        </cac:Item>
        <!-- code omitted for clarity -->
    <cac:InvoiceLine>
</ubl:Invoice>
Updated about 1 month ago
