Skip to main content
Version: 3.x

invoiceSendNotification

Send an invoice notification to the customer.

Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • INVOICE_SENT (async): A notification for invoice send
  • NOTIFY_USER (async): A notification for invoice send
invoiceSendNotification(
id: ID!
): InvoiceSendNotification

Arguments

invoiceSendNotification.id ● ID! non-null scalar

ID of an invoice to be sent.

Type

InvoiceSendNotification object

Send an invoice notification to the customer.

Requires MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • INVOICE_SENT (async): A notification for invoice send
  • NOTIFY_USER (async): A notification for invoice send

Was this page helpful?