Files
medusa-store/www/apps/resources/references/modules/pricing_models/page.mdx
github-actions[bot] d5ee0070b4 chore(docs): Generated References (automated) (#10276)
Generated the following references:
- `api_key`
- `auth`
- `cart`
- `core_flows`
- `currency`
- `customer`
- `dml`
- `fulfillment`
- `helper_steps`
- `inventory_next`
- `js_sdk`
- `medusa`
- `medusa_config`
- `modules`
- `modules_sdk`
- `order`
- `payment`
- `payment_provider`
- `pricing`
- `product`
- `product_models`
- `promotion`
- `region`
- `sales_channel`
- `search`
- `stock_location_next`
- `store`
- `tax`
- `tax_provider`
- `types`
- `user`
- `utils`
- `workflows`

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-11-26 09:24:41 +00:00

31 lines
942 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 }|--|{ PriceSet : price_set
Price ||--|| PriceRule : price_rules
Price }|--|{ PriceList : price_list
PriceList ||--|| PriceListRule : price_list_rules
```
## Classes
- [Price](../../pricing_models/classes/pricing_models.Price/page.mdx)
- [PriceList](../../pricing_models/classes/pricing_models.PriceList/page.mdx)
- [PriceListRule](../../pricing_models/classes/pricing_models.PriceListRule/page.mdx)
- [PricePreference](../../pricing_models/classes/pricing_models.PricePreference/page.mdx)
- [PriceRule](../../pricing_models/classes/pricing_models.PriceRule/page.mdx)
- [PriceSet](../../pricing_models/classes/pricing_models.PriceSet/page.mdx)