# Group Price

<div align="left"><img src="https://3051673808-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-MKAp4OHqU-3exwbJPC8%2F-MKErnZMxwJ99Ners4qh%2Fsupported2.png?alt=media&#x26;token=53437c87-2c0b-4dbd-b978-6962cf82cba1" alt=""></div>

### Magento 2 group price configurations support: <a href="#groupprice-magento2grouppriceconfigurationssupport" id="groupprice-magento2grouppriceconfigurationssupport"></a>

| SETTING        | STATUS        | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| -------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Customer Group | **SUPPORTED** | Identifies the customer group that qualifies to receive the discount price.                                                                                                                                                                                                                                                                                                                                                                              |
| Price          | **SUPPORTED** | <p>Specifies a fixed or discount product price for members of the customer group, within the specific website. Options:<br><strong>Fixed</strong> - (Default) The discount price is entered as a fixed decimal value. For example, enter <code>9.99</code> as the discount price.<br><strong>Discount</strong> - The discount price is entered as a percentage (%) of the base product price. For example, enter <code>10</code> for a 10% discount.</p> |
| Quantity       | **SUPPORTED** | Specifies the quantity that is required to receive a [tier price](https://manual.scandipwa.com/v.4.4.0/catalog/managing-price/tier-price).                                                                                                                                                                                                                                                                                                               |
| Website        | **SUPPORTED** | Identifies the website where the group price rule applies. This option appears only if the installation has multiple websites.                                                                                                                                                                                                                                                                                                                           |

{% hint style="info" %}
**Caching Note**

The price will be updated on the front-end immediately after save as they are part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and a new cache entry will be stored.
{% endhint %}


---

# 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/v.4.4.0/catalog/managing-price/group-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.
