Skip to content

Commit dfb3910

Browse files
Update src/connections/sources/catalog/libraries/website/shopify-littledata/index.md
Co-authored-by: stayseesong <[email protected]>
1 parent 2df83f4 commit dfb3910

File tree

1 file changed

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

1 file changed

+17
-17
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -216,23 +216,23 @@ 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 |
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 |
236236

237237
## Import all orders
238238

0 commit comments

Comments
 (0)