# subscriptionBillingCycleSkip - admin - MUTATION Version: 2024-04 ## Description Skips a Subscription Billing Cycle. ### Access Scopes `write_own_subscription_contracts` access scope. Also: The user must have manage_orders_information permission. ## Arguments * [billingCycleInput](/docs/api/admin/2024-04/input-objects/SubscriptionBillingCycleInput): SubscriptionBillingCycleInput! - Input object for selecting and using billing cycles. ## Returns * [billingCycle](/docs/api/admin/2024-04/objects/SubscriptionBillingCycle): SubscriptionBillingCycle The updated billing cycle. * [userErrors](/docs/api/admin/2024-04/objects/SubscriptionBillingCycleSkipUserError): SubscriptionBillingCycleSkipUserError! The list of errors that occurred from executing the mutation. ## Examples