For the complete documentation index, see llms.txt. This page is also available as Markdown.

invoiceMergeUndo

Graphql fields and variables for the invoiceMergeUndo mutation

Undo the merge of two or more invoices

Scope required: billing:write

mutation invoiceMergeUndo ($invoiceId: ID!) {
  invoiceMergeUndo (invoiceId: $invoiceId) {
      errors
      sourceInvoices
  }
}

Arguments

{
  "invoiceId": "456123"
}
Name
Type
Description

invoiceId

ID

Response

Name
Type
Description

errors

List (String)

sourceInvoices

List (Invoice)

Last updated

Was this helpful?