getInvoice( )


Gets an existing invoice by ID.

The getInvoice() function returns a Promise that resolves to the invoice with the specified ID.

Method Declaration
Copy
Method Parameters
idstringRequired

ID of the invoice to get.

Returns
Return Type:Promise<Invoice>
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?