23 lines
1001 B
Plaintext
23 lines
1001 B
Plaintext
export const metadata = {
|
|
title: `Relations between Customer Module and Other Modules`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This document showcases the link modules defined between the Customer Module and other commerce modules.
|
|
|
|
## Cart Module
|
|
|
|
A customer has a cart to purchase items from the store. Medusa defines a link module that builds a relationship between the `Customer` and the `Cart` data models.
|
|
|
|

|
|
|
|
---
|
|
|
|
## Order Module
|
|
|
|
A customer is associated with the orders they place. Medusa defines a link module that builds a relationship between the `Customer` and the `Order` data models.
|
|
|
|

|
|
|