ย้อนกลับไปยัง QuickBooks Items
เชื่อมต่อ Knoon AI กับ QuickBooks Items (QuickBooks) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Run a QuickBooks Online SQL-like query for items (defaults to SELECT * FROM Item).
quickBooksItemQuery
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | ไม่ |
| 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. |



