Endpoints
| Endpoint | Request |
|---|---|
| List Products | GET /products |
| Create Product | POST /products |
| Retrieve Product | GET /products/{id} |
| Update Product | PATCH /products/{id} |
| Delete Product | DELETE /products/{id} |
Attributes
The datetime the product was created.
Call-to-action button label shown on the product purchase page.Available options:
get_access, join, order_now, shop_now, call_now, donate_now, contact_us, sign_up, subscribe, purchase, get_offer, apply_now, complete_orderAn optional URL that the call-to-action button links to instead of the default
checkout flow. Null if no custom URL is set.
Custom bank statement descriptor for product purchases. Maximum 22 characters,
including required
WHOP* prefix.A brief summary of what the product offers, displayed on product pages and
search results.
External identifier for the product. Providing it on a product creation
endpoint updates the existing product with this identifier instead of creating
a new one.
Marketplace affiliate commission percentage for this product, or
null if
program is inactive.The enrollment status of this product in the Whop marketplace global affiliate program.Available options:
enabled, disabledA short marketing headline displayed prominently on the product’s product
page.
The unique identifier for the product.
Member referral commission percentage for this product, or
null if program
is inactive.The enrollment status of this product in the member affiliate program.Available options:
enabled, disabledActive memberships for this product. Returns
0 if the account has disabled
public member counts.Custom key-value pairs stored on the product and included in payment and
membership webhook payloads. Max 50 keys, 100 characters per key, 500
characters per string value.
The tax classification code applied to purchases of this product for sales tax calculation. Null if no tax code is assigned.
Properties
Properties
The unique identifier for the product tax code.
Human-readable name of this tax classification, such as ‘Digital - SaaS’.
Broad product category this tax code covers, such as physical goods or digital services.Available options:
physical, digital, servicesThe total number of published customer reviews for this product’s company.
URL slug in the product’s public link, e.g.
pickaxe-analytics in
whop.com/company/pickaxe-analytics.The display name of the product shown to customers on the product page and in
search results.
The datetime the product was last updated.
Whether this company has been verified by Whop’s trust and safety team.
Controls whether the product is visible to customers. When set to ‘hidden’, the product is only accessible via direct link.Available options:
visible, hidden, archived, quick_linkProduct

