...
Logics
Using logics you can implement all the calculations of the prices you need.
Pricelist logic - creates input fields and calculates the results. This is a mandatory logic for pricelist calculation.
Matrix logic - Prepares values of secondary dimension for a given product. Used only when your pricelist calculation depends on more dimensions than only sku.
Pricelist Header logic - prepares dashboard-like summary for a pricelist, visible on the top of the pricelist detail page. This is optional.
Product Detail logic - this logic can be used to generate content of additional portlet for Product Detail page. The content is generally either a chart or Result Matrix.
Inline Details logic - in Classic UI, a user can switch on "inline" popup window with information, when they hover the specific pricelist item.
...
Domain Model
The pre-configured types of pricelists are stored in
The following entities are used to store data of the pricelists and you will read their data for example when implementing quotesfrom within quote logic.
see their relations in Pricelist Entity Relationship Diagram
...