Back to QuickBooks Items

Connect Knoon AI with QuickBooks Items (QuickBooks) to automate AI workflows.

Create a new QuickBooks item.
quickBooksItemCreate
BETA
Internal
Permissions
  • com.intuit.quickbooks.accounting
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
namemustache Item name.Yes
typemustache Item type (e.g. "Service", "Inventory").Yes
skumustache Optional SKU.No
unitPricemustache Optional unit price.No
incomeAccountIdmustache Optional income account ID.No
expenseAccountIdmustache Optional expense account ID.No
assetAccountIdmustache Optional asset account ID.No
activeboolean Optional active status.No
minorVersionmustache Optional QuickBooks minor version (defaults to 75).No
payloadJsonmustache Optional full Item JSON. If provided, it is merged with the fields above and takes precedence.No
Returns
NameTypeDescription
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.