create_product
Create a new product in your store, specifying pricing, SKU, stock, category, and images.
Instructions
Create a new product. Common fields: name, slug, price, mrp, sku, stock, active, description, categoryId, images (string[]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Fields for the new product. Common fields: name, slug, price, mrp, sku, stock, active, description, categoryId, images (string[]). Call get_product on an existing record to see the full shape. |