docs: replaced admin features overview with the required linking section (#2338)
* docs: Replaced admin features overview with the corresponding link section * Update docs/content/admin/quickstart.md Co-authored-by: Shahed Nasser <shahednasser@gmail.com> * Update docs/content/admin/quickstart.md Co-authored-by: Shahed Nasser <shahednasser@gmail.com> * docs: Removed empty line. Co-authored-by: Marcos Rodríguez <marcos.rodriguez.partner@decathlon.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
@@ -107,49 +107,11 @@ For more details about the Admin CORS configuration, check out the [Configure yo
|
||||
|
||||
:::
|
||||
|
||||
## Admin Features Overview
|
||||
## Admin User Guide
|
||||
|
||||
### Order Management
|
||||
Medusa admin provides a lot of ecommerce features including managing Return Merchandise Authorization (RMA) flows, store settings, products, orders, and much more.
|
||||
|
||||
In the Medusa admin, you can view all orders in your store and their details. You can fulfill orders, capture payments, and track order history. You can also create and manage return requests, swaps, and claims.
|
||||
|
||||

|
||||
|
||||
### Product Management
|
||||
|
||||
In the Medusa admin, you can manage your store’s products. You can create products, add their description and images, create variants with multiple options, set different prices for different currencies, and manage inventory.
|
||||
|
||||
:::note
|
||||
|
||||
To upload images and save products, you need to integrate a file storage plugin. You can use [DigitalOcean Spaces](../add-plugins/spaces), [S3](../add-plugins/s3), or [MinIO](../add-plugins/minio).
|
||||
|
||||
:::
|
||||
|
||||

|
||||
|
||||
### Customer Management
|
||||
|
||||
In the Medusa admin, you can manage your store’s customers. You can manage their information and get a close-up on their orders.
|
||||
|
||||

|
||||
|
||||
### Discounts Management
|
||||
|
||||
In the Medusa admin, you can manage your store’s discounts. You can create and manage discounts created for all products or specific products. Discounts can also be of a fixed amount or free shipping. You can also customize the discount code, its expiry date, its description, and more.
|
||||
|
||||

|
||||
|
||||
### Gift Cards Management
|
||||
|
||||
In the Medusa admin, you can manage your store’s gift card products. You can create a gift card product with images and descriptions. You can specify unlimited denominations as well.
|
||||
|
||||

|
||||
|
||||
### Settings Management
|
||||
|
||||
In the Medusa admin, you can manage your store’s overall settings. These include your store’s regions, fulfillment providers, payment providers, your store’s users, and more.
|
||||
|
||||

|
||||
You can learn more about Medusa admin and its features in the [User Guide](../user-guide/index.mdx).
|
||||
|
||||
## What’s Next 🚀
|
||||
|
||||
|
||||
Reference in New Issue
Block a user