China (GTS): Invoice Line Commodity Classification Code

Configure the Invoice Line Commodity Classification Code for your China documents.

Invoice Line Commodity Classification Code

A code for classifying the item by its type or nature. In China, it is used to provide the Tax Classification Code. This is a 19-digit standardized code assigned by the State Taxation Administration (STA) to every taxable good, service, labor, or intangible asset.

Element metadata

PathCardinalityUsageExample ValueFormatFinal Format Path
Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCode1..1M1010101000000000000Code$.Detail[0].taxCatgCode

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:Item>
      <!-- ... omitted for readability -->
      <cac:CommodityClassification>
        <cbc:ItemClassificationCode listID="VRBL:CN:TaxClassificationCode">AAAAA</cbc:ItemClassificationCode>
      </cac:CommodityClassification>
    </cac:Item>
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?