Home > @infiniteobjects/shopify-data-manager > AdminTypes > Order > taxLines
A list of all tax lines applied to line items on the order, before returns. Tax line prices represent the total price for all tax lines with the same rate
and title
.
Signature:
taxLines: Array<TaxLine>;