⚠️ API Integration Required
ขั้นตอนการเชื่อมต่อ PuppetVendors API:
1. เข้า PuppetVendors Dashboard → Settings → API & Webhooks
2. สร้าง API Key และคัดลอก
3. อัปเดตโค้ดด้านล่างใน fetchVendorData() ด้วย API Key ของคุณ
4. ข้อมูลจะถูกดึงจาก PuppetVendors แบบ real-time
ยินดีต้อนรับกลับ, {{ vendorName }}! 👋
นี่คือภาพรวมของ AI Agents และยอดขายของคุณ
Total Revenue
{{ formatCurrency(stats.totalRevenue) }}
{{ stats.revenueChange >= 0 ? '↑' : '↓' }} {{ Math.abs(stats.revenueChange) }}% from last month
Active AI Agents
{{ stats.activeProducts }}
↑ {{ stats.newProducts }} new this month
Total Sales
{{ stats.totalSales }}
{{ stats.salesChange >= 0 ? '↑' : '↓' }} {{ Math.abs(stats.salesChange) }}% from last month
Pending Payout
{{ formatCurrency(stats.pendingPayout) }}
Next payout: {{ stats.nextPayoutDate }}
Your AI Agents
| Product | Category | Price | Sales | Revenue | Status | Actions |
|---|---|---|---|---|---|---|
{{ product.title }}{{ product.description }} |
{{ product.category }} | {{ formatCurrency(product.price) }} | {{ product.sales }} | {{ formatCurrency(product.revenue) }} | {{ product.status }} |
Recent Payouts
| Date | Amount | Method | Status | Transaction ID |
|---|---|---|---|---|
| {{ formatDate(payout.date) }} | {{ formatCurrency(payout.amount) }} | {{ payout.method }} | {{ payout.status }} | {{ payout.transactionId }} |