Назад к QuickBooks Items
Подключите Knoon AI к QuickBooks Items (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Update an existing QuickBooks item (sparse update).
quickBooksItemUpdate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| itemId | mustache | QuickBooks item ID. | Да |
| syncToken | mustache | Sync token from the latest item read. | Да |
| name | mustache | Optional item name. | Нет |
| type | mustache | Optional item type. | Нет |
| sku | mustache | Optional SKU. | Нет |
| unitPrice | mustache | Optional unit price. | Нет |
| incomeAccountId | mustache | Optional income account ID. | Нет |
| expenseAccountId | mustache | Optional expense account ID. | Нет |
| assetAccountId | mustache | Optional asset account ID. | Нет |
| active | boolean | Optional active status. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |



