Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to SubscriptionBillingCycle

SubscriptionBillingCycle

object

Requires the read_own_subscription_contracts or write_own_subscription_contracts scope.

A subscription billing cycle.

Anchor to Fields and connectionsFields and connections

Anchor to billingAttemptExpectedDatebillingAttemptExpectedDate
•
DateTime!non-null

The date on which the billing attempt is expected to be made.

•

The list of billing attempts associated with the billing cycle.

•
DateTime!non-null

The end date of the billing cycle.

•
Int!non-null

The index of the billing cycle.

•
DateTime!non-null

The start date of the billing cycle.

•
Boolean!non-null

Whether this billing cycle was edited.

•

The active edited contract for the billing cycle.

•
Boolean!non-null

Whether this billing cycle was skipped.

•

The subscription contract that the billing cycle belongs to.

•

The status of the billing cycle.


Was this section helpful?

•
query

Returns a subscription billing cycle found either by cycle index or date.

•
query

Retrieves the results of the asynchronous job for the subscription billing cycle bulk action based on the specified job ID. This query can be used to obtain the billing cycles that match the criteria defined in the subscriptionBillingCycleBulkSearch and subscriptionBillingCycleBulkCharge mutations.

•
query

Returns subscription billing cycles for a contract ID.


Was this section helpful?

•
mutation

Delete the schedule and contract edits of the selected subscription billing cycle.

•
mutation

Delete the current and future schedule and contract edits of a list of subscription billing cycles.

•
mutation

Modify the schedule of a specific billing cycle.

•
mutation

Skips a Subscription Billing Cycle.

•
mutation

Unskips a Subscription Billing Cycle.


Was this section helpful?