OpenAPI 3.1.02026-08-143874115.7 MB
a84d4905fdbb
Products
Retrieve Product
Retrieves the details of an existing product. This endpoint is publicly accessible.
get/products/{id}
Response
product retrieved without authentication
Example response
{
"account": {
"id": "biz_xxxxxxxxxxxxxx",
"route": "biz_xxxxxxxxxxxxxx",
"title": "Shine Time Auto Detailing"
},
"created_at": "2026-01-01T12:00:00.000Z",
"custom_cta": "order_now",
"custom_cta_url": "https://shinetime.example/book",
"custom_statement_descriptor": "WHOP*SHINETIME",
"description": "Full interior extraction, leather conditioning, and an ozone odor treatment.",
"external_identifier": "SHINE-CERAMIC-01",
"gallery_images": [
{
"content_type": "image/png",
"id": "file_xxxxxxxxxxxxxx",
"url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
],
"global_affiliate_percentage": 10,
"global_affiliate_status": "enabled",
"headline": "Steam, shampoo, and odor removal in one visit",
"id": "prod_xxxxxxxxxxxxxx",
"marketplace_status": "not_available",
"member_affiliate_percentage": 5,
"member_affiliate_status": "enabled",
"metadata": {
"bay": "1",
"duration_hours": "4"
},
"owner_user": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Marcus Webb",
"username": "marcuswebb"
},
"product_tax_code": {
"id": "ptc_xxxxxxxxxxxxxx",
"name": "General - Digital Goods",
"product_type": "digital"
},
"route": "interior-deep-clean",
"title": "Interior Deep Clean",
"updated_at": "2026-01-01T12:00:00.000Z",
"visibility": "visible"
}