create_product
Add a product to your catalog by entering name, price, VAT, and unit, with optional custom fields and notes.
Instructions
Creates new product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | Number | |
| name | Yes | Name | |
| description | No | Description | |
| notes | No | Notes | |
| category_id | No | Category id | |
| including_vat | Yes | Including vat | |
| vat | Yes | Vat | |
| unit_id | Yes | Unit id | |
| price | Yes | Price | |
| price_purchase | No | Price purchase | |
| default_amount | No | default value: 1 | |
| custom_fields | No | custom fields values |