Files
medusa-store/www/apps/user-guide/app/customers/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

35 lines
1015 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_autogenerate_exclude: true
---
export const metadata = {
title: `Customers`,
}
# {metadata.title}
In this document, youll get an overview of the customer listing page.
## Overview
The Customers page shows you the list of registered customers in your store. For each of those customers, view details such as their orders, or personal information.
Part of the Customers domain is also Customer Groups. Customer groups allow you to put together a set of customers for business purposes.
For example, you can create a VIP customer group for customers that you want to give special discounts.
---
## View List of Customer Groups
To view the list of customer groups, go to the Customers page, then go to the Customer Groups sub-item in the sidebar.
On the Customer Groups page, you'll find the list of customer groups with their details.
---
## Learn More About Customers
- [Manage and View a Customers Details](./manage/page.mdx)
- [Manage and View a Customer Group](./groups/page.mdx)