Πίσω στο QuickBooks Items
Σύνδεση Knoon AI με QuickBooks Items (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Create a new QuickBooks item.
quickBooksItemCreate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| name | mustache | Item name. | Ναι |
| type | mustache | Item type (e.g. "Service", "Inventory"). | Ναι |
| 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. |



