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/index.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,9 +126,13 @@ The properties below are included with `Product Viewed` Track events.
126
126
|`price`| The decimal money amount (price) for the product | Number |
127
127
|`sku`| The SKU (stock keeping unit) associated with the variant | String |
128
128
129
-
## Product Added and Product Removed track() event properties
129
+
## Product Added and Product Removed Track event properties
130
+
131
+
The properties below are included with `Product Added` and `Product Removed` Track events.
132
+
133
+
> info "Missing properties?"
134
+
> Your Segment events may be missing one of the following properties if Shopify provides `null` or an empty value for a property.
130
135
131
-
The properties below are included with `Product Added` and `Product Removed``track()` events. Note: If a property is missing it is due to Shopify not providing the value, or due to a `null` or empty value being provided.
0 commit comments