> 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-stock-lists-in-omnitron.md).

# How to Create and Update Stock Lists in Omnitron?

In this page, adding or editing stock list processes 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 Stock List Page​</mark> <a href="#step-2-navigate-to-stock-list-page" id="step-2-navigate-to-stock-list-page"></a>

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

  <figure><img src="/files/22mqn8w636kXHUALmw5Q" alt=""><figcaption></figcaption></figure>
* On the **Stock List** page, filter panel and the list of stock lists are displayed.<br>

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

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

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

  <figure><img src="/files/cSYEgR1CjQS8PD915SOW" alt=""><figcaption></figcaption></figure>
* **Enter Stock List Name:** Different stock lists can assign various values to a product. For example, a product can be priced at X amount in Stock List A, which is designated for Marketplace A, while it can be sold for Y amount in Stock List B, designated for Marketplace B. Therefore, when creating or updating a product's stock, it's essential to specify the relevant stock list.
* **Select ERP Connection:** Select between 'Yes' or 'No'. If 'Yes' is selected, stock creation and updates can be performed through integration. If 'No' is selected, the stock creation and update processes are managed using Excel through the Omnitron back-office.
* After entering this information, click the **Save** button to create the new stock list. For detailed information on creating a stock list using an API, refer to [this page](https://apidocs.akinon.com/omnitron/integration/stock/stock-list).

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

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

  <figure><img src="/files/zuW3wEoe7WwYBwGwFYCq" alt=""><figcaption></figcaption></figure>
* On the Stock 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/VEF6pjckfBqljEYu8dH5" alt=""><figcaption></figcaption></figure>
* To ensure the accuracy of the parameters within the uploaded file, it is recommended to download the stock 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 **.CSV** or **.XLS** file format.
* By clicking the **+Update Stock 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/7PB5JlmBI7iiEgGYW0SR" 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-stock-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.
