35 lines
1015 B
Plaintext
35 lines
1015 B
Plaintext
---
|
||
sidebar_autogenerate_exclude: true
|
||
---
|
||
|
||
export const metadata = {
|
||
title: `Customers`,
|
||
}
|
||
|
||
# {metadata.title}
|
||
|
||
In this document, you’ll 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 Customer’s Details](./manage/page.mdx)
|
||
- [Manage and View a Customer Group](./groups/page.mdx)
|