EN-16931: Commodity Classification
You must use one of the specified values to specify the type of item.
Use the ItemClassificationCode
subelement of the Item element to specify this information.
More information about classification is provided in the Item Categorization topic.
Element
Element | Description |
---|---|
Invoice/InvoiceLine/ItemClassificationCode @listID | Use one of the allowed values for the attribute value. |
Restrictions
You must use one of the values from the UNTDID 7143 list here for the @listID
attribute.
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>
Updated 7 days ago