{"section":"tracks","requestedLocale":"en","requestedSlug":"trava-de-preco-definicao-de-conceito","locale":"en","slug":"trava-de-preco-definicao-de-conceito","path":"docs/en/tracks/vtex-modules-getting-started/prices-101/trava-de-preco-definicao-de-conceito.md","branch":"main","content":"## Definition\n\nChanging your store's SKU prices is a delicate operation that can cause unwanted consequences if not properly performed. Situations may arise in which, because of a pricing error on your part, SKUs are sold at a much lower price than intended.\n\nTo minimize these risks, you can configure an item's **maximum and minimum price limits**. This feature ensures that SKU prices are not altered beyond the desired value range.\n\nIf you try to either lower or increase an SKU's price beyond the configured limit, the UI will display the following message: \n\n`Price cannot be increased more than {{upperLimit}}% at a time, from {{currentValue}} to {{newValue}} ({{variation}}% increase)` \n\nor\n\n`Price cannot be decreased more than {{lowerLimit}}% at a time, from {{currentValue}} to {{newValue}} ({{variation}}% decrease)`\n\n## Examples\n\nLet's say that you've configured a price variation limit with an **upper limit** of 50% and a **lower limit** of 10%. This means that if you try to increase the price by more than 50% or if you try to lower it by more than 10%, the price variation limit will be activated.\n\nAs example, let's use an SKU with a U$ 100,00 price tag.\n\nIf you try to change the its price to U$ 160,00, **the price variation limit will trigger**, since the price variation in this case is 60% and the **upper limit** only allows for a price variation of up to 50%. Therefore, the original U$ 100,00 is kept.\n\nLooking at the lower limit, if you try to decrease the price to U$ 20,00, the **price variation limit** is also triggered, since the price variation attempt was equal to 80% and the **lower price variation limit** only allows for a 10% variation. Therefore, the price won't be changed."}