post https://api.loopsubscriptions.com/admin/2023-10/subscription//reschedule
This endpoint allow you to reschedule the next billing date of the upcoming order for an existing subscription.
Token scope - Write subscriptions
Rate limit - 5/s
Body parameters explained:
nextBillingDateEpoch
- New billing date of the next upcoming subscription order.rescheduleFutureOrders
- This key allows you to select if all future orders should be rescheduled or only the next upcoming order. By default, the value will be set as true unless passed otherwise.
Please note - while passing the value as false, the nextBillingDateEpoch value should be lesser than the next subsequent order date.