Update Product (Admin)​
PUT
/bridge-payment/admin/products/{id}
Admin endpoint to update an existing product. Supports intelligent pricing updates.
Authorizations​
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Parameters​
Path Parameters
id*
Product ID
Typestring
RequiredRequest Body​
application/json
JSON
{
"name": "string",
"description": "string",
"subtotal_cents": 0,
"tax_cents": 0,
"discount_cents": 0,
"total_cents": 0,
"is_active": true,
"metadata": {
}
}
Responses​
Product updated successfully