Skip to main content
← Back to changelog page

2023-02-01 — Add subscription order_count

The subscription now contains a field called order_count. This field gives the current count of orders created for a subscription.

The order_count field is now present on all responses that include the subscription model. It is initialized to 1 on new subscriptions created through the checkout, can be specified on calls to Create Subscription, and modified using Partial Update Subscription.