creditNoteIssue

Graphql fields and variables for the creditNoteIssue mutation

Issue a credit note

Scope required: billing:write

mutation creditNoteIssue ($id: ID!) {
  creditNoteIssue (id: $id) {
      creditNote {
        accountId
        amount
        amountApplied
        amountUnapplied
        createdAt
        creditedInvoiceId
        currencyId
        description
        disputeReasonId
        entityId
        id
        isCredit
        isLegacy
        issuedAt
        number
        subtotal
        taxAmount
        updatedAt
        uuid
        warrenId
      }
  }
}

Arguments

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

id

ID

Response

Name
Type
Description

creditNote

Last updated

Was this helpful?