Voltar para QuickBooks Items
Conectar Knoon AI com QuickBooks Items (QuickBooks) para automatizar fluxos de trabalho de AI.
Create a new QuickBooks item.
quickBooksItemCreate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| name | mustache | Item name. | Sim |
| type | mustache | Item type (e.g. "Service", "Inventory"). | Sim |
| sku | mustache | Optional SKU. | Não |
| unitPrice | mustache | Optional unit price. | Não |
| incomeAccountId | mustache | Optional income account ID. | Não |
| expenseAccountId | mustache | Optional expense account ID. | Não |
| assetAccountId | mustache | Optional asset account ID. | Não |
| active | boolean | Optional active status. | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |



