* implement toc * added to projects * fixes and adapt for references * added product frontmatter * remove action menu from 404 pages
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
---
|
|
sidebar_autogenerate_exclude: true
|
|
sidebar_label: "Price Lists Overview"
|
|
tags:
|
|
- user guide
|
|
- pricing
|
|
products:
|
|
- pricing
|
|
---
|
|
|
|
export const metadata = {
|
|
title: `Price Lists in Medusa Admin`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
The Price Lists domain allow you to manage custom product pricing for customer groups in your store. These prices can be either for a sale or to override the default prices for specific customer groups.
|
|
|
|
For example, you can utilize price lists to provide customers in the B2B customer group different pricing, allowing you to support B2B and B2C customers in the same store.
|
|
|
|
You can view the list of price lists in your commerce store by clicking on Price Lists from the sidebar menu.
|
|
|
|
In the list, you can see price list details such as title and status. You can also search, filter, and sort the price lists to find the specific one you are looking for.
|
|
|
|
<Note title="Tip">
|
|
|
|
Find tips to use lists effectively in [this guide](../tips/lists/page.mdx).
|
|
|
|
</Note>
|
|
|
|

|
|
|
|
---
|
|
|
|
## Manage Price Lists
|
|
|
|
- [Create Price List](./create/page.mdx)
|
|
- [Manage Price Lists](./manage/page.mdx)
|