Retrieve Multiple Invoices With Details In One API Call

Retrieve Multiple Invoices With Details In One API Call

We can bulk retrieve invoices using:

However, this does not include invoice details such as line items, etc.

To obtain invoice with details, we can call: 

However, this is inefficient as only one ID can be passed in.

Is there an API to get invoice with details by passing multiple IDs?

For example, there is an API to retrieve multiple items by IDs:

Is there an equivalent API to get invoice with details by passing multiple IDs?

Is this on your roadmap?