# Promotions Configurations

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

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

ScandiPWA supports the most popular default Magento settings for setting up the promotion:&#x20;

| SECTION                        | STATUS        | DESCRIPTION                                                                                                                                                                                                                                                      |
| ------------------------------ | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Cart Price Rules               | **SUPPORTED** | Cart price rule conditions can be based on any category that is a child of the store’s root. Price rules are set up in advance and spring into action whenever the required conditions are met.                                                                  |
| Coupon Codes                   | **SUPPORTED** | Coupons codes are used with cart price rules to apply a discount when a set of conditions is met. To apply the coupon to a purchase, the customer can enter the coupon code in the cart.                                                                         |
| Free Shipping Promotion        | **SUPPORTED** | Free shipping can be offered as a promotion, either with or without a coupon. To expand upon this basic capability, you can use shopping cart price rules to create complex conditions based on multiple product attributes, cart contents, and customer groups. |
| Buy X Get Y Free               | **SUPPORTED** | "Buy X Get Y Free" is set up as a cart price rule promotion and determines how many items a customer must purchase to get Y qty of the item for free.                                                                                                            |
| Discount with Minimum Purchase | **SUPPORTED** | Cart price rules can be used to offer a percentage discount based on a minimum purchase. For example, apply a 25% discount to all purchases over $200.00 in a specific category.                                                                                 |
| Catalog Price Rules            | **SUPPORTED** | 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.                                                          |

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

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

{% file src="<https://3440518709-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-M_UyUOIlK4MMzZw7NtE%2F-M_VK3XbIvcKaG5Qu10C%2Fscandipwa_%20ScandiPWA%20-%20Promotions.pdf?alt=media&token=9f0f7863-13ca-46f6-9096-ed6c128dc30b>" %}
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.5/promotions/promotions-configurations.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.
