list-invoices
Retrieve and manage Xero invoices including Draft, Submitted, and Paid statuses. Filter by contact or invoice number, and paginate through results for comprehensive invoice viewing.
Instructions
List invoices in Xero. This includes Draft, Submitted, and Paid invoices. Ask the user if they want to see invoices for a specific contact, invoice number, or to see all invoices before running. Ask the user if they want the next page of invoices after running this tool if 10 invoices are returned. If they want the next page, call this tool again with the next page number and the contact or invoice number if one was provided in the previous call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| contactIds | No | ||
| invoiceNumbers | No | If provided, invoice line items will also be returned |