Skip to main content
Log inSign up
Anchor to subscriptionContractCreate

subscriptionContractCreate

mutation

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

Creates a Subscription Contract Draft. You can submit all the desired information for the draft using Subscription Draft Input object. You can also update the draft using the Subscription Contract Update mutation. The draft is not saved until you call the Subscription Draft Commit mutation.

The properties of the new Subscription Contract.


Was this section helpful?

Anchor to SubscriptionContractCreatePayload returnsSubscriptionContractCreatePayload returns

The Subscription Contract object.

The list of errors that occurred from executing the mutation.


Was this section helpful?