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.
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 |