# Rewards

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

<div align="left"><img src="/files/-M3urfD983sfHPYrMj7o" alt=""></div>

### Base Rewards Pricing Properties

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

{% tabs %}
{% tab title="Attributes" %}

| Element         | Description                         |
| --------------- | ----------------------------------- |
| isEnabled       | Rewards pricing is enabled          |
| points          | Product price in points             |
| minPayAmount    | Minimum payment amount for purchase |
| minPointsAmount | Minimum points amount for purchase  |
| {% endtab %}    |                                     |

{% tab title="Sample Object" %}

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

{% endtab %}
{% endtabs %}

### 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simplestore.io/concepts/rewards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
