Skip to main content
Invoice item object
Matthew James Finkel avatar
Written by Matthew James Finkel
Updated over a year ago

The invoice.item object contains information held against an Invoice Item record. The invoice.item object can be accessed in invoice document layouts:

{% for item in invoice.items %}
ย  {{ item.name }}
{% endfor %}

Objects

Did this answer your question?