List Products
list_productsList all products and services with search and pagination options. Filter by active status or search by name to find reusable items for invoices and quotes.
Instructions
List all products/services with optional pagination. Products are reusable items that can be added to invoices and quotes. / Lista todos los productos/servicios con paginacion opcional. Los productos son conceptos reutilizables para facturas y presupuestos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by product name / Buscar por nombre de producto | |
| after | No | Cursor for cursor-based pagination (document ID) / Cursor para paginacion basada en cursor | |
| limit | No | Max results (1-100) / Resultados maximos | |
| fields | No | Comma-separated field names to return (e.g. 'id,name,unitPrice') / Campos a devolver | |
| offset | No | Offset / Desplazamiento | |
| isActive | No | Filter by active status / Filtrar por estado activo |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| nextCursor | No |