Item Categorization
You can model item categorizations.
Use the following sub-elements of the Item element for classification of items
Elements
Element | Description |
---|---|
Item/CommodityClassification/ItemClassificationCode | Use this element to classify items at the Document line level. |
Party/IndustryClassificationCode | Use this element to classify a party. |
Country Specific Topics
- Malaysia: Product Categorization
- Malaysia: Supplier's Standard Industrial Classification Code (MSIC)
Examples
Commodity Classification
<cac:Item>
<cbc:Name>Laptop Peripherals 2</cbc:Name>
<cac:OriginCountry>
<cbc:IdentificationCode>MY</cbc:IdentificationCode>
</cac:OriginCountry>
<cac:CommodityClassification>
<!-- MY: Product Tariff Code (only goods) (optional) -->
<!-- identifier used for @listID not UNCL7143 compliant -->
<!-- use "MY" prefixed malaysian identification scheme identifiers -->
<cbc:ItemClassificationCode listID="VRBL:MY:PTC">9800.00.0010</cbc:ItemClassificationCode>
</cac:CommodityClassification>
<cac:CommodityClassification>
<!-- MY: Category of products or services code list (https://sdk.myinvois.hasil.gov.my/codes/classification-codes/) (mandatroy) -->
<!-- @listID - see above -->
<cbc:ItemClassificationCode listID="VRBL:MY:CLASS">003</cbc:ItemClassificationCode>
</cac:CommodityClassification>
Industry Classifcation
<cac:AccountingSupplierParty>
<!-- MY: Authorisation number for certified exporter (e.g. ATIGA number) (for export only, if applicable) -->
<cbc:AdditionalAccountID schemeAgencyName="VRBL:MY:CertEX">CPT-CCN-W-211111-KL-000002</cbc:AdditionalAccountID>
<cac:Party>
<!-- MY: Malaysia Standard Industrial Classification (MSIC): https://sdk.myinvois.hasil.gov.my/codes/msic-codes/ -->
<cbc:IndustryClassificationCode name="Growing of maize">VRBL:MY:01111</cbc:IndustryClassificationCode>
<cac:PartyIdentification>
<!-- MY: Sales tax and service tax registration number (mandatory if SST registered) -->
<!-- MY code of @schemeID not ISO/IEC 6523 compliant -->
<!-- use "MY" prefixed malaysian identification scheme identifier -->
<cbc:ID schemeID="VRBL:MY:SST">A01-2345-67891012</cbc:ID>
</cac:PartyIdentification>
Updated about 2 months ago