Terug naar QuickBooks Items
Verbinding maken met Knoon AI met QuickBooks Items (QuickBooks) om AI-workflows te automatiseren.
Update an existing QuickBooks item (sparse update).
quickBooksItemUpdate
BÈTA
Intern
Machtigingen
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| itemId | mustache | QuickBooks item ID. | Ja |
| syncToken | mustache | Sync token from the latest item read. | Ja |
| name | mustache | Optional item name. | Nee |
| type | mustache | Optional item type. | Nee |
| sku | mustache | Optional SKU. | Nee |
| unitPrice | mustache | Optional unit price. | Nee |
| incomeAccountId | mustache | Optional income account ID. | Nee |
| expenseAccountId | mustache | Optional expense account ID. | Nee |
| assetAccountId | mustache | Optional asset account ID. | Nee |
| active | boolean | Optional active status. | Nee |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nee |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |



