Mexico (CFDI): Line-Level Commodity Classification

This group is required to identify the specific product or service key for each line item.

You must use the official product and service catalog keys that most closely match your business activities.

Refer to the original CFDI catalog, section "c_ClaveProdServ" to get a full list of possible values.

Elements

Name (Path)CardinalityDescription
Commodity Classification (Invoice/InvoiceLine/ItemClassificationCode)1..1A group of elements providing information about the item's classification by type or nature
Item Classification Identifier (ItemClassificationCode)1..1A code for classifying the item by its type or nature
Scheme Identifier (ItemClassificationCode/@listID)1..1The identification scheme of the code list

Use the list ID VRBL:MX:ProductService.

Example

<ubl:Invoice>
	<!-- code omitted for clarity -->
	<cac:InvoiceLine>
		<!-- code omitted for clarity -->
		<cac:CommodityClassification>
			<cbc:ItemClassificationCode listID="VRBL:MX:ProductService">84141602</cbc:ItemClassificationCode>
		</cac:CommodityClassification>
		<!-- code omitted for clarity -->
	</cac:InvoiceLine>
</ubl:Invoice>