Poland B2B: 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)CardinalityDescription
Standard Item Identification (/Invoice/InvoiceLine/StandardItemIdentification)0..1A group of elements providing information about the item's standard identification.
Global Trade Item Number (/Invoice/InvoiceLine/StandardItemIdentification/ID)1..1A globally unique identifier used to identify trade items, products, or services.
Scheme Identifier (/Invoice/InvoiceLine/StandardItemIdentification/ID @schemeID)1..1Use 0160 to 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>