Files
medusa-store/www/apps/user-guide/app/customers/manage/page.mdx
T
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

53 lines
1.1 KiB
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_position: 1
---
import { EllipsisHorizontal } from "@medusajs/icons"
export const metadata = {
title: `Manage Customers`,
}
# {metadata.title}
In this document, youll learn how to manage customers and their details.
## Create a Customer
To create a customer:
1. Go to the Customers page.
2. Click the Create button.
3. In the form that opens, enter the customer's details such as first and last name, email, and password.
4. Once you're done, click the Create button.
---
## View Customer Details
To view a customers details:
1. Go to the Customers page.
2. Click on the customer you want to view.
---
## Edit Customer Details
To edit a customers details:
1. Go to a Customers details page.
2. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three dots" /> icon in the first section.
3. Choose Edit from the dropdown.
4. In the drawer that opens, edit the customers details.
5. Once youre done, click the Save button.
---
## View Customer Orders
To view the orders of a customer:
1. Go to a Customers details page.
2. Find the customer's orders under the Orders section.