---
title: "Checkout reactivate"
method: POST
path: "/2023-10/subscription/{subscriptionId}/checkoutReactivate"
---

# Checkout reactivate

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

## Path parameters

- `subscriptionId` integer, required

## Request body

- object
  - `lines` object[], required
    - `variantShopifyId` integer, required
    - `quantity` integer, required
    - `storePrice` number, float, required
    - `type` 'SUBSCRIPTION' | 'ONETIME', required
    - `isUpsell` boolean
    - `upsellSource` 'ADMIN_PORTAL' | 'CUSTOMER_PORTAL' | 'API'
    - `attributes` object[]
      - `key` string
      - `value` string
  - `manualDiscounts` object
    - `title` string, required
    - `type` 'FIXED_AMOUNT' | 'PERCENTAGE', required
    - `value` number, float, required
    - `orderLimit` integer, required
  - `discounts` string[]

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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