| Field Name | Data Type | Description | Nested Fields |
|---|---|---|---|
| _id | objectId | Unique identifier of the document | 0 |
| customer_id | string | Unique identifier for customer | 0 |
| string | Email address for email | 0 | |
| first_name | string | First name of customer | 0 |
| last_name | string | Last name of customer | 0 |
| phone | string | Phone number of customer | 0 |
| marketing_consent | boolean | Field for marketing consent | 0 |
| personalization_details | object | Object containing personalization details details | 3 |
| personalization_details.gender | string | Field for gender | 0 |
| personalization_details.birth_date | string | Timestamp for when birth date was created/updated | 0 |
| personalization_details.important_dates | array_of_objects | Timestamp for when important dates was created/updated | 2 |
| personalization_details.important_dates.label | string | Field for label | 0 |
| personalization_details.important_dates.date | date | Timestamp for when date was created/updated | 0 |
| notes | string | Field for notes | 0 |
| addresses | array_of_objects | Address information for addresses | 10 |
| addresses.address_id | string | Unique identifier for address | 0 |
| addresses.label | string | Field for label | 0 |
| addresses.is_default | boolean | Field for is default | 0 |
| addresses.receiver_name | string | Name of receiver | 0 |
| addresses.receiver_phone | string | Phone number for receiver | 0 |
| addresses.street | string | Field for street | 0 |
| addresses.city | string | Field for city | 0 |
| addresses.state | string | Field for state | 0 |
| addresses.zip_code | string | Field for zip code | 0 |
| addresses.country | string | Field for country | 0 |
| payment_methods | Object | Field for payment methods | 0 |
| wishlist | array_of_objects | Field for wishlist | 4 |
| wishlist.variant_id | string | Unique identifier for variant | 0 |
| wishlist. variant_name | string | Name of variant | 0 |
| wishlist.price_at_add | Object | Price information for price at add | 2 |
| wishlist.price_at_add.amount | integer | Field for amount | 0 |
| wishlist.added_at | timestamp | Field for added at | 0 |
| wishlist.price_at_add.currency | string | Field for currency | 0 |
| status | string | Current status of status | 0 |
| deleted | boolean | Field for deleted | 0 |
| created_at | datetime | Timestamp when the record was created | 0 |
| updated_at | datetime | Timestamp when the record was updated | 0 |
| customer_type | string | Field for customer type | 0 |
| registration_date | datetime | Timestamp for when registration date was created/updated | 0 |
| customer_segments | array_of_objects | Field for customer segments | 2 |
| customer_segments.id | string | Unique identifier for id | 0 |
| customer_segments.name | string | Unique Identifier for customer segment | 0 |
Example
Example