VRBL: Item Attribute
You can add attributes to an item.
More details are provided in the Item Attributes topic.
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:AdditionalItemProperty>
<cbc:Name>Color</cbc:Name>
<cbc:Value>Black</cbc:Value>
</cac:AdditionalItemProperty>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated about 2 months ago