# Managerul de magazin creează produsele

## Data mapping

Prices are stored in mantle.product.ProductPrice, using the following fields:

- **productPriceId**: autoincrement
- **productId**: productId
- **pricePurposeEnumId**: "PppPurchase"
- **priceUomId**: "RON"
- **priceTypeEnumId**: "PptList" or "PptCurrent"
- **price**: price

## Data statements

- Regular price is **ProductPrice** of type **PptList.**
- Promotional price is **ProductPrice** of type **PptCurrent.**
- Quantity promotion is **ProductPrice** of type **PptCurrent** with extra field: **minQuantity.**
- Customer specific pricing is **ProductPrice** of type **PptCurrent** with extra field: **customerPartyId.**
- Customer specific quantity promotion is **ProductPrice** of type **PptCurrent** with extra fields: **minQuantity, customerPartyId.**