Tillbaka till QuickBooks Items
Anslut Knoon AI med QuickBooks Items (QuickBooks) för att automatisera AI-flöden.
Create a new QuickBooks item.
quickBooksItemCreate
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| name | mustache | Item name. | Ja |
| type | mustache | Item type (e.g. "Service", "Inventory"). | Ja |
| sku | mustache | Optional SKU. | Nej |
| unitPrice | mustache | Optional unit price. | Nej |
| incomeAccountId | mustache | Optional income account ID. | Nej |
| expenseAccountId | mustache | Optional expense account ID. | Nej |
| assetAccountId | mustache | Optional asset account ID. | Nej |
| active | boolean | Optional active status. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Item JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |



