--- title: subscriptionBillingCycleUnskip - Customer API description: Unskips a Subscription Billing Cycle. api_version: 2026-01 api_name: customer type: mutation api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/mutations/subscriptionbillingcycleunskip md: https://shopify.dev/docs/api/customer/latest/mutations/subscriptionbillingcycleunskip.md --- # subscription​Billing​Cycle​Unskip mutation Unskips a Subscription Billing Cycle. ## Arguments * billing​Cycle​Input [Subscription​Billing​Cycle​Input!](https://shopify.dev/docs/api/customer/latest/input-objects/SubscriptionBillingCycleInput) required The input object for selecting and using billing cycles. *** ## Subscription​Billing​Cycle​Unskip​Payload returns * billing​Cycle [Subscription​Billing​Cycle](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionBillingCycle) The updated billing cycle. * user​Errors [\[Subscription​Billing​Cycle​Unskip​User​Error!\]!](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionBillingCycleUnskipUserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### subscriptionBillingCycleUnskip reference