Increases the remaining number of times the specified user can use the coupon.
User limit API allows you to limit the number of times users can use a coupon. For configuring the user limit itself, go to the Admin section:
Successfully received coupon limits for a user.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "user": {
- "user_external_id": "d342dad2-9d59-11e9-a384-42010aa8003f"
}, - "available": 1
}
{- "per_user": {
- "total": 10,
- "available": 9
}
}