Skip to content

Commit 6bef005

Browse files
authored
Apply suggestions from code review
1 parent 7521abd commit 6bef005

File tree

1 file changed

+10
-10
lines changed
  • src/connections/sources/catalog/libraries/website/shopify-littledata

1 file changed

+10
-10
lines changed

src/connections/sources/catalog/libraries/website/shopify-littledata/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,18 @@ The following traits are included with an Identify call:
124124
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
125125
| userId | The chosen user identifier. This defaults to the Shopify Customer ID. | Double |
126126
| 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 |
134134
| 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 |
135135
| 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 |
139139
| purchaseCount | The number of orders by the customer. | Integer |
140140
| 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 |
141141
| 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

Comments
 (0)