QuickBooks Items に戻る
QuickBooks Items (QuickBooks) と Knoon AI を接続して AI ワークフローを自動化します。
Fetch a single QuickBooks item by ID.
quickBooksItemRead
ベータ
内部
権限
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| itemId | mustache | QuickBooks item ID. | はい |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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. |



