Preview

addSubscriptionCancellationReasons is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

addSubscriptionCancellationReasons

Add subscription cancellation reason for subscription cancellation process

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_PARTNER

    ROLE_CHANNEL_ADMIN

    Arguments

    input [SubscriptionCancellationReasonInput!]! PREVIEW

    SubscriptionCancellationReasonInput fields

    code SubscriptionCancellationReasonCode!

    Cancellation reason code

    label String!

    Label for the cancellation reason in the default locale

    allowedRoles [SubscriptionCancellationReasonAllowedRoles!]! PREVIEW

    Allowed roles for the cancellation reason

    Return Fields

    data [SubscriptionCancellationReason!] PREVIEW

    List of subscription cancellation reasons

    userErrors [SubscriptionCancellationReasonErrors!] PREVIEW

    List of user errors that occurred during the request.

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.