subscriptionDraftCommit - admin-graphql - MUTATION
Version: 2024-10
Description:
Commits the updates of a Subscription Contract draft.
Access Scopes
`write_own_subscription_contracts` access scope. Also: The user must have manage_orders_information permission.
Arguments
-
draftId:
ID! -
The gid of the Subscription Contract draft to commit.
Returns
-
contract:
SubscriptionContract
The updated Subscription Contract object.
-
userErrors:
SubscriptionDraftUserError!
The list of errors that occurred from executing the mutation.
Examples