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 | The chosen user identifier. This defaults to the Shopify Customer ID. | Double |
126
126
| createdAt | The date the 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 |
127
+
| customerLifetimeValue |The total spend of the 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 or postal code.| String |
130
+
| default_address.state | The customer's state address.| String |
131
+
| default_address.country | The customer's country.| String |
132
+
| description |The customer's notes.| String |
133
+
| email |The customer's email address.| String |
134
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
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 |
136
+
| firstName |The customer's first name.| String |
137
+
| lastName |The customer's last name.| String |
138
+
| phone |The customer's phone number.| String |
139
139
| purchaseCount | The number of orders by the customer. | Integer |
140
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
141
| sms_opt_in_level | The level of the user's opt in to SMS marketing (mapping to [MarketingOptInLevel](https://shopify.dev/docs/api/customer/unstable/enums/MarketingOptInLevel)) | String, Null |
0 commit comments