qbo_customers_search
Search QuickBooks customers by partial DisplayName match, with configurable result limits and pagination for targeted retrieval.
Instructions
Search Customer records by DisplayName (LIKE match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term matched against DisplayName with LIKE '%term%' | |
| maxResults | No | Maximum number of results to return (default: 100, max: 1000) | |
| startPosition | No | Starting position for pagination (1-based, default: 1) |