Unit Price variable in Invoices

Does anyone know what the “Unit Price” variable in Invoices is called? Please let me know.

@compuit you can easily figure this out by doing a mock batch update. Copy and Paste the content in a spreadsheet and for example for a Sales Invoice you’d find Lines.SalesUnitPrice

For those who are interested & need to know it is Unitprice
{% assign unit price = null %}
and then
{% when ‘Unit price’ %}
{% assign Unitprice = forloop.index0 %}