quickbooks_customers
Query QuickBooks Online customers with SQL-style filters, pagination, and sandbox support. Retrieve customer data using an access token and realm ID.
Instructions
Query QuickBooks Online customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | Yes | QuickBooks OAuth2 access token | |
| realm_id | Yes | QuickBooks company realm ID | |
| where | No | SQL-style WHERE clause (e.g. Active = true) | |
| limit | No | ||
| offset | No | ||
| sandbox | No |