> For the complete documentation index, see [llms.txt](https://manual.scandipwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.scandipwa.com/v5.2.4/catalog/managing-price/special-price.md).

# Special Price

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

Special price can be applied to a **specific period of time** by changing the start and end dates "from" and "to".&#x20;

### Magento 2 special price configurations support: <a href="#specialprice-magento2specialpriceconfigurationssupport" id="specialprice-magento2specialpriceconfigurationssupport"></a>

| SETTING                 | STATUS        | DESCRIPTION                                                            |
| ----------------------- | ------------- | ---------------------------------------------------------------------- |
| Special Price           | **SUPPORTED** | Determines the discounted amount                                       |
| Special Price From / To | **SUPPORTED** | Determines the Start Date and End Date for the special price promotion |

{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.2.4/catalog/managing-price/special-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.
