create_discount
Generate discount codes for Lemon Squeezy stores to apply percentage or fixed-amount reductions with configurable duration settings.
Instructions
Create a new discount code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | Yes | The store ID | |
| name | Yes | Discount name | |
| code | Yes | Discount code | |
| amount | Yes | Discount amount | |
| amountType | Yes | Discount type: 'percent' or 'fixed' | |
| duration | Yes | Duration: 'once', 'forever', or 'repeating' | |
| durationInMonths | No | Optional: Duration in months if repeating |