Skip to main content
Log inSign up
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.

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

The Subscription Contract draft object.

The updated Subscription Line.

The list of errors that occurred from executing the mutation.


Was this section helpful?