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






