Integrations
Shopify is an ecommerce platform that has everything you need to sell online, on social media, or in person. The mParticle Shopify integration uses Webhooks.
Configure the Shopify Input:
Select the Shopify input configuration group to specify the configuration parameters
Shopify Event | Shopify Topic |
---|---|
Checkout | checkouts/create, checkouts/update |
Customer | customers/create, customers/disable, customers/enable, customers/update |
Draft Order | draft_orders/create, draft_orders/update |
Fulfillment | fulfillments/create, fulfillments/update |
Order | orders/cancelled, orders/create, orders/fulfilled, orders/paid, orders/partially_fulfilled, orders/updated |
Customer events are mapped to Custom Events of type other
and events names:
Shopify Topic | mParticle Event Name |
---|---|
customers/create | create_customer |
customers/disable | disable_customer |
customers/enable | enable_customer |
customers/update | update_customer |
All other events are mapped to Product Action Commerce Events:
Shopify Topic | mParticle Product Action |
---|---|
orders/cancelled | refund |
orders/create | checkout |
orders/fulfilled | checkout |
orders/paid | purchase |
orders/partially_fulfilled | checkout |
orders/updated | checkout |
fulfillments/create | checkout |
fulfillments/update | checkout |
draft_orders/create | checkout |
draft_orders/update | checkout |
tags": [
"Barnes & Noble",
"John's Fav",
"Big Air"
]
"tags":"Barnes & Noble, John's Fav, Big Air"
"price_set": {
"shop_money": {
"amount": "199.00",
"currency_code": "USD"
},
"presentment_money": {
"amount": "199.00",
"currency_code": "USD"
}
}
"price_set.shop_money.amount":199.00"
"price_set.shop_money.currency_code":"USD"
"price_set.presentment_money.amount":"199.00"
"price_set.presentment_money.currency_code":"USD"
mParticle will map user properties to User Attributes. All other user properties will be stored as user attributes prefixed with shopify_
Shopify Field | mParticle field |
---|---|
default_address.address1, default_address.address2 | $address |
default_address.city | $city |
default_address.country_code | $country |
first_name | $firstname |
last_name | $lastname |
default_address.zip | $zip |
Was this page helpful?