Customers
Overview
A customer is an individual or company that buys goods or services from a business. Commonly referred to a customer on a corresponding invoice
The Customer Data Model simplifies the handling and retrieval of customer-related information across various ecommerce platforms.
- 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 |