Retour à QuickBooks Items
Connecter Knoon AI avec QuickBooks Items (QuickBooks) pour automatiser les flux de travail AI.
Update an existing QuickBooks item (sparse update).
quickBooksItemUpdate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| itemId | mustache | QuickBooks item ID. | Oui |
| syncToken | mustache | Sync token from the latest item read. | Oui |
| name | mustache | Optional item name. | Non |
| type | mustache | Optional item type. | Non |
| 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. |



