Poland (FA(3)): Item Classification Identifier

In Polish KSeF FA(3) transactions, businesses can specify classification codes for products and services.

See the VRBL: Commodity Classification for instructions on how to generally use the Item Classification Identifier element.

Restrictions

Use the following Scheme Identifier to provide the Polish classification of products and services codes.

Item Classification Code - List IDelement
VRBL:PL:GTUDesignation concerning the supply of goods and services. See Codelist (page 96-99).
VRBL:PL:PKOBPolish classification of types of constructions
VRBL:PL:PKWiUPolish classification of products and services
TSPEU Combined Nomenclature. Defined by UNCL7143.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- Code omitted for clarity -->
        <cac:Item>
            <!-- Code omitted for clarity -->
            <cac:CommodityClassification>
                <cbc:ItemClassificationCode listID="VRBL:PL:PKWiU">01.11.74.0</cbc:ItemClassificationCode>
            </cac:CommodityClassification>
            <!-- Code omitted for clarity -->
        </cac:Item>
        <!-- Code omitted for clarity -->
    </cac:InvoiceLine>
</ubl:Invoice>