create_product
Create a product with a name and category. Optionally add a description, internal ID, or SKU.
Instructions
Create a product. POST /products. Required: name, category. Optional: description, internalProductId, sku.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name (required) | |
| category | Yes | Category (required) | |
| description | No | Description | |
| internalProductId | No | Internal product ID | |
| sku | No | SKU |