返回 QuickBooks Items

将 Knoon AI 与 QuickBooks Items (QuickBooks) 连接以自动化 AI 工作流。

Update an existing QuickBooks item (sparse update).
quickBooksItemUpdate
测试版
内部
权限
  • com.intuit.quickbooks.accounting
可选权限
没有可显示的项目。
参数
名称类型描述必填
itemIdmustache QuickBooks item ID.是的
syncTokenmustache Sync token from the latest item read.是的
namemustache Optional item name.没有
typemustache Optional item type.没有
skumustache Optional SKU.没有
unitPricemustache Optional unit price.没有
incomeAccountIdmustache Optional income account ID.没有
expenseAccountIdmustache Optional expense account ID.没有
assetAccountIdmustache Optional asset account ID.没有
activeboolean Optional active status.没有
minorVersionmustache Optional QuickBooks minor version (defaults to 75).没有
payloadJsonmustache Optional full Item JSON. If provided, it is merged with the fields above and takes precedence.没有
回报
名称类型描述
idstring Item ID.
namestring Item name.
typestring Item type.
skustring SKU.
activeboolean Whether the item is active.
unitPricenumber Unit price.
incomeAccountIdstring Income account ID.
expenseAccountIdstring Expense account ID.
assetAccountIdstring Asset account ID.
syncTokenstring Sync token for updates.