Hi guys,
just to said I went and read all the following:
-
https://www.shopify.com/partners/blog/shopify-app-billing-cycle
-
https://shopify.dev/tutorials/bill-for-your-app-using-graphql-admin-api
but I was not able to answer, yet some of the questions that I have. Given that we are building app in react and node and want to start using GraphQL. We plan to use do use subscription base plans, but use pay-as-you-go model.
we have a few questions over billing API:
-
In https://shopify.dev/tutorials/bill-for-your-app-using-graphql-admin-api - in the flow “How billing works with the GraphQL Admin API” is not clear if shop owner need to complete this process once (on for subscription to start), or we need to push store owner verify every charge?
-
Do we need for each usage charge to issue it right a way to billing, or we can process them in batch and add them lets say once every 24h? As far as I understand we need to use this: https://shopify.dev/docs/admin-api/graphql/reference/mutation/input-object/appusagepricinginput to do so.
Two other questions, not related to billing:
-
We understand from here https://shopify.dev/docs/admin-api/graphql/reference/object/shop/ we can colloct store information - but is there a way to take store logo?
-
We want our app to expose a page to store clients like “shop-url – Opening Soon” or “custom-domain.com/page-X”
Thanks for all the help! If you can point me in the right direction where I can read more will also be appreciated.