This topic was automatically generated from Slack. You can find the original thread here.
hi new to pipedream here - looking for some help w/ setting up a shopify integration
from what I can see, the two sources available are for connecting a single store to which we have admin access, and set up a partner account to get sales/marketing/account management related workflows
is there any way to set up a shopify integration as a shopify app dev - which means there might be multiple stores (which we don’t control / know the shop name ahead of time)?
The Pipedream Shopify actions are interfaces on top of the Shopify Admin API, so I’m not sure exactly how to answer your question. You can take a look at all of the Shopify actions/triggers source code on Pipedream’s Github Repository
The Pipedream Shopify actions are interfaces on top of the Shopify Admin API
I think this answers my question
essentially i’m trying to build an automation where “on order created” → “create entry in my db” type flow
for that, the “on order created”, i’d like to use the pre-built Shopify actions vs manually parsing the webhook payload and mapping to the “create entry in my db” action
You can register the Pipedream workflow HTTP trigger as the order.create webhook URL, then differentiate by merchant based on the *.[myshopify.com](http://myshopify.com) value in the x-shopify-domain header