---
title: "Synchronize plan prices"
method: POST
path: "/plans/{id}/sync/subscriptions"
tags: ["Plans"]
---

# Synchronize plan prices

`POST /plans/{id}/sync/subscriptions`

Use when you have changed plan prices and need to push them to all active subscriptions (e.g. global price update). Returns workflow ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- ModelsTemporalWorkflowResult
  - `message` string
  - `run_id` string
  - `workflow_id` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-07-15** `f8ecf435d25d` — 4 warning
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `404`
  - added the new `not_implemented` enum value to the `code` response property for the response status `422`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
- **2026-07-09** `7d57386313c7` — 1 breaking, 3 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `message` to the response with the `200` status
  - added the optional property `run_id` to the response with the `200` status
  - added the optional property `workflow_id` to the response with the `200` status
- **2026-07-09** `4b1a811c4179` — 1 breaking, 3 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `message` from the response with the `200` status
  - removed the optional property `run_id` from the response with the `200` status
  - removed the optional property `workflow_id` from the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/plans/:id/sync/subscriptions/post.md)

---

[API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.dev/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/revisions/f8ecf435d25d/schema)
