Back to QuickBooks Customers
Connect Knoon AI with QuickBooks Customers (QuickBooks) to automate AI workflows.
Fetch a single QuickBooks customer by ID.
quickBooksCustomerRead
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | Yes |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Customer ID. |
| displayName | string | Display name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| companyName | string | Company name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| balance | number | Open balance. |
| active | boolean | Whether the customer is active. |
| syncToken | string | Sync token for updates. |



