Object references
Customer points product object
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.Documentation Index
Fetch the complete documentation index at: https://dev.smile.io/llms.txt
Use this file to discover all available pages before exploring further.
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.