Create Product
Creates a new product for a company.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-20"
Body
The display name of the product. Maximum 80 characters.
The unique identifier of the company to create this product for.
Whether the product is visible to customers.
A short marketing headline for the product page.
A written description displayed on the product page.
Custom key-value pairs to store on the product.
The URL slug for the product's public link.
The commission rate affiliates earn.
The enrollment status in the global affiliate program.
The commission rate members earn.
The enrollment status in the member affiliate program.
The call-to-action button label.
A URL the call-to-action button links to.
Custom bank statement descriptor. Must start with WHOP*.
The unique identifier of the tax classification code.
A URL to redirect the customer to after purchase.
Whether to collect a shipping address at checkout.
Response
product created
Product ID, prefixed prod_.
When the product was created, as an ISO 8601 timestamp.
When the product was last updated, as an ISO 8601 timestamp.
Product display name shown to customers.
Whether the product is publicly visible, hidden, or archived.
Short marketing headline displayed on product page.
Whether the product has been verified by Whop.
Active memberships for this product; 0 if public member counts are disabled.
URL slug for the product's public link.
Published customer reviews for this product.
External identifier stored on the product for your own reference.
Custom key-value pairs stored on the product.
Written description displayed on product page.
Call-to-action button label shown on the product purchase page.
URL the call-to-action button links to instead of checkout.
Custom text label on customer's bank statement.
Commission rate affiliates earn through the global affiliate program.
Enrollment status in the global affiliate program.
Commission rate members earn through the member affiliate program.
Enrollment status in the member affiliate program.
Gallery images for this product.
Tax classification code for this product, or null if no tax code is set.
User who owns the account selling this product.
Account that sells this product.

