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:
@@ -44,7 +44,13 @@ Here, you can see a list of all the secret API keys for the logged-in user. You
|
||||
|
||||
## Create Secret API Key
|
||||
|
||||
When you create a secret API key, you create it for the currently logged-in user. A user can have one active secret key at a time. So, if you already have one, you must [revoke it](#revoke-secret-api-key) before creating a new one.
|
||||
When you create a secret API key, you create it for the currently logged-in user.
|
||||
|
||||
<Note>
|
||||
|
||||
Prior to [Medusa v2.11.0], users could only have one active secret API key at a time. To create a new secret API key, you had to [revoke](#revoke-secret-api-key) the existing key first. If you can't create multiple secret API keys, request your technical team to [upgrade your Medusa application](!docs!/learn/update).
|
||||
|
||||
</Note>
|
||||
|
||||
To create a new secret API key for the currently logged-in user:
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ To create a stock location:
|
||||
To view the details of a location:
|
||||
|
||||
1. Go to Settings → Locations.
|
||||
2. Click on "View details" in the header of the location's section.
|
||||
2. Click on the location you want to view.
|
||||
|
||||
This opens the location's details page where you can also manage the location.
|
||||
|
||||
|
||||
@@ -19,19 +19,31 @@ export const metadata = {
|
||||
|
||||
In the Locations & Shipping settings, you can manage stock locations and their shipping options, and other shipping-related configurations, such as shipping profiles.
|
||||
|
||||
## Overview
|
||||
|
||||
### Stock Locations
|
||||
|
||||
A stock location:
|
||||
|
||||
- Is associated with sales channels. Orders from these sales channels are fulfilled from this location.
|
||||
- Has fulfillment providers that can be used in that location. For example, you can use UPS in the United States and DHL in Europe.
|
||||
- Has shipping and pick up modes that you can add shipping options to. These are the shipping options used to fulfill items from this stock location.
|
||||
|
||||
### Shipping Profiles
|
||||
|
||||
A shipping profile groups similar products that require a different way of fulfillment. For example, fragile products are fulfilled differently than normal products. You can then provide shipping options specific for products that belong to the Fragile shipping profile.
|
||||
|
||||
### Shipping Option Types
|
||||
|
||||
A shipping option type groups shipping options with similar characteristics. For example, you can group all express shipping options together and apply a promotion to all of them at once.
|
||||
|
||||
---
|
||||
|
||||
## View Location & Shipping Settings
|
||||
|
||||
To view location and shipping settings, go to Settings → Locations & Shipping.
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ You can also go back to the main sidebar by clicking the <InlineIcon Icon={Arrow
|
||||
- [Manage Regions](./regions/page.mdx)
|
||||
- [Manage Tax Regions](./tax-regions/page.mdx)
|
||||
- [Manage Return Reasons](./return-reasons/page.mdx)
|
||||
- [Manage Refund Reasons](./refund-reasons/page.mdx)
|
||||
- [Manage Sales Channels](./sales-channels/page.mdx)
|
||||
- [Manage Product Types](./product-types/page.mdx)
|
||||
- [Manage Product Tags](./product-tags/page.mdx)
|
||||
|
||||
@@ -0,0 +1,88 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
sidebar_label: "Manage Refund Reasons"
|
||||
tags:
|
||||
- user guide
|
||||
- order
|
||||
products:
|
||||
- order
|
||||
---
|
||||
|
||||
import { EllipsisHorizontal } from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Manage Refund Reasons in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
In this guide, you’ll learn what refund reasons are and how to manage them.
|
||||
|
||||
<Note>
|
||||
|
||||
Refund reason management is available from [Medusa Admin v2.11.0](https://github.com/medusajs/medusa/releases/tag/v2.11.0). If you don't see the Refund Reasons option in your Medusa Admin, request your technical team to [upgrade your Medusa application](!docs!/learn/update).
|
||||
|
||||
</Note>
|
||||
|
||||
## What's a Refund Reason?
|
||||
|
||||
A refund reason is a predefined reason for refunding an order. It helps you categorize and track refunds in your store.
|
||||
|
||||
When [processing a refund](../../orders/payments/page.mdx#refund-payment), you can select a reason from the list of refund reasons you have set up.
|
||||
|
||||
---
|
||||
|
||||
## View Refund Reasons
|
||||
|
||||
To view refund reasons in your store, go to Settings → Refund Reasons. Here, you can see a list of all the refund reasons you have set up in your store. You can also search, filter, and sort the refund reasons to find the one you are looking for.
|
||||
|
||||
Medusa adds some default refund reasons to your store. You can use or [delete](#delete-a-refund-reason) them.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Create Refund Reason
|
||||
|
||||
To create a refund reason:
|
||||
|
||||
1. Go to Settings → Refund Reasons.
|
||||
2. Click the Create button in the main section's header.
|
||||
3. In the form that opens:
|
||||
- **Label**: Enter what is shown to customers or admin users.
|
||||
- **Code**: Enter a unique identifier for the reason that's used internally. It's recommended to use only lowercase letters and underscores (`_`). For example, `pricing_error`.
|
||||
- **Description**: Enter an optional description for the refund reason.
|
||||
4. Once done, click the Save button.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Edit a Refund Reason
|
||||
|
||||
To edit a refund reason:
|
||||
|
||||
1. Go to Settings → Refund Reasons.
|
||||
2. Find the refund reason to edit and click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon in its row.
|
||||
3. Choose Edit from the dropdown.
|
||||
4. In the side window that opens, you can edit the refund reason's code, label, and description.
|
||||
5. Once you're done, click the Save button.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Delete a Refund Reason
|
||||
|
||||
<Note type="warning">
|
||||
|
||||
Deleting a refund reason is irreversible.
|
||||
|
||||
</Note>
|
||||
|
||||
To delete a refund reason:
|
||||
|
||||
1. Go to Settings → Refund Reasons.
|
||||
2. Find the refund reason to delete and click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon in its row.
|
||||
3. Choose Delete from the dropdown.
|
||||
4. Confirm deleting the refund reason by clicking the Delete button in the pop-up.
|
||||
Reference in New Issue
Block a user