> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/ce/management-dashboard/pricing/price-lists.md).

# Price Lists

Price lists allow you to create customized prices for different customers and regions.

You can also change the default view by using the options available under the orchestration icon.

<div align="left"><img src="/files/FLMAtAm2uV1Mzjj8oVzX" alt=""></div>

{% hint style="info" %}
With the table orchestration, you can add custom columns to the list view, by adding **mixin** fields as columns.\
If you have already defined mixin schema for the entity, you'd be able to select the defined mixin fields to display them in the main view.

See example how to do it in the [Displaying mixins in entity list view](/ce/management-dashboard/settings/mixin-schemas.md#displaying-mixins-in-entity-list-view) documentation.
{% endhint %}

## Creating a price list

{% stepper %}
{% step %}
**Start a new price list**

Go to **Management Dashboard** -> **Pricing** -> **Price lists** and choose **Add new price list**.
{% endstep %}

{% step %}
**Define the details**

Enter the information for your new price list:

* **Id** - an identifier of the price list
* **Name** - your price list name
* **Customer groups** - the customer groups that the price list should refer to
* **Company** - the legal entity that the price list should refer to
* **Valid from** and **Valid to** dates - the time frame for the price list to work
* **Currency** - the currency for the price list
* **Region** - the region the price list should apply to, it's possible to select multiple regions
* **Country** - the country the price list should apply to, it's possible to select multiple countries

{% hint style="info" %}
**Customer group vs company visibility**\
Price lists can be assigned directly to customer groups or to companies (legal entities). When assigned to a company, the list automatically applies to that company and all of its subsidiaries, and it cannot be combined with customer-group assignments. Assigning a price list to a **customer group** makes it available to every user in that group, regardless of the legal entity they use to log in. Assigning it to a **company** restricts visibility to that legal entity and its subsidiaries. Users see company-specific prices only when they are logged in as the matching company (or a subsidiary), and the list disappears immediately after switching to a different company context.
{% endhint %}

{% hint style="warning" %}
Only the **Name** is mandatory for a price list creation. You can decide to edit other details later.\
You can also set up a custom price list ID in the **Id** field. Otherwise, a unique ID is automatically generated when the list is created.
{% endhint %}
{% endstep %}

{% step %}
**Save your configuration**

Choose **Save** to add the new price list.
{% endstep %}
{% endstepper %}

Your new price list is added to the list of price lists. You can search for your lists by filtering by the attributes you specified: name, currency, region, country and validity.

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

## Linking a price list with a product

{% stepper %}
{% step %}
**Open the price list**

Go to **Pricing** -> **Price lists** and select the price list to which you want to add the product.
{% endstep %}

{% step %}
**Switch to Products**

Open the **Products** tab.
{% endstep %}

{% step %}
**Choose a catalog**

From the drop-down list in the **Add catalogs** field, select the product catalog.
{% endstep %}

{% step %}
**Find the product**

In the navigation menu, go to the catalog that contains the product you want to add to your price list.
{% endstep %}

{% step %}
**Add the product**

Use the **Add** button. The product appears in the price list with its price model, net catalog price and net sale price. You can delete the product at any time.
{% endstep %}

{% step %}
**Optional: Adjust the price model**

In the price list's products view, you can change the price model for each product.
{% endstep %}
{% endstepper %}

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


---

# 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://developer.emporix.io/ce/management-dashboard/pricing/price-lists.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.
