Create project (Product)
kiwi_create_projectCreate a new product in Kiwi TCMS by supplying a name, with optional description and classification details.
Instructions
Product.create. classification is a name or id; defaults to the first classification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| description | No | Optional product description | |
| classification | No | Classification name or id. Defaults to the first classification. |