invoiceItems
Graphql fields and variables for the invoiceItems query
query invoiceItems ($after: String, $before: String, $first: Int, $last: Int, $filter: String, $sort: String, $viewId: ID, $format: String) {
invoiceItems (after: $after, before: $before, first: $first, last: $last, filter: $filter, sort: $sort, viewId: $viewId, format: $format) {
edges {
cursor
node {
amount
chargeType
comment
couponId
currencyId
discount
endDate
id
invoiceId
isCoupon
isCredit
lineText
position
price
priceDecimals
prorationRate
quantity
startDate
subtotal
taxAmount
taxCode
taxRate
vatCode
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
