Commodity Classification

You can add a commodity classification to your Document.

Use the ItemClassificationCode subelement of the InvoiceLine element to model this information.

Elements

ElementDescription
Invoice/InvoiceLine/CommodityClassification/ItemClassificationCodeA code for classifying the item.
Invoice/InvoiceLine/CommodityClassification/ItemClassificationCode @listID

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:CommodityClassification>
            <cbc:ItemClassificationCode listID="STI">44331</cbc:ItemClassificationCode>
        </cac:CommodityClassification>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>