Customer Data
👤 Customer Data Structure
Section titled “👤 Customer Data Structure”| Field | Type | Description |
|---|---|---|
id | number | Unique customer ID. |
first_name | string | Customer’s first name. |
last_name | string | Customer’s last name. |
email | string | Customer’s email. |
orders_count | number | Number of orders placed. |
tags | array | Tags (e.g., loyalty status). |
total_spent | string | Total spent by the customer. |