This webhook is fired when a customer is close to moving up a tier. The
constraint (i.e. how close a customer should be to the next tier before this
webhook is sent) can be configured in your LoyaltyLion admin.To subscribe to this webhook, your access token needs to contain the
read_customers scope.
This webhook has a 7 day cool-down period per individual customer
The lower bound of the tier. For spend-based tiers, this will be a decimal value, e.g. a lower bound of $100 will be 100.00For point-based tiers, this value will be divided by 100. To get the correct value for the bound, multiply it by 100. For example, if the lower bound of the tier is 5000, the value returned will be 50.00
The upper bound of the tier. For spend-based tiers, this will be a decimal value, e.g. a lower bound of $100 will be 100.00For point-based tiers, this value will be divided by 100. To get the correct value for the bound, multiply it by 100. For example, if the lower bound of the tier is 5000, the value returned will be 50.00This will be null if there is no upper bound for the tier.
The lower bound of the tier. For spend-based tiers, this will be a decimal value, e.g. a lower bound of $100 will be 100.00For point-based tiers, this value will be divided by 100. To get the correct value for the bound, multiply it by 100. For example, if the lower bound of the tier is 5000, the value returned will be 50.00
The upper bound of the tier. For spend-based tiers, this will be a decimal value, e.g. a lower bound of $100 will be 100.00For point-based tiers, this value will be divided by 100. To get the correct value for the bound, multiply it by 100. For example, if the lower bound of the tier is 5000, the value returned will be 50.00This will be null if there is no upper bound for the tier.