www/apps/user-guide/app/price-lists/manage/page.mdx
import { EllipsisHorizontal } from "@medusajs/icons" import { Table } from "docs-ui"
export const metadata = {
title: Manage Price Lists in Medusa Admin,
}
In this guide, you’ll learn how to manage price lists and their related information.
To view a price list’s details:
This will open the price list's details page.
In the first section's header, you'll find the price list's status. It can be one of the following:
<Table> <Table.Header> <Table.Row> <Table.HeaderCell>Status</Table.HeaderCell> <Table.HeaderCell>Description</Table.HeaderCell> </Table.Row> </Table.Header> <Table.Body> <Table.Row> <Table.Cell>Draft</Table.Cell> <Table.Cell>The price list is not active and can't be used.</Table.Cell> </Table.Row> <Table.Row> <Table.Cell>Active</Table.Cell> <Table.Cell>The price list is active and can be used.</Table.Cell> </Table.Row> <Table.Row> <Table.Cell>Scheduled</Table.Cell> <Table.Cell>The price list has a start date in the future. Once the start date is reached, the price list becomes active.</Table.Cell> </Table.Row> <Table.Row> <Table.Cell>Expired</Table.Cell> <Table.Cell>The price list has an end date that has passed. The price list can't be used.</Table.Cell> </Table.Row> </Table.Body> </Table>To edit a price list's details:
<Note title="Tip">To edit a price list's start and expiry dates, or customer availability, refer to the Edit Price List Configurations section.
</Note>A price list's configurations include the start and expiry dates, and customer availability.
From the price list's details page, you can manage the products in the price list.
To add products to a price list:
To remove products from a price list:
From the price list's details page, you can manage the price overrides of the products in the price list.
To edit the prices of the products in the price list:
Deleting a price list is irreversible.
</Note>To delete a price list: