ย้อนกลับไปยัง 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. |



