formattedInvoice

Graphql fields and variables for the formattedInvoice query

Scope required: billing:read

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

query formattedInvoice ($id: ID) {
  formattedInvoice (id: $id) {
    amount
    amountDue
    amountPaid
    billingCity
    billingCountry
    billingState
    billingStreet
    billingZip
    createdAt
    credits
    currency
    currencyId
    currencySymbol
    customerBillingCity
    customerBillingContact
    customerBillingCountry
    customerBillingState
    customerBillingStreet
    customerBillingZip
    customerName
    dueAt
    html
    id
    isLegacy
    netPaymentDays
    number
    payableId
    poNumber
    printedState
    salesContactEmail
    smallUnitAmountDue
    subscriptionEndDate
    subscriptionStartDate
    subtotal
    taxAmount
    taxCode
    taxId
    taxNumber
    uuid
    vatCode
    vendorName
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?