Limit the number of discount coupon uses
Last updated
Was this helpful?
Last updated
Was this helpful?
Discount coupons can additionally be limited by the number of their uses. This allows you to create one-time use coupons for customers.
If you have an existing discount coupon, you can limit its usage to new or regular customers only with the following API call:
where usesLimit
must be one of:
UNLIMITED
- no uses limit (use it to remove the limitation).
ONCEPERCUSTOMER
- discount coupon can be applied only once by every customer. Unique customers are defined by the email they enter at the checkout.
SINGLE
- discount coupon can be applied only once.
Change STOREID
with your store ID, DISCOUNTCOUPONID
with the discount coupon ID (), and the secret_token
with the secret access token of your app.