---
title: "Reschedule subscription"
method: POST
path: "/2023-10/subscription/{subscriptionId}/reschedule"
---

# Reschedule subscription

`POST /2023-10/subscription/{subscriptionId}/reschedule`

This endpoint allow you to reschedule the next billing date of the upcoming order for an existing subscription.

## Path parameters

- `subscriptionId` integer, required

## Request body

- object
  - `newBillingDateEpoch` integer, required — New billing date (in epoch seconds) of the subscription.
  - `rescheduleFutureOrders` boolean — By default the value will be passed as true.
  - `notifyCustomer` boolean — By default the value will be passed as true.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` unknown
  - `code` string
  - `pageInfo` unknown

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
