Schema Documentation

OrderItemTax

Description

Order item tax statement

Fields
Field NameDescription
amount - Float Amount taxed
subtotal - Float Subtotal
taxLine - TaxLine Tax line connected to this statement
taxLineId - Int! Order item ID for tax line connected to this statement
total - Float Total
Example
{"amount":987.65,"subtotal":987.65,"taxLine":TaxLine,"taxLineId":123,"total":987.65}