← 返回
开发者工具 Key 中文

Whop Store Management

Manage Whop digital products store — create products, plans, track payments, manage memberships. Use when: selling digital products, managing Whop store. Don...
管理Whop数字产品商店——创建产品与计划、追踪支付及管理会员资格。适用场景:销售数字产品、管理Whop商店。
g9pedro g9pedro 来源
开发者工具 clawhub v1.0.0 1 版本 99893 Key: 需要
★ 0
Stars
📥 934
下载
💾 12
安装
1
版本
#latest

概述

Whop Store Management

Manage your Whop digital products store via API.

Setup

  1. Get API key from Whop dashboard → Settings → Developer
  2. Set environment variables:

```bash

export WHOP_API_KEY="apik_..."

export WHOP_COMPANY_ID="biz_..."

```

Usage

import { default as Whop } from '@whop/sdk';
const client = new Whop();
const CID = process.env.WHOP_COMPANY_ID;

// List products
const products = await client.products.list({ company_id: CID });

// Create product
const product = await client.products.create({
  company_id: CID,
  title: 'My Product'
});

// Create pricing plan
const plan = await client.plans.create({
  product_id: product.id,
  company_id: CID,
  plan_type: 'one_time', // or 'renewal'
  initial_price: 29,
  base_currency: 'usd'
});
// plan.purchase_url = checkout link

// Check payments
const payments = await client.payments.list({ company_id: CID });

// Check memberships
const members = await client.memberships.list({ company_id: CID });

Available Resources

products, plans, payments, memberships, experiences, files, webhooks,

promoCodes, courses, forums, chatChannels, checkoutConfigurations,

reviews, leads, notifications

Built by Versatly

Store: https://whop.com/versatly-holdings/

Products: https://store.versatlygroup.com

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 10:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 77 📥 37,854
ai-agent

ClawVault

g9pedro
具备记忆图谱、上下文配置、检查点/恢复、结构化存储、语义搜索、观察记忆、任务追踪、画布等功能的代理记忆系统。
★ 10 📥 10,148
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 161 📥 41,109