| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | A unique identifier for an object. | [readonly] |
| name | str, none_type | Full name of the customer | [optional] |
| first_name | str, none_type | First name of the customer | [optional] |
| last_name | str, none_type | Last name of the customer | [optional] |
| company_name | str, none_type | Company name of the customer | [optional] |
| status | str, none_type | The current status of the customer | [optional] |
| currency | Currency | [optional] | |
| emails | [Email], none_type | An array of email addresses for the customer. | [optional] |
| phone_numbers | [PhoneNumber], none_type | An array of phone numbers for the customer. | [optional] |
| addresses | [EcommerceCustomerAddresses] | An array of addresses for the customer. | [optional] |
| orders | [LinkedEcommerceOrder] | [optional] | |
| custom_mappings | CustomMappings | [optional] | |
| created_at | datetime, none_type | The date and time when the object was created. | [optional] [readonly] |
| updated_at | datetime, none_type | The date and time when the object was last updated. | [optional] [readonly] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.