listInvoicesForMultipleOrders( )


Retrieves the IDs of invoices associated with all specified orders.

The listInvoicesForSingleOrder() function returns a Promise that resolves when the specified order's transaction records are retrieved.

Method Declaration
Copy
Method Parameters
orderIdsArray<string>Required

Order IDs for which to retrieve invoices.

Returns
Return Type:Promise<ListInvoicesForMultipleOrdersResponse>
Errors

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

Did this help?