update_item
Update item details in Bexio, such as dimensions, pricing, stock, and descriptions. Modify specific fields to keep product information accurate.
Instructions
Edit an 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) | |
| article_id | Yes | the id of the item | |
| 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_group_id | No | ||
| expense_account_id | No | References an [account object](#operation/v2ListAccounts) | |
| intern_description | No | ||
| deliverer_description | No |