Hey there,
Context
I’m working on a SaaS product that would consume order data from Shopify API’s. This product would be sold to multiple merchants on a subscription basis.
As far as I understand:
- orders can be accessed with an access token
- access tokens are granted w/ OAuth flow
- during the flow client_id and client_secret is used to identify the app
- client_id and client_secret are issued per registered app
- an app can be Public (on Shopify App Store) or Custom (not on App Store)
The documentation mentions that a Public app can be installed on multiple stores, and a Custom app can be installed on a single store.
Question
Can custom apps be installed for multiple merchants (with a single store per merchant limitation)?
Thanks a bunch!
– Dani