Simple Store
  • What is Simple Store?
  • Getting Started
    • Portal
      • Environments
      • Configuring Your Store
    • Creating Your First Product
    • QuickBuy
  • Concepts
    • Assets
      • Image Resizing
    • Cart
    • Categories
    • Configuration
    • Collections
    • Customers
    • Inventory
    • Orders
    • Payments
    • Pricing
    • Product
    • Rewards
    • Shipping
    • Specials
  • API
  • Front End Client APIs
  • Backend APIs
  • Pagination
  • Swagger References
Powered by GitBook
On this page
  • Portal View
  • Base Rewards Pricing Properties
  • Effective Rewards
  1. Concepts

Rewards

PreviousProductNextShipping

Last updated 5 years ago

Optionally the Simple Store platform supports rewards based pricing of products to support the purchase of product with points.

The rewards pricing of products comprises a specified base rewards price and a dynamically calculated effective rewards price.

Portal View

Base Rewards Pricing Properties

The base rewards pricing in points that has been assigned to the product via the console/api.

Element

Description

isEnabled

Rewards pricing is enabled

points

Product price in points

minPayAmount

Minimum payment amount for purchase

minPointsAmount

Minimum points amount for purchase

{
    "isEnabled":	boolean
    "points":	integer($int32)
    "minPayAmount":	number($decimal)
    "minPointsAmount":	number($decimal)
}

Effective Rewards

The effective rewards price is the calculated price in points of the product after specials, discounts or other modifiers have been applied to the product. It is accessible as read only properties on the Catalog > Product API Responses