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`
29 lines
864 B
Plaintext
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)
|