Can the App owner Extend trial for a particular client

Can the App owner Extend trial for a particular client

Manish_G
Shopify Partner
9 0 1

Hey, 

Can I as the owner of the app extend the trial period for a particular client. If yes, can you please help me with the steps to how to do so?

Thanks. 

Replies 2 (2)

Julie
Shopify Staff
1109 106 372

Hi, @Manish_G!

Julie here from Shopify Support.

As a Shopify Partner, you can use either the REST Admin API or GraphQL Admin API to bill merchants for your app.

In the REST Admin API help documentation, there is a section on extending free trials. There, you'll see that it's not possible to extend an existing free trial. Instead, you can cancel the charge that the trial is associated with and issue a new charge.

We also have help documentation for billing with the GraphQL Admin API. While you'll find some information on free trials there, it doesn't indicate whether trial extensions are possible. I got in touch with our Partners team for more information and they confirmed that like the REST Admin API, it is not possible to extend trials.

Our Partners team suggests canceling the charge and recreating it. You can also choose to reset free trials if merchants uninstall and reinstall your app, which may be another workaround worth considering. You can learn how to do this here.

I hope this helps! What kind of app do you have? 

Julie | Social Care @ 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 the Shopify Help Center or the Shopify Blog

miguel1vega
Shopify Partner
8 0 2

According to the new GraphQL Admin API documentation, now it is possible to extend an existing free trial: https://shopify.dev/docs/api/admin-graphql/2024-01/mutations/appSubscriptionTrialExtend

Building Shopify Blockchain Apps