Improved

New subscription keys now available across Admin API endpoints

Three new fields have been added to the subscription object returned by key Admin API endpoints, giving you richer subscription data without additional API calls.

What's new?

The following keys are now available in the response payload of the Read all subscriptions, Read subscriptions for customer , and Read subscription details endpoints:

  • nextBillingDate - The date on which the next billing attempt is scheduled for the subscription.
  • orderInterval - The frequency interval at which orders are placed for the subscription.
  • completedOrdersCount - The total number of orders successfully completed under the subscription.

Compatibility / Impact

No breaking changes. These are additive fields; existing requests and integrations will continue to work as before.