Mapping Connection for Shopify Theme API

I have a service that creates custom shopify themes. We want to create a scenario that installs the custom theme we create to our client’s shopify store without them having to do anything.

In order to do this, the customer submits their shopify url & developer app api key to our google sheet.

We want to use this data to map to the “connection” tab on the Shopify themes api workflow.

I am just unsure how I can map this data to create a new shopify connection every time we receive a new request.

Welcome to the Make community!

You can use the generic HTTP app “Make a request” module and insert the API key variable (from wherever you are storing it) in the query parameters for the request to Shopify.

2 Likes