United Arab Emirates (Peppol PINT AE): Item Classification Identifier

Configure the Item Classification Identifier for your United Arab Emirates documents.

Item Classification Identifier

A code for classifying the item by its type or nature. In case of UAE, a code according to the list of goods or services, when the invoice is subject to RCM (Reverse Charge Mechanism). Use the listID attribute with VRBL:AE:GoodsType. See allowed codes in the table below.

Elements

PathCardinalityUsageUsage DescriptionMandate Business TermFinal Format XPathFinal Format Business Rules
Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCode0..1CIn case of Reverse Charge Mechanism it is required to provide the UAE Goods Type Code.IBT-158/Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCodeIBR-065

Restrictions

The following codes are allowed:

CodeName
DL8.48.8.2Electronic Devices
DL8.48.8.1Gold and Diamonds
DL8.48.3.1Crude or refined oil
DL8.48.3.2Unprocessed or processed natural gas
DL8.48.3.3Pure hydrocarbons

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:Item>
      <!-- ... omitted for readability -->
      <cac:CommodityClassification>
        <cbc:ItemClassificationCode listID="HS">11223344</cbc:ItemClassificationCode>
      </cac:CommodityClassification>
    </cac:Item>
  </cac:InvoiceLine>
</ubl:Invoice>