Skip to main content
PUT
Update Coupon

Path Parameters

string
required
The unique code of the coupon to update

Request Body Parameters

All parameters are optional. Only provided fields will be updated.
string
Display name for the coupon
string
Description of the coupon
string
Type of discount. Available values: percent, fixed_amount
number
Discount value (percentage or fixed amount)
string
Coupon status. Available values: active, inactive
string
Start date for coupon validity (YYYY-MM-DD format)
string
End date for coupon validity (YYYY-MM-DD format)
integer
Maximum number of uses (0 = unlimited)
number
Minimum order amount required to use coupon
number
Maximum discount amount (for percentage discounts)

Example Request

Response