Customer Points Products
Customer Points Product object
Reference for the customer points product object in the JavaScript SDK.
A customer points product is a version of a points product that is specific to the currently logged-in customer. It handles the logic of dealing with fixed vs. variable reward types and represents a specific reward that the customer can redeem their points for. Customer points products can be preloaded.
Name of the reward that the customer will receive when their points are redeemed.
Example:
"$5 off coupon"
Number of points needed to purchase this reward.
Example:
"500"
A nested Points Product object representing the points product that this reward is based on.