list_products
Search, filter, and list products in Billy to retrieve product IDs for creating invoice lines.
Instructions
List products in Billy. Use this to find a product ID before creating invoice lines. Supports free-text search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search on product name/number | |
| page | No | Page number (1-based) | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| pageSize | No | Records per page (max 1000, default 50) | |
| productNo | No | Filter by exact product number | |
| isArchived | No | When true, returns only archived records; when false, only active ones |