@@ -216,23 +216,23 @@ Each item in the `products` array, or Product Viewed and Product Added events, w
216
216
217
217
| Property | Description | Property Type |
218
218
| -------------------- | ------------------------------------------------------------------ | ----------------- |
219
- | ` brand ` | The brand of the product (Shopify ` vendor ` ) | String |
220
- | ` category ` | The category of the product (defaults to ` all ` ) | String |
221
- | ` compare_at_price ` | The product price before any discount | String |
222
- | ` coupon ` | Coupon code associated with the product | String |
223
- | ` image_url ` | The URL of the first product image | String |
224
- | ` list_id ` | The ID of the product collection (for List Views and Clicks) | String |
225
- | ` list_position ` | The product position in the collection (for List Views and Clicks) | Integer |
226
- | ` name ` | Product name | String |
227
- | ` price ` | The product price | Float |
228
- | ` product_id ` | Shopify product ID | String |
229
- | ` quantity ` | The quantity of this product | Integer |
230
- | ` product_properties ` | Custom properties of purchased products | Array |
231
- | ` shopify_product_id ` | Also Shopify product ID | String |
232
- | ` shopify_variant_id ` | The Shopify variant ID | String |
233
- | ` sku ` | The product SKU | String |
234
- | ` url ` | The URL of the product page | String |
235
- | ` variant ` | The product variant name | String |
219
+ | ` brand ` | The brand of the product (Shopify ` vendor ` ). | String |
220
+ | ` category ` | The category of the product (defaults to ` all ` ). | String |
221
+ | ` compare_at_price ` | The product price before any discount. | String |
222
+ | ` coupon ` | Coupon code associated with the product. | String |
223
+ | ` image_url ` | The URL of the first product image. | String |
224
+ | ` list_id ` | The ID of the product collection (for List Views and Clicks). | String |
225
+ | ` list_position ` | The product position in the collection (for List Views and Clicks). | Integer |
226
+ | ` name ` | Product name. | String |
227
+ | ` price ` | The product price. | Float |
228
+ | ` product_id ` | Shopify product ID. | String |
229
+ | ` quantity ` | The quantity of this product. | Integer |
230
+ | ` product_properties ` | Custom properties of purchased products. | Array |
231
+ | ` shopify_product_id ` | Also Shopify product ID. | String |
232
+ | ` shopify_variant_id ` | The Shopify variant ID. | String |
233
+ | ` sku ` | The product SKU. | String |
234
+ | ` url ` | The URL of the product page. | String |
235
+ | ` variant ` | The product variant name. | String |
236
236
237
237
## Import all orders
238
238
0 commit comments