Files
medusa-store/www/apps/resources/references/modules/customer_models/page.mdx
github-actions[bot] 175ca30f4f chore(docs): Generated References (#9153)
Generated the following references:
- `api_key`
- `auth`
- `auth_provider`
- `cart`
- `core_flows`
- `currency`
- `customer`
- `customer_models`
- `dml`
- `file`
- `fulfillment`
- `fulfillment_provider`
- `inventory_next`
- `modules`
- `modules_sdk`
- `notification`
- `order`
- `order_models`
- `payment`
- `payment_provider`
- `pricing`
- `product`
- `product_models`
- `promotion`
- `region`
- `sales_channel`
- `stock_location_next`
- `store`
- `tax`
- `tax_provider`
- `types`
- `user`
- `utils`
- `workflows`
2024-09-17 07:17:55 +00:00

29 lines
864 B
Plaintext

---
displayed_sidebar: customerModelReference
slug: /references/customer/models
---
import { TypeList } from "docs-ui"
# Customer Module Data Models Reference
This documentation provides a reference to the data models in the Customer Module
## Relations Overview
```mermaid
erDiagram
CustomerAddress }|--|{ Customer : customer
Customer }|--|{ CustomerGroup : groups
CustomerGroupCustomer }|--|{ Customer : customer
CustomerGroupCustomer }|--|{ CustomerGroup : customer_group
```
## Classes
- [CustomerAddress](../../customer_models/classes/customer_models.CustomerAddress/page.mdx)
- [CustomerGroupCustomer](../../customer_models/classes/customer_models.CustomerGroupCustomer/page.mdx)
- [CustomerGroup](../../customer_models/classes/customer_models.CustomerGroup/page.mdx)
- [Customer](../../customer_models/classes/customer_models.Customer/page.mdx)