create_product
Add a new product to your Karrito catalog by providing name and price, plus optional details like image, category, and description.
Instructions
Create a new product in your Karrito catalog. Requires KARRITO_API_KEY environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| price | Yes | Product price in store currency | |
| imageUrl | No | Product image URL | |
| categoryId | No | Category ID to assign the product to | |
| description | No | Product description |