v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBProducts
Patch a product
Partially updates a product. Only the submitted fields are updated — omitted fields remain unchanged.
patch/products/{uid}
Path parameters
uidstring required
Qonversion product UID
Request body
Response
Product patched
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
}