---
title: subscriptionBillingCycleSkip - Customer API
description: Skips a Subscription Billing Cycle.
api_version: 2025-07
api_name: customer
type: mutation
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-07/mutations/subscriptionBillingCycleSkip
  md: >-
    https://shopify.dev/docs/api/customer/2025-07/mutations/subscriptionBillingCycleSkip.md
---

# subscription​Billing​Cycle​Skip

mutation

Skips a Subscription Billing Cycle.

## Arguments

* billing​Cycle​Input

  [Subscription​Billing​Cycle​Input!](https://shopify.dev/docs/api/customer/2025-07/input-objects/SubscriptionBillingCycleInput)

  required

  The input object for selecting and using billing cycles.

***

## Subscription​Billing​Cycle​Skip​Payload returns

* billing​Cycle

  [Subscription​Billing​Cycle](https://shopify.dev/docs/api/customer/2025-07/objects/SubscriptionBillingCycle)

  The updated billing cycle.

* user​Errors

  [\[Subscription​Billing​Cycle​Skip​User​Error!\]!](https://shopify.dev/docs/api/customer/2025-07/objects/SubscriptionBillingCycleSkipUserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Examples

* ### subscriptionBillingCycleSkip reference
