docs: update price lists user guides (#11528)
This commit is contained in:
@@ -3,6 +3,7 @@ sidebar_position: 1
|
||||
---
|
||||
|
||||
import { EllipsisHorizontal, ArrowUpRightOnBox, EllipsisVertical } from "@medusajs/icons"
|
||||
import { Table } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `Manage Customers`,
|
||||
@@ -36,6 +37,29 @@ To view a customer’s details:
|
||||
|
||||

|
||||
|
||||
### Customer Type
|
||||
|
||||
At the top right of the first section, you can see a badge with the customer's type:
|
||||
|
||||
<Table>
|
||||
<Table.Header>
|
||||
<Table.Row>
|
||||
<Table.HeaderCell>Customer Type</Table.HeaderCell>
|
||||
<Table.HeaderCell>Description</Table.HeaderCell>
|
||||
</Table.Row>
|
||||
</Table.Header>
|
||||
<Table.Body>
|
||||
<Table.Row>
|
||||
<Table.Cell>Registered</Table.Cell>
|
||||
<Table.Cell>A customer that has registered in your store.</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>Guest</Table.Cell>
|
||||
<Table.Cell>A customer that has placed an order but hasn't registered in your store, or a customer that you created through the admin dashboard.</Table.Cell>
|
||||
</Table.Row>
|
||||
</Table.Body>
|
||||
</Table>
|
||||
|
||||
---
|
||||
|
||||
## Edit Customer Details
|
||||
|
||||
Reference in New Issue
Block a user