put https://api.getansa.com/v1/merchants//promo-codes/
Update an existing Promo Code. The valid fields to update are: amount
, isActive
, startDate
, and endDate
. Once a code is inactive (isActive
= false), no more updates can be applied. To reuse the same code
text, simply create a new promo code. Any update to promo codes will not retroactively apply to users that have already redeemed this code.
Authorization Scope
Only the merchant secret key is authorized to call this endpoint.