> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/shopware/shopware6_en_us/onboarding-and-best-practices/plan-price-campaigns.md).

# Plan Price Campaigns

Campaign prices, seasonal prices, and volume discounts can be rolled out on a schedule – and thanks to PATCH updates, **without duplicates**.

{% stepper %}
{% step %}
**Prepare the prices**

Enter the campaign prices as special prices or tiered prices with a **start date** and **end date**.
{% endstep %}

{% step %}
**Check the periods**

Lines with a future start date are only transferred once they become valid; expired lines are removed automatically.
{% endstep %}

{% step %}
**Upload & monitor**

Upload the prices and check the status in the [Price List Overview & Sync Status](/shopware/shopware6_en_us/price-and-inventory-management/price-list-overview-and-sync-status.md).
{% endstep %}
{% endstepper %}

{% hint style="info" %}
When price periods change, the existing **Web-ID** is reused and the price is updated via PATCH – so no duplicate entries are created. For details, see [Price Upload Without Duplicates](/shopware/shopware6_en_us/price-and-inventory-management/price-upload-without-duplicates.md).
{% endhint %}

{% hint style="warning" %}
Test a campaign in advance with a small number of items and check how it appears in the shop before rolling it out widely.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/shopware/shopware6_en_us/onboarding-and-best-practices/plan-price-campaigns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
