Add Product (Smart AI Enhanced)
add_product_smartCreate a new e-commerce product and automatically generate an AI description when none is provided. Use it to add catalog items with SKU, name, price, and quantity.
Instructions
Create a new product with smart ai generated description if missing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | ||
| name | Yes | ||
| price | Yes | ||
| quantity | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| sku | Yes | ||
| name | Yes | ||
| price | Yes | ||
| quantity | Yes | ||
| created_at | No | ||
| updated_at | No | ||
| description | No |