-
Notifications
You must be signed in to change notification settings - Fork 0
Product
A product is something a Whop company sells — the sellable entity that bundles access to experiences and is priced by one or more Plans. The SDK supports full CRUD on products.
$client->products // Matchable\Whop\Resource\ProductResource| HTTP | POST products |
| Does | Creates a new product. |
| Parameters |
$data — product attributes (e.g. name, description, company ID). |
| Returns | array |
| HTTP | GET products |
| Does | Lists products. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET products/{id} |
| Does | Retrieves a single product by ID. |
| Parameters |
$id — the product ID. |
| Returns | array |
| HTTP | PATCH products/{id} |
| Does | Updates a product's attributes. |
| Parameters |
$id — the product ID; $data — fields to change. |
| Returns | array |
| HTTP | DELETE products/{id} |
| Does | Deletes a product. |
| Parameters |
$id — the product ID. |
| Returns | array |
$product = $client->products->create([
'name' => 'Pro Membership',
'description' => 'Full access to all experiences.',
]);
$client->products->update($product['id'], ['name' => 'Pro Membership (2026)']);Official Whop documentation: https://docs.whop.com
Core Company · AccountLink · File · AccessToken · AuthorizedUser · User · Member · Webhook
Payments & Billing Payment · Checkout · Plan · Product · Membership · Refund · Invoice · PromoCode · PaymentMethod · SetupIntent
Platform & Finance Transfer · FeeMarkup · Topup · Withdrawal · LedgerAccount · PayoutAccount · PayoutMethod
Disputes Dispute · DisputeAlert · ResolutionCenter
Commerce Shipment · Lead · Entry · Review · Affiliate · Stats
Experiences & Courses Experience · Course · CourseChapter · CourseLesson · CourseLessonInteraction · CourseStudent
Communication ChatChannel · DmChannel · DmMember · Message · Reaction · Forum · ForumPost · SupportChannel · Notification
Advertising AdCampaign · AdGroup · Ad
Apps & AI App · AppBuild · AiChat · CompanyTokenTransaction
Verifications Verification