xero_invoices_list
Retrieve paginated invoices from Xero. Filter by status and type (ACCREC for sales, ACCPAY for bills).
Instructions
List invoices in Xero with pagination. Optionally filter by status and type (ACCREC for sales, ACCPAY for bills).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based, default: 1). Each page returns up to 100 invoices. | |
| Status | No | Filter by invoice status | |
| Type | No | Filter by invoice type: ACCREC (accounts receivable / sales invoices) or ACCPAY (accounts payable / bills) |