subscriptionBillingCycleContractEdit - admin-graphql - MUTATION
Version: 2024-10
Description:
Edit the contents of a subscription contract for the specified billing cycle.
Access Scopes
`write_own_subscription_contracts` access scope. Also: The user must have manage_orders_information permission.
Arguments
-
billingCycleInput:
SubscriptionBillingCycleInput! -
Input object for selecting and using billing cycles.
Returns
-
draft:
SubscriptionDraft
The draft subscription contract object.
-
userErrors:
SubscriptionDraftUserError!
The list of errors that occurred from executing the mutation.
Examples