العودة إلى QuickBooks Items
اتصل بـ Knoon AI مع QuickBooks Items (QuickBooks) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |



