You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| userId | Chosen user identifier, defaulting to Shopify Customer ID | Double |
126
+
| createdAt | Date customer record was created | Date |
127
+
| customerLifetimeValue | Total spend of customer on the Shopify store | Double |
128
+
| default_address.street | The customer's default street address | String |
129
+
| default.address.postalCode | The customer's ZIP / post code | String |
130
+
| default_address.state | The customer's state address | String |
131
+
| default_address.country | The customer's country | String |
132
+
| description | Customer notes | String |
133
+
| email | Customer's email address | String |
134
+
|email_consent_state| If the user has consented to email marketing (mapping to [EmailMarketingState](https://shopify.dev/docs/api/customer/unstable/enums/EmailMarketingState)) | String, Null|
135
+
|email_opt_in_level| Level of user's opt in email marketing (mapping to [MarketingOptInLevel](https://shopify.dev/docs/api/customer/unstable/enums/MarketingOptInLevel))| String, Null|
136
+
|firstName| Customer's first name | String|
137
+
|lastName| Customer's last name | String|
138
+
|phone| Customer's phone number | String|
139
+
|purchaseCount| Number of orders by this customer | Integer |
140
+
|sms_consent_state| If the user has consented to SMS marketing (mapping to [SmsMarketingState](https://shopify.dev/docs/api/customer/unstable/enums/SmsMarketingState))| String, Null|
141
+
|sms_opt_in_level| Level of user's opt in to SMS marketing (mapping to [MarketingOptInLevel](https://shopify.dev/docs/api/customer/unstable/enums/MarketingOptInLevel))| String, Null|
142
+
| state | Shopify customer state - enabled, disabled, invited to create an account or customer declined | String |
143
+
| tags | Custom tags applied to the customer | String |
144
+
| verified_email | Whether the customer has verified their email | Boolean |
145
145
146
146
## Support for Google Analytics destination
147
147
@@ -216,8 +216,8 @@ Each item in the `products` array, or Product Viewed and Product Added events, w
0 commit comments