bos_product_create
Creates a new product in the BOS ERP system by specifying name, price, and optional attributes like SKU, category, stock, and description.
Instructions
Create a new product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| sku | No | ||
| price | Yes | ||
| category_id | No | ||
| stock | No | ||
| description | No |