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
| Path | Cardinality | Usage | Example Value | Format | Final Format Path |
|---|---|---|---|---|---|
Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCode | 1..1 | M | 1010101000000000000 | Code | $.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>Updated 2 days ago
Did this page help you?
