The Customer Data Model simplifies the handling and retrieval of customer-related information across various ecommerce platforms.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
- Unified customer properties: The model unifies essential customer details, such as name, customer person, currency, and tax number, enabling easier access and management of customer data from different platforms.
- Comprehensive customer information: Customer can include associated data like addresses for a more detailed representation of each customer.
Attributes
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the customer |
| name | string | Name of the customer on the accounting platform |
| string | Email of the customer on the accounting platform | |
| phone | string | Phone of the customer on the accounting platform |
| currency_id | string | Currency of the customer on the accounting platform |
| status | enums.BaseStatus | Status of the customer on the accounting platform |
| updated_at | string | Last updated time of the customer on the accounting platform |
| created_at | string | Created time of the customer on the accounting platform |
| address | AddressObject | Address of the customer on the accounting platform |