--- sidebar_autogenerate_exclude: true --- export const metadata = { title: `Discounts`, } # {metadata.title} In this document, you’ll get an overview of types of discounts and the Discounts page. ## Overview You can create discounts of different types in Medusa that customers use on checkout: - **Percentage Discounts** to deduct a percentage of the total amount of an order. - **Fixed Discounts** to deduct a fixed amount from the total amount of an order. - **Free Shipping** to override the delivery amount of an order and make it free. Discounts are in the form of a code that your customers use. Discounts have conditions and options, such as start and end dates, or what products is the discount applied to. --- ## View List of Discounts You can view the list of available discounts in your ecommerce store by clicking on Discounts from the sidebar menu. The list shows discount details such as the code, description, value, and status. --- ## Learn More About Discounts - [Create a Discount](./create/page.mdx) - [Manage Discounts](./manage/page.mdx)