> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/omnitron/products-and-catalogs/how-to-create-and-update-price-lists-in-omnitron.md).

# How to Create and Update Price Lists in Omnitron?

In this page, the process of adding or editing price list within Omnitron is explained.

## <mark style="color:red;">Step 1: Access to Omnitron​</mark> <a href="#step-1-access-to-omnitron" id="step-1-access-to-omnitron"></a>

* Access the Omnitron panel.
* Enter your username and password, then click the **SIGN IN** button.\
  ![](/files/FQgto2ESMuyyETj02bTx)

## <mark style="color:red;">Step 2: Navigate to Price List Page​</mark> <a href="#step-2-navigate-to-price-list-page" id="step-2-navigate-to-price-list-page"></a>

* Follow the Product and Catalogs sidebar and click the **Price List** page.<br>

  <figure><img src="/files/2DGICxt8hlu6cVXK5NTs" alt=""><figcaption></figcaption></figure>
* On the **Price List** page, filter panel and the list of price lists are displayed.<br>

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

## <mark style="color:red;">Step 3: Add a New Price List​</mark> <a href="#step-3-add-a-new-price-list" id="step-3-add-a-new-price-list"></a>

* To create a new price list, click the **+New Price List** button located in the top right corner of the Price List page.<br>

  <figure><img src="/files/ybagP0aNK7NLdqQC8B80" alt=""><figcaption></figcaption></figure>
* **Enter Price List Name:** Different price lists can assign various values to a product. For example, a product can be priced at X amount in Price List A, which is designated for Marketplace A, while it can be sold for Y amount in Price List B, designated for Marketplace B. Therefore, when creating or updating a product's price, it's essential to specify the relevant price list.
* **Select ERP Connection:** Select between 'Yes' or 'No'. If 'Yes' is selected, price creation and updates can be performed through integration. If 'No' is selected, the price creation and update processes are managed using Excel through the Omnitron back-office.
* When accessing the form initially in **Sales Channel Settings > Dynamic Settings**, the default currency set in the dynamic settings will be preselected.
* Currencies listed in the currency drop-down menu will be those added to the Available Currencies key of **Sales Channel Settings > Dynamic Settings**.
* After entering this information, click the **Save** button to create the new price list. For detailed information on creating a price list using an API, refer to [this page](https://apidocs.akinon.com/omnitron/integration/price/price-list).

## <mark style="color:red;">Step 4: Update Price Lists​</mark> <a href="#step-4-update-price-lists" id="step-4-update-price-lists"></a>

* To access the details of the listed price lists, click on it.<br>

  <figure><img src="/files/u80hpKkF1czQRb7Ztv6c" alt=""><figcaption></figcaption></figure>
* On the Price List page, filters and products are listed. The filter panel provides options for filtering by product types, include and exclude filters, or filtering the product pool using **.CSV** and **.XLS** files.<br>

  <figure><img src="/files/Ql0h0S3kj12TKYYCr9zS" alt=""><figcaption></figcaption></figure>
* To ensure the accuracy of the parameters within the uploaded file, it is recommended to download the price list template from the bottom of the page first. Once product information is added to the template, bulk product updates can be performed by either dragging and dropping the file or clicking on the designated area and selecting the .xls or .csv file format.
* By clicking the **+Update Price List** button, a file in the designated area can be uploaded by users.
* After the file is uploaded, the update process will be completed with a progress bar for users to monitor.<br>

  <figure><img src="/files/PxQYooZrtOTm9BQP6mAz" alt=""><figcaption></figcaption></figure>
* Once the process is complete, the page will be refreshed, and the updated values will be displayed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.akinon.com/tutorials/omnitron/products-and-catalogs/how-to-create-and-update-price-lists-in-omnitron.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.
