create_product
Create a product in Creem for one-time payments or recurring subscriptions. Specify name, price, currency, billing type, and optional billing period and tax category.
Instructions
Create a new product in Creem. Products can be one-time payments or recurring subscriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| description | No | Product description | |
| price | Yes | Price in cents (e.g., 1000 = $10.00) | |
| currency | No | Currency code (default: EUR) | EUR |
| billing_type | Yes | Billing type | |
| billing_period | No | Billing period for recurring products (e.g., every-month, every-year) | |
| tax_category | No | Tax category (default: saas) | saas |
| image_url | No | Product image URL |