Commerce Customer
By default, the Commerce Customer's history is 12 months.
| Field | Type | Description |
|---|---|---|
| id | uuid | Unique identifier (UUID) - e.g. "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
| last_name | string | Customer lastname (customer of the PSP or e-commerce merchant) |
| first_name | string | Customer firstname (customer of the PSP or e-commerce merchant) |
string | Customer email | |
| phone_number | string | Customer phone number |
| address | Address | Address of the customer. |
| source_created_at | datetime | Date on which the customer was created (as given by the source provider). |
| source_updated_at | datetime | Date on which the customer was updated (as given by the source provider). |
| provider_name | string | Name of the provider the data is coming from (informational field) - e.g. "Paypal", "Stripe", ... |
| data_connection_id | uuid | UUID of the data connection leading to this data |