# Catalog Price Rules

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

Catalog price rules can be used to selectively offer products at a discounted price, based on a set of conditions. Catalog price rules are triggered before a product is placed into the shopping cart.

### Create a Catalog Price Rule

1. On the Admin sidebar, go to Marketing > Promotions > **Catalog Price Rules**
2.

```
Click on **Add New Rule**
```

3. Fill out all of the required fields.
4. Tap **Save.**

Below you can find the list of catalog price rules options that are supported by ScandiPWA:

| **FIELD**                | STATUS        | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ------------------------ | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Rule Name                | **SUPPORTED** | The name of the rule is for internal reference.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Description              | **SUPPORTED** | A description of the rule which includes the purpose of the rule, and explains how it is used.                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Status                   | **SUPPORTED** | Determines if the rule is currently active in the store. Options: "Yes" or "No"                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Websites                 | **SUPPORTED** | Identifies the websites where the rule can be used.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Customer Groups          | **SUPPORTED** | Identifies the customer groups to which the rule applies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| From                     | **SUPPORTED** | Specifies the first day the price rule is in effect. If left blank, the price rule goes into effect as soon as it is saved.                                                                                                                                                                                                                                                                                                                                                                                                           |
| To                       | **SUPPORTED** | Specifies the last day the price rule is in effect. If left blank, the price rule continues indefinitely.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Priority                 | **SUPPORTED** | A number that indicates the priority of this rule in relation to others.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Conditions               | **SUPPORTED** | Specifies the conditions that must be met before the catalog price rule goes into action. If left blank, the rule applies to all products.                                                                                                                                                                                                                                                                                                                                                                                            |
| Actions                  | **SUPPORTED** | <p>Determines the type of calculation that is applied to the purchase. Options:</p><ul><li>Apply as a percentage of the original - Discounts items by subtracting a percentage of the regular price.</li><li>Apply as fixed amount - Discounts item by subtracting a fixed amount from the regular price.</li><li>Adjust final price to this percentage - Adjusts the final price by a percentage of the regular price.</li><li>Adjust final price to discount value - Sets the final price to a fixed, discounted amount. </li></ul> |
| Discount Amount          | **SUPPORTED** | The amount of discount that is offered                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Discard Subsequent Rules | **SUPPORTED** | Determines if additional rules can be applied to this purchase. Options: "Yes" or "No".                                                                                                                                                                                                                                                                                                                                                                                                                                               |

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="/files/-M\_VJxQqMB\_fk-7K9fvh" %}
Promotions - Test Cases
{% endfile %}


---

# 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://manual.scandipwa.com/v5.3.4/promotions/catalog-price-rules.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.
