返回 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. |



