Skip to main content
Anchor to appSubscriptionTrialExtend

appSubscriptionTrialExtend

mutation

Requires This must be a third party developed application that you can access.

Extends the trial period for an existing app subscription. Trial extensions give merchants additional time to use the app before committing to paid billing.

Requires the subscription ID and the number of days to extend (between one and 1000). The extension modifies the existing trial end date, allowing continued access to subscription features without immediate billing. Returns the updated AppSubscription.

Learn more about offering free trials.

Int!
required

The number of days to extend the trial. The value must be greater than 0 and less than or equal to 1000.

ID!
required

The ID of the app subscription to extend the trial for.


Was this section helpful?

Anchor to AppSubscriptionTrialExtendPayload returnsAppSubscriptionTrialExtendPayload returns

AppSubscription

The app subscription that had its trial extended.

[AppSubscriptionTrialExtendUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?