Create Product
Creates a new product for a company.
Authorizations
A company API key, company 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-09"
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
The ID of the product, which will look like prod_*************
When the product was created, as an ISO 8601 timestamp
When the product was last updated, as an ISO 8601 timestamp
The display name of the product shown to customers
Whether the product is publicly visible, hidden, or archived
A short marketing headline displayed on the product page
Whether the product has been verified by Whop
The number of active memberships on this product. Returns 0 if the company has disabled public member counts
The URL slug for the product's public link
The number of published customer reviews for this product
An external identifier stored on the product for your own reference
Custom key-value pairs stored on the product
A written description of the product displayed on the product page
The call-to-action button label displayed on the product's purchase page
A URL that the call-to-action button links to instead of the default checkout flow
A custom text label on the customer's bank statement for purchases of this product
The commission rate affiliates earn through the global affiliate program
The enrollment status of this product in the global affiliate program
The commission rate members earn through the member affiliate program
The enrollment status of this product in the member affiliate program
The gallery images for this product, each an object with id and url
The tax classification code for this product, an object with id, name and product_type. Null if no tax code is set
The user who owns the company selling this product, an object with id, name and username
The company that sells this product, an object with id, route and title

