create_item
Create a new product or service item in Bexio by specifying pricing, stock, tax, and other attributes. Enables adding items to your business catalog for invoicing and accounting.
Instructions
Create item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| volume | No | ||
| weight | No | ||
| remarks | No | ||
| unit_id | No | References a [unit object](#operation/v2ListUnits) | |
| user_id | No | References a [user object](#operation/v3ListUsers) (Currently, it has no impact, regardless of which user_id is sent.) | |
| is_stock | No | Requires `stock_edit` scope to work. | |
| stock_id | No | References a [stock location object](#operation/v2ListStockLocations) | |
| stock_nr | No | Please note that the stock number can only be set if no bookings for this product have been made. | |
| html_text | No | ||
| account_id | No | References an [account object](#operation/v2ListAccounts) | |
| contact_id | No | References a [contact object](#operation/v2ListContacts) | |
| sale_price | No | ||
| sale_total | No | ||
| currency_id | No | References a [currency object](#operation/ListCurrencies) | |
| intern_code | No | ||
| intern_name | No | ||
| stock_min_nr | No | ||
| tax_income_id | No | References a [tax object](#operation/ListTaxes) | |
| deliverer_code | No | ||
| deliverer_name | No | ||
| delivery_price | No | ||
| purchase_price | No | ||
| purchase_total | No | ||
| stock_place_id | No | References a [stock area object](#operation/v2ListStockAreas) | |
| tax_expense_id | No | References a [tax object](#operation/ListTaxes) | |
| article_type_id | No | Please use the value `1` for physical products or `2` for services | |
| article_group_id | No | ||
| expense_account_id | No | References an [account object](#operation/v2ListAccounts) | |
| intern_description | No | ||
| deliverer_description | No |