invoiceItem

Graphql fields and variables for the invoiceItem query

Scope required: standard:read

For a complete list of possible response fields see the InvoiceItem type.

query invoiceItem ($id: ID, $code: String, $format: String) {
  invoiceItem (id: $id, code: $code, format: $format) {
    amount
    chargeType
    comment
    couponId
    currencyId
    discount
    endDate
    id
    invoiceId
    isCoupon
    isCredit
    lineText
    position
    price
    priceDecimals
    prorationRate
    quantity
    startDate
    subtotal
    taxAmount
    taxCode
    vatCode
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?