Skip to main content

Arguments

input : SwitchProductInputType! required

Input fields for accepting a product switching request.

Returns

SwitchProduct

Apply the quoted products to the given account's matching agreements.

Allowed Viewers

Customer Partner User Third party

Required Permissions

(No)

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation SwitchProduct($input: SwitchProductInputType!) { switchProduct(input: $input) { newAgreement { ...AgreementTypeFragment } } }

Variables

{ "input": SwitchProductInputType }

Response

{ "data": { "switchProduct": { "newAgreement": AgreementType } } }