docs: docs for next release (#13621)

* docs: docs for next release

* changes to opentelemetry dependencies

* document plugin env variables

* document admin changes

* fix vale error

* add version notes

* document campaign budget updates

* document campaign changes in user guide

* document chages in cluster mode cli

* documented once promotion allocation

* document multiple API keys support
This commit is contained in:
Shahed Nasser
2025-10-21 10:32:08 +03:00
committed by GitHub
parent f38f0f9aca
commit ed715813a5
54 changed files with 1621 additions and 252 deletions
@@ -69,6 +69,12 @@ A promotion's status is shown in the Promotions listing page, and in the promoti
## Edit Promotion's Details
<Note>
If any of the fields are not visible in your admin, contact your technical team to [update your Medusa version](!docs!/learn/update).
</Note>
To edit a promotion's general details:
1. Go to the promotion's details page.
@@ -78,8 +84,12 @@ To edit a promotion's general details:
- You can change the promotion's status to either **Draft**, **Active**, or **Inactive**. Inactive is useful if the promotion was originally active but you want to expire it.
- You can edit the promotion's method (whether it's applied manually or automatically) and code.
- Based on the promotion's type, you can change how the amount is discounted, either by a fixed amount or a percentage. You can also change the discounted amount.
- Based on the promotion's type, you can change how the promotion is applied, either on every applicable item or across all items in the cart.
- For example, if your promotion discounts an amount from applicable products in a cart, choosing **Each** applies the discount on each applicable product, whereas **Across** applies the discount across all applicable products.
- Based on the promotion's type, you can change how the promotion is applied:
- **Each**: The discount is applied to each applicable item in the cart.
- **Across**: The discount is applied across all applicable items in the cart.
- **Once**: The discount is applied to a specific number of applicable items in the cart, which is determined by the Maximum Quantity field.
- Based on the promotion's type, some of the above options may not be available. For example, for "Amount off order", only "Across" is available.
- You can edit the maximum quantity of applicable items that the promotion is applied to in the cart.
5. Once you're done, click the Save button.
![Edit Promotion Form](https://res.cloudinary.com/dza7lstvk/image/upload/v1739951499/User%20Guide/Screenshot_2025-02-19_at_9.51.26_AM_zylmig.png)