---
title: "Change subscription plan"
method: POST
path: "/2023-10/subscription/{subscriptionId}/subscriptionPlan/update"
---

# Change subscription plan

`POST /2023-10/subscription/{subscriptionId}/subscriptionPlan/update`

## Path parameters

- `subscriptionId` integer, required

## Request body

- object
  - `sellingPlanShopifyId` integer, required — Shopify ID of the new frequency
  - `nextBillingDateEpoch` integer, required — Epoch of the next billing date for the subscription

## Response `200`

200

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

---

[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/revisions/1524500daa02/schema)
