--- description: "Price Lists are special prices applied to products based on a set of conditions. Learn about the available features and guides." --- import DocCardList from '@theme/DocCardList'; import DocCard from '@theme/DocCard'; import Icons from '@theme/Icon'; # Price Lists Price Lists are special prices applied to products based on a set of conditions. This overview introduces the available features related to price lists. :::note Looking for Discounts? You can find the [Discounts guide here](../discounts/overview.mdx). ::: ## Features ### Price Lists Management Admins can manage price lists to add special prices for products based on defined conditions, such as the group of the customer viewing the product. The price list can be used for a sale or to override prices of some products. Developers can change the default logic behind how prices are selected to be shown to the customer. ### Import Prices Admins can import prices into a price list from CSV files. Developers can import the prices from CSV files using the Admin APIs. They can also customize the import strategy. --- ## Understand the Architecture Learn how price list-related entities and concepts are built, their relation to other modules, and more. --- ## Related Modules Discover Price List’s relation to other modules in Medusa