Item

Items are the good or service that is sold on an invoice line or specified in a credit note.

See Items.

Details

The following table shows an overview of components used in and by this object:

FieldValue
DescriptionItem
NameItem
IncludesTaxCategory
Used InInvoice Line
Data Typen/a

Elements

ElementDescription
Item/NameThe name of the item.
Item/OriginCountry/IdentificationCodeThe ISO code for the originating country.
Item/CommodityClassification/ItemClassificationCodeSpecify the classification code.
Item/CommodityClassification/ItemClassificationCode [listID=]Specify an ID in the list attribute.
Item/ItemClassifiedTaxCategory/IDThe ID for the Tax Category. See TaxCategory
Item/ItemClassifiedTaxCategory/PercentThe percent of the tax in this category.
Item/ItemClassifiedTaxCategory/TaxExemptionReasonSpecify a reason for the exemption,
Item/ItemClassifiedTaxCategory/TaxScheme/IDSee TaxScheme

Country Specific Topics

Example

<cac:Item>
			<cbc:Name>Laptop Peripherals 2</cbc:Name>
			<cac:OriginCountry>
				<cbc:IdentificationCode>MY</cbc:IdentificationCode>
			</cac:OriginCountry>
			<cac:CommodityClassification>
				<cbc:ItemClassificationCode listID="VERBL:MY:PTC">9800.00.0010</cbc:ItemClassificationCode>
			</cac:CommodityClassification>
			<cac:CommodityClassification>
				<cbc:ItemClassificationCode listID="VERBL:MY:CLASS">VERBL:MY:003</cbc:ItemClassificationCode>
			</cac:CommodityClassification>		
			<cac:ClassifiedTaxCategory>
				<cbc:ID>VERBL:MY:E</cbc:ID>
				<cbc:Percent>0.00</cbc:Percent>
				<cbc:TaxExemptionReason>tax exemption reason free text description</cbc:TaxExemptionReason>
				<cac:TaxScheme>
					<cbc:ID>VAT</cbc:ID>
				</cac:TaxScheme>
			</cac:ClassifiedTaxCategory>
		</cac:Item>