creditNoteItem
Graphql fields and variables for the creditNoteItem query
Scope required: standard:read
For a complete list of possible response fields see the CreditNoteItem type.
query creditNoteItem ($id: ID, $code: String, $format: String) {
creditNoteItem (id: $id, code: $code, format: $format) {
amount
currencyId
id
invoiceItemId
lineText
position
price
priceDecimals
quantity
subtotal
taxAmount
taxCode
vatCode
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?