# Rounding rule for price

When creating a task to bulk-edit product prices, you can also configure how the updated prices should be rounded.

We currently have the following rounding options available:&#x20;

<figure><img src="/files/5e3RIWHfAVGlgU19Xxm4" alt=""><figcaption></figcaption></figure>

* **Round to nearest .01:** This option rounds the final price to the nearest 0.01. It ensures the price is formatted properly to two decimal places.

Examples:

$10.234 → $10.23 (rounded down to the nearest 0.01)

$10.236 → $10.24 (rounded up to the nearest 0.01)

* **Round to nearest whole number:** This option rounds the final price to the nearest integer (no decimals). Prices ending in .50 or higher will round up, while anything below .50 will round down.&#x20;

Examples:

$10.20 → $10

$10.50 → $11

* **End prices in .99:** This option adjusts the final price so that it always ends with **.99**. After your bulk price changes, the system will automatically modify the price to follow the .99 pricing format, which is commonly used for retail psychology.

Examples:

$10.20 → $9.99 (rounded down to the nearest .99)

$10.50 → $10.99

* **End prices in a certain number:** This option allows you to define your own custom ending for product prices. Instead of being limited to preset options like **.99**, you can freely choose any ending such as **.00**, **.49**, **.95**, or any other value that fits your pricing strategy. After the price adjustment, the system will automatically modify each product price to end with the number you specify.&#x20;

Examples:

\_ Ending set to .00:

$10.34 → $10.00

$7.89 → $7.00

\_ Ending set to .49:

$12.10 → $11.49

$20.90 → $20.49

\_ Ending set to .95:

$8.26 → $7.95

$14.02 → $13.95

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/rounding-rule-for-price.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.
