Create a product (item)
create_itemMUTATES Quaderno data — create a product/item in the catalog. Provide name + unit_cost; use fields for any other attribute (code, description, tax_class, tax_type, currency, country, stock). Quaderno API: POST /items. Returns the created item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | SKU / product code. | |
| kind | No | Whether it is a one-off or a subscription product. | |
| name | Yes | Product name. | |
| fields | No | Additional raw Quaderno fields merged into the request body (escape hatch for any field not typed above). | |
| currency | No | ISO 4217 currency code. | |
| unit_cost | Yes | Unit price of the product. | |
| product_type | No | Whether the product is a good or a service. |