# Increase product price in bulk

For example: I want to increase product price by 20% for some products.

Steps to manage

1\. Open the app  > Click on the **Create Task** button > Select **Price** as the attribute you want to modify

<figure><img src="/files/b9NAXDMuwcBsjD5yTWKJ" alt=""><figcaption></figcaption></figure>

2\. In **How to edit field**, select **Increase by percent** or **Increase by amount**  > enter the **value** (the amount you want to increase by)

* **Increase by percent**: Enter the percentage by which you want to increase the prices.  Increase by percent: 20%**.** Original price: 100$ => update price: 120$.
* **Increase by amount**: Enter the specific amount to add to the current prices. Increase by amount: 30$. Original price: 100$ => update price: 130$.

<figure><img src="/files/Qu7B3E2oGkw6jEYzfF6U" alt=""><figcaption></figcaption></figure>

3\. In the **Rounding** field, choose how you want the new prices to be rounded.

*For example*:​ **Round to nearest 0.1**: This rounds the price to the nearest integer. Round to two decimal places. For example, a price of 10.458 would be rounded to 10.46

4\. Select option **Set the compare-at price** if you want to bulk edit it  (optional)

5\. In the **Apply to Products** section, choose the products you want to update

<figure><img src="/files/aazbnGFof3fUDhJCwvLY" alt=""><figcaption></figcaption></figure>

6\. Set the **start time** and **undo time** of the task

7\. View the preview and click **Save** to schedule the task. If you’ve set the start time to **Now**, the changes will be applied immediately

<figure><img src="/files/TYv9Nd0IGkwA4Efu1nFj" alt=""><figcaption></figcaption></figure>

Once the task is complete, review your product status in the store to ensure the updates have been applied correctly.

<figure><img src="/files/TLsdVEzdPeNSPJupudtm" alt=""><figcaption></figcaption></figure>

If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address <support@samita.io>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.samita.io/bulk-price-editor-sami/bulk-edit-product-price/increase-product-price-in-bulk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
