Hello
we are building a connector App that will just work in the background and sync some catalog data we have, with our user’s Shopify catalog. So essentially the only reason we have the app is to allow for some data sync between our Web site and the users Shopify store.
We wonder if in this case we also need to use the Billing API? since users will not actually interact with the app at all, and also we plan to not charge anything for this connector app from our users
for reference this app will be similar to the quickbooks connector app:
https://apps.shopify.com/qbconnector
where it is really just a background connector and does not have any presence on the users shopify store.
We need to know why and if the Billing API would be needed assuming that:
-
all our users will already be existing members of our website
-
the app will just be used to get an API key from shopify to sync the catalog
-
we plan to charge nothing from our users to install this app.
thanks!