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 subscriptionContractSetNextBillingDate

subscriptionContractSetNextBillingDate

mutation

Requires write_own_subscription_contracts access scope. Also: The user must have manage_orders_information permission.

Sets the next billing date of a Subscription Contract. This field is managed by the apps. Alternatively you can utilize our Billing Cycles APIs, which provide auto-computed billing dates and additional functionalities.

ID!required

The gid of the Subscription Contract to set the next billing date for.

DateTime!required

The next billing date.


Was this section helpful?

Anchor to SubscriptionContractSetNextBillingDatePayload returnsSubscriptionContractSetNextBillingDatePayload returns

The updated Subscription Contract object.

The list of errors that occurred from executing the mutation.


Was this section helpful?