Kembali ke QuickBooks Items
Sambungkan Knoon AI dengan QuickBooks Items (QuickBooks) untuk mengotomatisasi alur kerja AI.
Create a new QuickBooks item.
quickBooksItemCreate
Beta
Internal
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| name | mustache | Item name. | Ya |
| type | mustache | Item type (e.g. "Service", "Inventory"). | Ya |
| sku | mustache | Optional SKU. | Tidak |
| unitPrice | mustache | Optional unit price. | Tidak |
| incomeAccountId | mustache | Optional income account ID. | Tidak |
| expenseAccountId | mustache | Optional expense account ID. | Tidak |
| assetAccountId | mustache | Optional asset account ID. | Tidak |
| active | boolean | Optional active status. | Tidak |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Tidak |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |



