---
title: "Skip Subscription"
method: PATCH
path: "/orders/{order_id}/skip_subscription/"
---

# Skip Subscription

`PATCH /orders/{order_id}/skip_subscription/`

Removes all items belonging to the given subscription from the given order and generates the next order for those items.

## Path parameters

- `order_id` string, required

## Request body

- object
  - `subscription` string — The ID of the subscription

## Response `200`

200

- object
  - `merchant` string
  - `customer` string
  - `payment` string
  - `shipping_address` string
  - `public_id` string
  - `sub_total` string
  - `tax_total` string
  - `shipping_total` string
  - `discount_total` string
  - `total` string
  - `created` string
  - `place` string
  - `cancelled` string
  - `tries` integer
  - `generic_error_count` integer
  - `status` integer
  - `type` integer
  - `order_merchant_id` string
  - `rejected_message` string
  - `extra_data` string
  - `locked` boolean
  - `oos_free_shipping` 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)
