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
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.