Skip to main content
Anchor to subscriptionDraftLineUpdate

subscriptionDraftLineUpdate

mutation

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

Updates a subscription line on a subscription draft.

•ID!required

The gid of the Subscription Contract draft to update a subscription line from.

•SubscriptionLineUpdateInput!required

The properties of the new Subscription Line.

•ID!required

The gid of the Subscription Line to update.


Was this section helpful?

Anchor to SubscriptionDraftLineUpdatePayload returnsSubscriptionDraftLineUpdatePayload returns

•SubscriptionDraft

The Subscription Contract draft object.

•SubscriptionLine

The updated Subscription Line.

•[SubscriptionDraftUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?