Skip to content

Commit 1c50740

Browse files
author
markzegarelli
authored
Merge pull request #1463 from segmentio/littledata-docs-update
Littledata docs update
2 parents 03bd39c + a892cfb commit 1c50740

File tree

1 file changed

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

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ Below is a table of events that **Shopify by Littledata** sends to Segment from
6565
| Coupon Applied | Sent with Checkout Step Completed or Order Completed when user has applied a coupon |
6666
| Customer Created | User added as a customer |
6767
| Customer Enabled (v2) | A user has confirmed their email address and created a Shopify customer account with verified_email set as true |
68-
| Customer Updated | Customer information updated |
6968
| Fulfillment Created (v2) | An order fulfillment status has changed (including status, tracking_numbers and tracking_urls where the shipping integration allows) |
7069
| Fulfillment Updated (v2) | An order fulfillment status has changed (including status, tracking_numbers and tracking_urls where the shipping integration allows) |
7170
| Order Cancelled (v2) | An admin has cancelled an order (including the cancel_reason) |
@@ -127,15 +126,15 @@ To support seamless customer tracking the [Mixpanel](/docs/connections/destinati
127126

128127
Additional events available through Littledata's [ReCharge connection](https://www.littledata.io/connections/recharge), and available in cloud-mode destinations.
129128

130-
| Event Name | Description |
131-
| ------------------------ | ----------------------------------------------- |
132-
| Charge Failed | A failed to charge customer |
133-
| Charge Max Tries Reached | The maximum tries to charge customer is reached |
134-
| Order Processed | A recurring order is processed |
135-
| Payment Method Updated | A customer has updated the payment method |
136-
| Subscription Cancelled | A customer has cancelled a subscription |
137-
| Subscription Created | A customer has created a subscription |
138-
| Subscription Updated | A customer has updated a subscription |
129+
| Event Name | Description |
130+
| ------------------------ | ----------------------------------------------------------------------------------------------------------- |
131+
| Charge Failed | A recurring charge failed (with `error_type`) |
132+
| Charge Max Tries Reached | The maximum tries to charge customer is reached |
133+
| Order Processed | A recurring order is processed |
134+
| Payment Method Updated | A customer has updated the payment method |
135+
| Subscription Cancelled | A customer has cancelled a subscription (with `cancellation_reason` and `cancellation_reason_comments`) |
136+
| Subscription Created | A customer has created a subscription (with `status`, `order_interval_frequency` and `order_interval_unit`) |
137+
| Subscription Updated | A customer has updated a subscription (with `status`, `order_interval_frequency` and `order_interval_unit`) |
139138

140139
## Event Properties
141140

@@ -144,6 +143,7 @@ The list below outlines the properties included in the events listed above.
144143
| Property | Description | Property Type |
145144
| -------------------------------------- | -------------------------------------------------------------- | ------------- |
146145
| `affiliation` | The affiliation of the order | String |
146+
| `cart_id` | The ID of the Shopify cart | String |
147147
| `checkoutId` | The ID of the checkout session | String |
148148
| `context.uip` | The user's IP address | String |
149149
| `context['Google Analytics'].clientId` | The user's Google Analytics Client ID | String |

0 commit comments

Comments
 (0)