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



