Files
medusa-store/www/apps/resources/references/modules/pricing_models/page.mdx
2024-12-04 21:37:07 +02:00

31 lines
951 B
Plaintext

---
displayed_sidebar: pricingModelReference
slug: /references/pricing/models
---
import { TypeList } from "docs-ui"
# Pricing Module Data Models Reference
This documentation provides a reference to the data models in the Pricing Module
## Relations Overview
```mermaid
erDiagram
Price ||--|| PriceRule : price_rules
PriceList ||--|| Price : prices
PriceList ||--|| PriceListRule : price_list_rules
PriceSet ||--|| Price : prices
```
## Data Models
- [Price](../../pricing_models/variables/pricing_models.Price/page.mdx)
- [PriceList](../../pricing_models/variables/pricing_models.PriceList/page.mdx)
- [PriceListRule](../../pricing_models/variables/pricing_models.PriceListRule/page.mdx)
- [PricePreference](../../pricing_models/variables/pricing_models.PricePreference/page.mdx)
- [PriceRule](../../pricing_models/variables/pricing_models.PriceRule/page.mdx)
- [PriceSet](../../pricing_models/variables/pricing_models.PriceSet/page.mdx)