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.

Permissions
Manage eCommerce - all permissions
Read eCommerce - all read permissions
Manage Stores - all permissions
Read Stores - all read permissions
Manage Orders
Read Orders
Manage Restaurants - all permissions
Manage Stores
Learn more about app permissions.
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?