Create shopify connections for customers

Problem Statement

We offer a Shopify Social connection which accommodates only one store per connection. Our customers log into specific Shopify stores and would potentially need thousands of these social connections. How to implement this scenario where users are not presented with thousands of buttons.

Solution

  • leverage the Organizations features so that each Shopify store is modeled as one Organization in Auth0
  • associate each organization with only one Shopify connection
  • the login process will vary depending on the use case. You could have the end user type a Shopify store (aka, an Organization) to log in with that specific connection. Or you could figure out a means for their app to append the correct organization parameter when this user log in.