Files
medusa-store/www/apps/resources/references/modules/promotion_models/page.mdx
Shahed Nasser 0f5d640736 docs: generate references manually for v2.1.2 (#10639)
* docs: manually generate references for v2.1.2

* more changes
2024-12-17 19:20:44 +02:00

33 lines
1.1 KiB
Plaintext

---
displayed_sidebar: promotionModelReference
slug: /references/promotion/models
---
import { TypeList } from "docs-ui"
# Promotion Module Data Models Reference
This documentation provides a reference to the data models in the Promotion Module
## Relations Overview
```mermaid
erDiagram
ApplicationMethod }|--|{ PromotionRule : target_rules
Campaign ||--|| CampaignBudget : budget
Campaign ||--|| Promotion : promotions
Promotion ||--|| ApplicationMethod : application_method
Promotion }|--|{ PromotionRule : rules
PromotionRule ||--|| PromotionRuleValue : values
```
## Data Models
- [ApplicationMethod](../../promotion_models/variables/promotion_models.ApplicationMethod/page.mdx)
- [Campaign](../../promotion_models/variables/promotion_models.Campaign/page.mdx)
- [CampaignBudget](../../promotion_models/variables/promotion_models.CampaignBudget/page.mdx)
- [Promotion](../../promotion_models/variables/promotion_models.Promotion/page.mdx)
- [PromotionRule](../../promotion_models/variables/promotion_models.PromotionRule/page.mdx)
- [PromotionRuleValue](../../promotion_models/variables/promotion_models.PromotionRuleValue/page.mdx)