Create Coupon
create_couponCreate a discount coupon for an OpenCart store, enabled immediately and valid from today with percentage or fixed amount discounts.
Instructions
Create a discount coupon, enabled and valid from today. type: 'P' = percentage, 'F' = fixed amount. uses_total=0 = unlimited total uses; uses_per_customer=0 = unlimited per customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| name | Yes | ||
| type | No | P | |
| discount | Yes | ||
| days_valid | No | ||
| uses_total | No | ||
| free_shipping | No | ||
| logged_in_only | No | ||
| min_order_total | No | ||
| uses_per_customer | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |