---
title: "Reactivate"
method: PATCH
path: "/subscriptions/{subscription_id}/reactivate/"
---

# Reactivate

`PATCH /subscriptions/{subscription_id}/reactivate/`

Changes a subscription from canceled/inactive to live/active.

## Path parameters

- `subscription_id` string, required

## Request body

- object
  - `every` integer, required — Number of periods
  - `every_period` integer, required — Type of period
  - `start_date` string, date, required — The date the subscription becomes active. Expected format: YYYY-MM-DD. Also used as the base for calculating the first order date when next_order_date is not provided (start_date + frequency).
  - `next_order_date` string, date — Optional - Sets the date for the first order after reactivation. Expected format: YYYY-MM-DD. Must not be in the past. If not provided, the order date defaults to start_date + frequency (derived from every and every_period fields).

## Response `200`

200

- object
  - `customer` string
  - `merchant` string
  - `product` string
  - `payment` string
  - `shipping_address` string
  - `offer` string
  - `subscription_type` string
  - `components` object[]
  - `extra_data` object
  - `public_id` string
  - `product_attribute` unknown
  - `quantity` integer
  - `price` unknown
  - `frequency_days` integer
  - `reminder_days` integer
  - `every` integer
  - `every_period` integer
  - `start_date` string
  - `cancelled` unknown
  - `cancel_reason` unknown
  - `cancel_reason_code` unknown
  - `iteration` unknown
  - `sequence` unknown
  - `session_id` string
  - `merchant_order_id` string
  - `customer_rep` unknown
  - `club` unknown
  - `created` string
  - `updated` string
  - `live` boolean

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/ordergroove/apis/ordergroove-restrpc.md) · [All operations](https://skmtc.net/ordergroove/apis/ordergroove-restrpc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ordergroove/ordergroove-restrpc/versions/ba97e740d08c/schema)
