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
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ During the Segment connection setup, Littledata also adds a set of webhooks to y
33
33
34
34
Here's an architecture diagram that shows how the Littledata app mediates data flow between Shopify and Segment.
35
35
36
-

36
+

37
37
38
38
> warning "Note"
39
39
> This integration is maintained by Littledata _and isn't supported by Segment directly_. The Littledata app has been reviewed by the Segment team for conformance with Segment's [E-Commerce Spec](/docs/connections/spec/ecommerce/v2/), and is the recommended way of using Segment with Shopify. However, it does require a paid subscription with Littledata, who mediates the connection between Shopify and Segment. [Contact the Littledata Support team](mailto:[email protected]) with any questions.
40
40
41
41
## Getting Started
42
42
43
43
1.**Log in** to your Shopify Store account.
44
-
2. Go the [Shopify app store listing](https://apps.shopify.com/segment-com-by-littledata){:target="_blank"} for **Segment.com by Littledata**.
44
+
2. Go the [Shopify app store listing](https://apps.shopify.com/segment-com-by-littledata){:target="\_blank"} for **Segment.com by Littledata**.
45
45

46
46
3. Click **Add app** to begin the installation process.
47
47
4.**Choose a Littledata subscription** suitable for your store's volume of monthly orders.
@@ -119,27 +119,27 @@ For every event where there is an identifiable Shopify customer (from both the d
119
119
120
120
The following traits are included with an Identify call:
|`accepts_marketing`| Whether the customer has accepted marketing | Boolean |
125
-
|`createdAt`| The date customer record was created | Date |
126
-
|`customerLifetimeValue`| The total spend of customer on the Shopify store | Double |
127
-
|`default_address.street`| The customer's default street address | String |
128
-
|`default_address.city`| The customer's city 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_adress.country`| The customer's country | String |
132
-
|`description`| The customer notes | String |
133
-
|`email`| The customer's email address | String |
134
-
|`firstName`| The customer's first name | String |
135
-
|`lastName`| The customer's last name | String |
136
-
|`marketingOptIn`| The `marketing_opt_in` field from [Shopify customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer)| String |
137
-
|`phone`| The customer's phone number | String |
138
-
|`purchaseCount`| The number of orders by this customer | Integer |
139
-
|`state`| The Shopify [customer state](https://shopify.dev/api/admin-graphql/2022-07/enums/customerstate){:target="_blank"}. This can be `enabled`, `disabled`, `invited` to create an account, or customer `declined`| String |
140
-
|`tags`| The custom tags [applied to the customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer)| String |
141
-
|`userId`| Chosen user identifier, defaulting to Shopify Customer ID | Double |
142
-
|`verified_email` (v2) | Whether the customer has verified their email | Boolean |
|`accepts_marketing`| Whether the customer has accepted marketing | Boolean |
125
+
|`createdAt`| The date customer record was created | Date |
126
+
|`customerLifetimeValue`| The total spend of customer on the Shopify store | Double |
127
+
|`default_address.street`| The customer's default street address | String |
128
+
|`default_address.city`| The customer's city 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_adress.country`| The customer's country | String |
132
+
|`description`| The customer notes | String |
133
+
|`email`| The customer's email address | String |
134
+
|`firstName`| The customer's first name | String |
135
+
|`lastName`| The customer's last name | String |
136
+
|`marketingOptIn`| The `marketing_opt_in` field from [Shopify customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer)| String |
137
+
|`phone`| The customer's phone number | String |
138
+
|`purchaseCount`| The number of orders by this customer | Integer |
139
+
|`state`| The Shopify [customer state](https://shopify.dev/api/admin-graphql/2022-07/enums/customerstate){:target="\_blank"}. This can be `enabled`, `disabled`, `invited` to create an account, or customer `declined`| String |
140
+
|`tags`| The custom tags [applied to the customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer)| String |
141
+
|`userId`| Chosen user identifier, defaulting to Shopify Customer ID | Double |
142
+
|`verified_email` (v2) | Whether the customer has verified their email | Boolean |
0 commit comments