v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBProducts
Update a product
Replaces all product fields. Unlike PATCH, all fields must be provided — omitted fields are reset to defaults.
put/products/{uid}
Path parameters
uidstring required
Qonversion product UID
Request body
Response
Product updated
Example response
{
"uid": "premium_monthly",
"project_id": 12345,
"type": 1,
"apple_product_id": "com.app.premium_monthly",
"google_product_id": "com.app.premium_monthly",
"google_base_plan_id": "monthly-base",
"stripe_product_id": "prod_abc123",
"duration": 1,
"subscription_duration": "P1M",
"created_at": 1665669916,
"updated_at": 1665669916
}