Retour à QuickBooks Items
Connecter Knoon AI avec QuickBooks Items (QuickBooks) pour automatiser les flux de travail AI.
Create a new QuickBooks item.
quickBooksItemCreate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| name | mustache | Item name. | Oui |
| type | mustache | Item type (e.g. "Service", "Inventory"). | Oui |
| sku | mustache | Optional SKU. | Non |
| unitPrice | mustache | Optional unit price. | Non |
| incomeAccountId | mustache | Optional income account ID. | Non |
| expenseAccountId | mustache | Optional expense account ID. | Non |
| assetAccountId | mustache | Optional asset account ID. | Non |
| active | boolean | Optional active status. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | 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. |



