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
@@ -61,7 +61,9 @@ In this example, you retrieve the product variants' inventory quantity by passin
A variant is in stock if:
1. Its `manage_inventory`'s value is `false`, meaning that Medusa doesn't keep track of its inventory.
2. If its `inventory_quantity`'s value is greater than `0`. This property is only available on variants whose `manage_inventory` is `false`.
2. If its `inventory_quantity`'s value is greater than `0`.
- This property is only available on variants whose `manage_inventory` is `false`.
- If the variant doesn't have inventory levels in the stock location associated with the API's scope, its `inventory_quantity` will be `null`.
---