Products
Update Product
Updates an existing product.
patch/products/{id}
Request body
Response
product tax code updated
Example response
{
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"route": "pickaxe",
"title": "Pickaxe"
},
"created_at": "2023-12-01T05:00:00.401Z",
"custom_cta_url": "https://example.com/signup",
"custom_statement_descriptor": "PICKAXE",
"description": "Track your revenue, members, and growth in real time.",
"external_identifier": "ext_prod_12345",
"gallery_images": [
{
"url": "https://media.whop.com/abc123/optimized.jpg"
}
],
"global_affiliate_percentage": 6.9,
"headline": "Real-time data analytics for creators",
"id": "prod_xxxxxxxxxxxxx",
"member_affiliate_percentage": 6.9,
"member_count": 42,
"owner_user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"product_tax_code": {
"id": "ptc_xxxxxxxxxxxxxx",
"name": "Digital - SaaS"
},
"published_reviews_count": 42,
"route": "pickaxe-analytics",
"title": "Pickaxe Analytics",
"updated_at": "2023-12-01T05:00:00.401Z"
}