---
title: "POST /api/sellers/{id}/product-plans/{planId}/activate"
method: POST
path: "/api/sellers/{id}/product-plans/{planId}/activate"
tags: ["api", "sellers"]
---

# POST /api/sellers/{id}/product-plans/{planId}/activate

`POST /api/sellers/{id}/product-plans/{planId}/activate`

Activate a product plan for a seller

## Path parameters

- `id` string, required — Seller ID
- `planId` 'vivenu-engage', required — Product Plan ID

## Request body

- object
  - `discount` number — Discount percentage (0-1)

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
