Back to QuickBooks Items
Connect Knoon AI with QuickBooks Items (QuickBooks) to automate AI workflows.
Create a new QuickBooks item.
quickBooksItemCreate
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| name | mustache | Item name. | Yes |
| type | mustache | Item type (e.g. "Service", "Inventory"). | Yes |
| sku | mustache | Optional SKU. | No |
| unitPrice | mustache | Optional unit price. | No |
| incomeAccountId | mustache | Optional income account ID. | No |
| expenseAccountId | mustache | Optional expense account ID. | No |
| assetAccountId | mustache | Optional asset account ID. | No |
| active | boolean | Optional active status. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Item ID. |
| name | string | Item name. |
| type | string | Item type. |
| sku | string | SKU. |
| active | boolean | Whether the item is active. |
| unitPrice | number | Unit price. |
| incomeAccountId | string | Income account ID. |
| expenseAccountId | string | Expense account ID. |
| assetAccountId | string | Asset account ID. |
| syncToken | string | Sync token for updates. |



