# Managing Price

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

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

ScandiPWA supports the most popular pricing options for your website. You can apply multiple pricing rules at the product level when setting up your promotions:&#x20;

1. Go to Admin > Catalog > Products.
2. Open the product in edit mode.
3. Under **Price**, click **Advanced Pricing**.
4. Follow the instructions for the type of advanced pricing that is needed.
5. Save product.

| SECTION                                                                            | STATUS        | DESCRIPTION                                                                                                                                                                                                    |
| ---------------------------------------------------------------------------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Group Price](https://manual.scandipwa.com/catalog/managing-price/group-price)     | **SUPPORTED** | A different promotional price can be applied to a specific customer group.                                                                                                                                     |
| [Special Price](https://manual.scandipwa.com/catalog/managing-price/special-price) | **SUPPORTED** | A special price can be offered for a designated period of time. During the specified time period, the special price appears instead of the regular price, followed by a notation that shows the regular price. |
| [Tier Price](https://manual.scandipwa.com/catalog/managing-price/tier-price)       | **SUPPORTED** | Tier pricing lets you offer a quantity discount from a product listing or product page in the storefront. The discount can be applied to a specific store view or customer group.                              |

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

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

{% file src="/files/-M\_\_dnHCIDvbRb4oo7\_P" %}
Managing Price - 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.1.1/catalog/managing-price.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.
