Skip to main content
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.
name
string

Name of the reward that the customer will receive when their points are redeemed.

Example:

"$5 off coupon"

points_price
integer

Number of points needed to purchase this reward.

Example:

"500"

points_product
object

A nested Points Product object representing the points product that this reward is based on.