Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I am trying to set up product subscriptions using a private app.
I am following https://shopify.dev/apps/subscriptions/selling-plans
To use the GraphQL mutations, your app needs to request the following access scopes for a Shopify store:
write_products: Allows an app to write products.
read_customer_payment_methods: Allows an app to read customer payment methods.
read_own_subscription_contracts: Allows an app to read subscription contract mutations for contracts they own.
write_own_subscription_contracts: Allows an app to write subscription contract mutations for contracts they own.
However, in the admin private app permissions, only write_products is available.
Can private apps add these required permissions?
Solved! Go to the solution
This is an accepted solution.
Hi @Matt_Lein
Private apps are not able to implement subscriptions as they cannot get access to protected scopes as outlined in our documentation here: https://shopify.dev/apps/subscriptions#requirements
However, you are able to create a custom app from the partner dashboard and request the access there. I recommend reading through this part of the documentation to make sure your app will meet the criteria for approval. Once you create the custom app in the dashboard:
CS | API Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hi @Matt_Lein
Private apps are not able to implement subscriptions as they cannot get access to protected scopes as outlined in our documentation here: https://shopify.dev/apps/subscriptions#requirements
However, you are able to create a custom app from the partner dashboard and request the access there. I recommend reading through this part of the documentation to make sure your app will meet the criteria for approval. Once you create the custom app in the dashboard:
CS | API Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Do shopify plans on releasing the subscription contracts scope for private apps ? Because my client app really need this feature