Anchor to subscriptionContractUpdatesubscription
mutationsubscription Contract Update
Requires access scope. Also: The user must have manage_orders_information permission.
The subscriptionContractUpdate mutation allows you to create a draft of an existing subscription contract. This draft can be reviewed and modified as needed. Once the draft is committed with subscriptionDraftCommit, the changes are applied to the original subscription contract.
Anchor to Arguments
Arguments
- Anchor to contractIdcontract•ID!required
Id The gid of the Subscription Contract to update.
Was this section helpful?
- Anchor to draftdraft•Subscription
Draft The Subscription Contract object.
- Anchor to userErrorsuser•[Subscription
Errors Draft User Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?