Graphql fields and variables for the invoiceItem query
Last updated 8 days ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the type.
query invoiceItem ($id: ID, $code: String, $format: String) { invoiceItem (id: $id, code: $code, format: $format) { amount chargeType comment couponId currencyId discount id invoiceId isCoupon isCredit lineText position price priceDecimals prorationRate quantity subtotal taxAmount taxCode vatCode } }
id
ID
code
String
format