Skip to main content
Anchor to appSubscriptionCancel

appSubscriptionCancel

mutation

Cancels an app subscription on a store.

ID!required

The ID of the app subscription to be cancelled.

BooleanDefault:false

Whether to issue prorated credits for the unused portion of the app subscription. There will be a corresponding deduction (based on revenue share) to your Partner account. For example, if a $10.00 app subscription (with 0% revenue share) is cancelled and prorated half way through the billing cycle, then the merchant will be credited $5.00 and that amount will be deducted from your Partner account.


Was this section helpful?

Anchor to AppSubscriptionCancelPayload returnsAppSubscriptionCancelPayload returns

AppSubscription

The cancelled app subscription.

[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?