chore(feature-flags): Remove OrderEditing feature flag (#3006)
This commit is contained in:
committed by
GitHub
parent
d2c692aa96
commit
9e3beaf531
@@ -5,17 +5,6 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
In this document, you’ll learn how to create an order edit using the Admin API endpoints.
|
||||
|
||||
:::note
|
||||
|
||||
The Order Editing feature is currently in beta mode and guarded by a feature flag. To use Order Editing either:
|
||||
|
||||
1. Enable the `MEDUSA_FF_ORDER_EDITING` environment variable;
|
||||
2. Or enable the `order_editing` key in the Medusa server's settings.
|
||||
|
||||
You can learn more about enabling it in the [feature flags](../backend/feature-flags/toggle.md) documentation.
|
||||
|
||||
:::
|
||||
|
||||
## Overview
|
||||
|
||||
The Admin API can be used to edit a customer’s order using the Order Editing feature.
|
||||
|
||||
@@ -1492,17 +1492,6 @@ Object of the following format:
|
||||
|
||||
This section holds all events related to order edits.
|
||||
|
||||
:::note
|
||||
|
||||
As of Medusa v1.3.9, Order Edits are available but guarded by a feature flag. To use Order Edits either:
|
||||
|
||||
1. Enable the `MEDUSA_FF_ORDER_EDITING` environment variable;
|
||||
2. Or enable the `order_editing` key in the Medusa server's settings.
|
||||
|
||||
You can learn more about enabling it in the [feature flags](../feature-flags/toggle.md) documentation.
|
||||
|
||||
:::
|
||||
|
||||
<table class="reference-table">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -1671,17 +1660,6 @@ Object of the following format:
|
||||
|
||||
This section holds all events related to order edit item changes.
|
||||
|
||||
:::note
|
||||
|
||||
As of Medusa v1.3.9, Order Edits are available but guarded by a feature flag. To use Order Edits either:
|
||||
|
||||
1. Enable the `MEDUSA_FF_ORDER_EDITING` environment variable;
|
||||
2. Or enable the `order_editing` key in the Medusa server's settings.
|
||||
|
||||
You can learn more about enabling it in the [feature flags](../feature-flags/toggle.md) documentation.
|
||||
|
||||
:::
|
||||
|
||||
<table class="reference-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@@ -5,17 +5,6 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
In this document, you’ll learn how to allow a customer to confirm or decline an Order Edit.
|
||||
|
||||
:::note
|
||||
|
||||
The Order Editing feature is currently in beta mode and guarded by a feature flag. To use Order Editing either:
|
||||
|
||||
1. Enable the `MEDUSA_FF_ORDER_EDITING` environment variable;
|
||||
2. Or enable the `order_editing` key in the Medusa server's settings.
|
||||
|
||||
You can learn more about enabling it in the [feature flags](../backend/feature-flags/toggle.md) documentation.
|
||||
|
||||
:::
|
||||
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
Reference in New Issue
Block a user