Loyalty API

RedemptionConfiguration2

Describes point redemption limitations imposed by the shop.

Properties

  • pt_valuemonetaryrequired

    Monetary value of 1 loyalty point.

  • minintegerrequired

    Minimum number of redeemable points (1 ... ∞)

  • maxinteger | nulloptional

    Maximum number of points redeemable in this store in a single operation (1 ... ∞), null if unlimited

  • stepintegerrequired

    Points 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.

  • bucketsarray of integeroptional

    If the shop only allows redemption of particular point amounts, specifies those amount.

    If buckets is configured, you should ignore min and step.

Previous
CustomerRollingPointExpiration3