Skip to main content
Anchor to subscriptionContractActivate

subscriptionContractActivate

mutation

Requires write_own_subscription_contracts access scope. Also: The user must have manage_orders_information permission.

Activates a Subscription Contract. Contract status must be either active, paused, or failed.

•SubscriptionActor

The actor who initiated a subscription action.

Anchor to subscriptionContractIdsubscriptionContractId
•ID!
required

The ID of the Subscription Contract.


Was this section helpful?

Anchor to SubscriptionContractActivatePayload returnsSubscriptionContractActivatePayload returns

•SubscriptionContract

The new Subscription Contract object.

•[SubscriptionContractStatusUpdateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?