---
title: "Change Frequency"
method: PATCH
path: "/subscriptions/{subscription_id}/change_frequency/"
---

# Change Frequency

`PATCH /subscriptions/{subscription_id}/change_frequency/`

Changes how often to place an order.

## Path parameters

- `subscription_id` string, required

## Request body

- object
  - `every` integer, required — Number of periods
  - `every_period` integer, required — Type of period

## 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)
