Skip to content

Migrate Product Prices (Admin)

POST
/bridge-payment/admin/sync/migrate-prices

Admin endpoint to migrate prices for existing products and subscriptions. Supports dry run mode to preview changes before applying.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Request Body

application/json
JSON
{
"provider_id": "stripe",
"product_ids": [
"string"
],
"old_price_cents": 0,
"new_price_cents": 0,
"effective_date": "string",
"dryRun": false
}

Responses

Price migration completed or preview

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI