For the complete documentation index, see llms.txt. This page is also available as Markdown.

reactivateSubscription

Reactivates a cancelled subscription.

Arguments

Argument
Description

Parameters for ReactivateSubscription

ReactivateSubscriptionInput Arguments

Argument
Description

id (ID!)

ID of the cancelled, stopped, or customer-unsubscribed subscription to reactivate.

nextBillingDate (ISO8601Date)

Next billing date to use after reactivation. When omitted, the existing date is kept if it is still valid or recalculated to the next valid date.

Return fields

errors ([ModelValidationError!]!)

subscription (Subscription)

Last updated

Was this helpful?