Skip to main content
Anchor to subscriptionContractProductChange

subscriptionContractProductChange

mutation

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

Allows for the easy change of a Product in a Contract or a Product price change.

•SubscriptionContractProductChangeInput!required

The properties of the Product changes.

•ID!required

The gid of the Subscription Line to update.

Anchor to subscriptionContractIdsubscriptionContractId
•ID!required

The ID of the subscription contract.


Was this section helpful?

Anchor to SubscriptionContractProductChangePayload returnsSubscriptionContractProductChangePayload returns

•SubscriptionContract

The new Subscription Contract object.

•SubscriptionLine

The updated Subscription Line.

•[SubscriptionDraftUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?