list_invoices
Retrieve customer invoices with filtering by date, status, or customer. Get invoice details including amount, due date, and customer info.
Instructions
List all customer invoices (accounts receivable). Supports filtering by date, customer, and status. Returns invoice details with customer, amount, and due date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | No | Zoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided) | |
| date_start | No | Start date (YYYY-MM-DD) | |
| date_end | No | End date (YYYY-MM-DD) | |
| customer_id | No | Filter by customer | |
| status | No | Filter by status | |
| sort_column | No | ||
| page | No | ||
| per_page | No |