Loyalty API
RedemptionConfiguration2
Describes point redemption limitations imposed by the shop.
Properties
Monetary value of 1 loyalty point.
min
integerrequiredMinimum number of redeemable points (1 ... ∞)
max
integer | nulloptionalMaximum number of points redeemable in this store in a single operation (1 ... ∞), null if unlimited
step
integerrequiredPoints can only be redeemed in multiples of this number (1 ... ∞)
Valid redeemable amounts are
(min + n * step)
, i.e.min
,(min + step)
,(min + 2*step)
, etc.buckets
array of integeroptionalIf the shop only allows redemption of particular point amounts, specifies those amount.
If
buckets
is configured, you should ignoremin
andstep
.