Zurück zu QuickBooks Items
Verbinde Knoon AI mit QuickBooks Items (QuickBooks), um KI-Workflows zu automatisieren.
Update an existing QuickBooks item (sparse update).
quickBooksItemUpdate
Beta
Intern
Berechtigungen
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| itemId | mustache | QuickBooks item ID. | Ja |
| syncToken | mustache | Sync token from the latest item read. | Ja |
| name | mustache | Optional item name. | Nein |
| type | mustache | Optional item type. | Nein |
| sku | mustache | Optional SKU. | Nein |
| unitPrice | mustache | Optional unit price. | Nein |
| incomeAccountId | mustache | Optional income account ID. | Nein |
| expenseAccountId | mustache | Optional expense account ID. | Nein |
| assetAccountId | mustache | Optional asset account ID. | Nein |
| active | boolean | Optional active status. | Nein |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nein |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |



