Unable to reduce usage limit as times used is greater than provided value
Unable to reduce usage limit as times used is greater than provided value.
Error Message | Usage limit is less than times already used (Times Used: %d, Usage Limit: %d) |
Error Code | discount_usage_limit_less_than_times_used |
Status Code | 400 |
Common causes
You're trying to change the
usage_limit
against a discount to a value that's less than thetimes_used
. This is not permitted.
Solutions
Increase the
usage_limit
so it's greater thantimes_used
.Set
usage_limit
tonull
if you'd like a discount to be used an unlimited amount of times.Archive the discount, then create another.
times_used
against the new discount starts at0
.