This is the first time we are building an app for Shopify.
We have created a Custom app for Shopify Admin to implement our functionality to ease the returns of the items by customers.
We wanted to make this a paid app when we publish the app.
When we want to call appSubscriptionCreate API to setup the billing plan, it is giving an error. It seems this can be called only by public app.
Can anyone please let me know how to test the billing feature, preferably before publishing the app?
Thanks for the input. This is possible for a new app. I will try with a new app.
However for existing custom app, is there any way to test the billing api?
Incorrect. This means that your development app should be a Public App that you don’t submit to the App Store. This allows you to build and test the Billing API
I’ve created (few times) an app and marked it as a public distribution so now it’s on “Draft” mode. Even though, I still keep getting this error saying:
“Apps without a public distribution cannot use the Billing API”
When using the GraphiQL tool, I do manage to call appSubscriptionCreate mutation.