Skip to content

Commit

Permalink
chore: update webhook event topic in mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Sep 3, 2024
1 parent 2c7291c commit a17a9cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/v1/sources/shopify/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ const SHOPIFY_TRACK_MAP = {
orders_fulfilled: 'Order Fulfilled',
orders_paid: 'Order Paid',
orders_partially_fullfilled: 'Order Partially Fulfilled',
'customer.tags_added': 'Customer Tags Added',
'customer.tags_removed': 'Customer Tags Removed',
'customer.email_updated': 'Customer Email Updated',
customer_tags_added: 'Customer Tags Added',
customer_tags_removed: 'Customer Tags Removed',
customer_email_updated: 'Customer Email Updated',
collections_create: 'Collection Created',
collections_update: 'Collection Updated',
collections_delete: 'Collection Deleted',
Expand Down Expand Up @@ -306,9 +306,9 @@ const PRODUCT_MAPPING_EXCLUSION_FIELDS = [
* be discarded.
*/
const SUPPORTED_TRACK_EVENTS = [
'customer.tags_added',
'customer.tags_removed',
'customer.email_updated',
'customer_tags_added',
'customer_tags_removed',
'customer_email_updated',
'checkouts_delete',
'checkouts_update',
'customers_disable',
Expand Down

0 comments on commit a17a9cb

Please sign in to comment.