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. |



