Preview

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

triggerAdobeRevertSwitch

Enqueues revert-switch processing for a SWITCH order. Responds with an identifier for the async request (like HTTP 202 Accepted); work continues in the background.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_RESELLER

    ROLE_SALES_SUPPORT

    Arguments

    input TriggerAdobeRevertSwitchInput! PREVIEW

    TriggerAdobeRevertSwitchInput fields

    orderId ID!

    Marketplace purchase order ID of the switch order to revert.

    companyId ID!
    userId ID!
    currentSubscription AdobeRevertSwitchCurrentSubscriptionInput! PREVIEW
    restoredSubscription AdobeRevertSwitchRestoredSubscriptionInput! PREVIEW

    Return Fields

    requestId ID!
    status String!
    message String

    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.