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:
Marcos Rodríguez
2022-10-04 16:28:04 +02:00
committed by GitHub
parent 4836127e9e
commit 34331708da

View File

@@ -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.
![Order Management](https://i.imgur.com/aE0wOHA.png)
### Product Management
In the Medusa admin, you can manage your stores 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).
:::
![Product Management](https://i.imgur.com/hgqqv4p.png)
### Customer Management
In the Medusa admin, you can manage your stores customers. You can manage their information and get a close-up on their orders.
![Customer Management](https://i.imgur.com/bPAImGY.png)
### Discounts Management
In the Medusa admin, you can manage your stores 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.
![Discounts Management](https://i.imgur.com/CUUcLba.png)
### Gift Cards Management
In the Medusa admin, you can manage your stores gift card products. You can create a gift card product with images and descriptions. You can specify unlimited denominations as well.
![Gift Cards Management](https://i.imgur.com/243IhXA.png)
### Settings Management
In the Medusa admin, you can manage your stores overall settings. These include your stores regions, fulfillment providers, payment providers, your stores users, and more.
![Settings Management](https://i.imgur.com/MJc92CU.png)
You can learn more about Medusa admin and its features in the [User Guide](../user-guide/index.mdx).
## Whats Next 🚀