Sync All Products with Specific Provider (Admin)
POST
/bridge-payment/admin/sync/provider/{providerId}
Admin endpoint to bulk synchronize all products with a specific payment provider (e.g., Stripe).
Authorizations
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Parameters
Path Parameters
providerId*
Payment provider ID (e.g., 'stripe')
Typestring
RequiredRequest Body
application/json
JSON
{
"force": false,
"dryRun": false,
"updatePrices": false,
"product_ids": [
"string"
]
}
Responses
Provider sync completed