subscriptionDraftLineUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates a subscription line on a subscription 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 update a subscription line from.
-
input:
SubscriptionLineUpdateInput! -
The properties of the new Subscription Line.
-
lineId:
ID! -
The gid of the Subscription Line to update.
Returns
-
draft:
SubscriptionDraft
The Subscription Contract draft object.
-
lineUpdated:
SubscriptionLine
The updated Subscription Line.
-
userErrors:
SubscriptionDraftUserError!
The list of errors that occurred from executing the mutation.
Examples