{"section":"tracks","requestedLocale":"en","requestedSlug":"adding-a-fixed-price","locale":"en","slug":"adding-a-fixed-price","path":"docs/en/tracks/vtex-modules-getting-started/prices-101/adding-a-fixed-price.md","branch":"main","content":"There are three ways to create a fixed price:\n\n- [Via the Pricing module in the Admin](#admin)\n- [Via the fixed price template](/en/docs/tracks/exporting-and-importing-via-a-price-spreadsheet)\n- [Via Pricing API](#pricing-api)\n\n## Admin\n\nTo create a fixed price in the Admin, follow the steps below.\n\n<ol>\n    <li>In the VTEX Admin, go to <strong>Prices &gt; Price list<strong>, or type <strong>Price list<strong> in the search bar at the top of the page.</li>\n    <li>Click on `Price tables`.</li>\n    <li>Select the desired price table.</li>\n    <li>Select a SKU price cell from the price table.</li>\n    <li>Click on **Define fixed prices**.</li>\n    <li>Click on **Not defined**.</li>\n    <li>Fill in the fields.</li>\n    <ul>\n        <li>**Minimum quantity:** the minimum quantity of the item that needs to be added to the cart for the fixed price to be applied.</li>\n        <li>**Price:** the amount of the fixed price.</li>\n        <li>**Set list price:** this is an option to add a list price <i class=\"fas fa-toggle-on\"></i> or not <i class=\"fas fa-toggle-off\"></i>.\n            <ul>\n                <li>**List price:** suggested retail price for the item.</li>\n            </ul>\n        </li>\n        <li>**Schedule fixed price:** option to schedule a fixed price <i class=\"fas fa-toggle-on\"></i> or not <i class=\"fas fa-toggle-off\"></i>.\n            <ul>\n                <li>**Status:** status indicating whether the price scheduling is active or inactive.</li>\n                <li>**Start date:** the date from which the fixed price will be valid.</li>\n                <li>**Start time:** the time from which the fixed price will be valid.</li>\n                <li>**End date:** the date from which the fixed price will no longer be valid.</li>\n                <li>**End time:** the time from which the fixed price will no longer be valid.</li>\n            </ul>\n        </li>\n    </ul>\n    <li>Click on `Save`.</li>\n</ol>\n\n### Deleting fixed prices\n\nTo delete an existing fixed price, follow the steps below.\n\n1. In Admin, click on the **Prices** module.\n2. Click on **Price list**.\n3. Click on the SKU line for which you want to remove the fixed price.\n4. Click on the fixed price.\n5. Click on the `Remove`.\n\n> ℹ️ It is not possible to perform bulk deletion of fixed prices using the spreadsheet. The deletion must be done manually, following the steps above, or via the API [Delete fixed prices on a price table or trade policy](https://developers.vtex.com/docs/api-reference/pricing-api#delete-/pricing/prices/-itemId-/fixed/-priceTableId-).\n\n## Pricing API\n\nTo create a fixed price via API, use the [Create or update price or fixed price](https://developers.vtex.com/docs/api-reference/pricing-api#put-/pricing/prices/-itemId-) endpoint of the Pricing API.\n\n### Learn more\n\n* [Scheduling prices](/en/docs/tutorials/scheduling-prices)"}