Create Product
create_productCreate a new Stripe product with name, description, active status, metadata, and optional inline price setup including recurring billing. Use idempotency key for safe retries.
Instructions
Create a new Stripe product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| description | No | Product description | |
| active | No | Whether the product is active (default true) | |
| metadata | No | Metadata | |
| default_price_data | No | Inline price creation | |
| idempotency_key | No | Optional idempotency key for safe retries |