Skip to content

Commit c2e9c6b

Browse files
committed
Order properties
1 parent e149dc8 commit c2e9c6b

File tree

1 file changed

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

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -120,28 +120,28 @@ For every event where there is an identifiable Shopify customer (from both the d
120120

121121
The following traits are included with an Identify call:
122122

123-
| **Property Name** | **Description** | **Property Type** |
124-
| -------------------------- | --------------------------------------------------------------------------------------------- | ----------------- |
125-
| 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-
| firstName | Customer's first name | String |
135-
| lastName | Customer's last name | String |
136-
| email_consent_state | If the user has subscribed or not with e-mail | String, Null |
137-
| email_opt_in_level | Level of user's opt in to notifications | String, Null |
138-
| sms_consent_state | If the user has subscribed or not with sms | String, Null |
139-
| sms_opt_in_level | Level of user's opt in to notifications | String, Null |
140-
| phone | Customer's phone number | String |
141-
| purchaseCount | Number of orders by this customer | Integer |
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 |
123+
| **Property Name** | **Description** | **Property Type** |
124+
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
125+
| 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 |
145145

146146
## Support for Google Analytics destination
147147

@@ -216,8 +216,8 @@ Each item in the `products` array, or Product Viewed and Product Added events, w
216216

217217
| **Property** | **Description** | **Property Type** |
218218
| -------------------- | ------------------------------------------------------------------ | ----------------- |
219-
| `brand` | The brand of the product (Shopify vendor) | String |
220-
| `category` | The category of the product (defaults to all) | String |
219+
| `brand` | The brand of the product (Shopify `vendor`) | String |
220+
| `category` | The category of the product (defaults to `all`) | String |
221221
| `compare_at_price` | The product price before any discount | String |
222222
| `coupon` | Coupon code associated with the product | String |
223223
| `image_url` | The URL of the first product image | String |

0 commit comments

Comments
 (0)