List customer invoices
amberflo_list_customer_invoicesList all invoices for a customer (optionally for a specific product), with payment status. API: GET /payments/billing/customer-product-invoice/all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_cache | No | Use cached invoices (faster). Default true. | |
| product_id | No | Product id. Default "1". | |
| customer_id | Yes | The Amberflo customerId. | |
| with_payment_status | No | Include payment status. Default true. |