v8
OpenAPI 3.1.02026-08-033623795.0 MBCreate Product
Creates a new product for an account.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
The unique identifier of the account to create this product for.
Whether to collect a shipping address at checkout.
The call-to-action button label.
A URL the call-to-action button links to.
Custom bank statement descriptor. Must start with WHOP*.
A written description displayed on the product page.
The commission rate affiliates earn.
The enrollment status in the global affiliate program.
A short marketing headline for the product page.
The commission rate members earn.
The enrollment status in the member affiliate program.
Custom key-value pairs to store on the product.
The unique identifier of the tax classification code. See the available product categories.
A URL to redirect the customer to after purchase.
The URL slug for the product's public link.
Whether to send an automated welcome message via support chat when a user joins this product. Defaults to true.
The display name of the product. Maximum 80 characters.
Whether the product is visible to customers.
Response
product created
Account that sells this product.
When the product was created, as an ISO 8601 timestamp.
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.
Written description displayed on product page.
External identifier stored on the product for your own reference.
Commission rate affiliates earn through the global affiliate program.
Enrollment status in the global affiliate program.
Short marketing headline displayed on product page.
Product ID, prefixed prod_.
Listing state on the whop.com marketplace. pending_review means submitted and awaiting review; live_marketplace means approved and discoverable.
Commission rate members earn through the member affiliate program.
Enrollment status in the member affiliate program.
Active memberships for this product; 0 if public member counts are disabled.
Custom key-value pairs stored on the product.
User who owns the account selling this product.
Tax classification code for this product, or null if no tax code is set.
Published customer reviews for this product.
URL slug for the product's public link.
Product display name shown to customers.
When the product was last updated, as an ISO 8601 timestamp.
Whether the product has been verified by Whop.
Whether the product is publicly visible, hidden, or archived.
Example response
{
"custom_cta": "get_access",
"global_affiliate_status": "enabled",
"marketplace_status": "not_available",
"member_affiliate_status": "enabled"
}