Back to Medusa

Promotion Module Data Models Reference

www/apps/resources/references/modules/promotion_models/page.mdx

2.14.21.2 KB
Original Source

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
	CampaignBudget ||--|| CampaignBudgetUsage : usages
	Promotion ||--|| ApplicationMethod : application_method
	Promotion }|--|{ PromotionRule : rules
	PromotionRule ||--|| PromotionRuleValue : values

Data Models