invoiceMerge
Graphql fields and variables for the invoiceMerge mutation
Merge two or more invoices
Scope required: billing:write
mutation invoiceMerge ($invoiceIds: !) {
invoiceMerge (invoiceIds: $invoiceIds) {
errors
invoice {
accountId
amount
amountDue
amountPaid
baseCurrencyId
couponApplied
createdAt
credits
currencyId
description
dueAt
hasPaymentMethod
id
isLegacy
issuedAt
kind
netPaymentDays
notes
number
paidAt
payableId
poNumber
portalUrl
quoteId
smallUnitAmountDue
subtotal
taxAmount
updatedAt
url
uuid
}
}
}
Arguments
{
"invoiceIds": [
"456123"
]
}
Name
Type
Description
invoiceIds
List (ID)
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?