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
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/shopify-littledata/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,12 +136,12 @@ The following traits are included with an Identify call:
136
136
| firstName | Customer's first name | String |
137
137
| lastName | Customer's last name | String |
138
138
| phone | Customer's phone number | String |
139
-
| purchaseCount |Number of orders by this customer | Integer |
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
-
| 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 |
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 |
142
+
| state |The Shopify customer state - enabled, disabled, invited to create an account or customer declined.| String |
143
+
| tags |The custom tags applied to the customer.| String |
144
+
| verified_email | Whether the customer has verified their email.| Boolean |
0 commit comments