Auto-Pricing Engine · BV Shop API V2 · 你的後台
P1 嚴重 / P2 警告 → 店家 + 系統管理員
P3 日報(每天 09:00)→ 只寄店家
售價 = 金價(TWD/錢) × 重量(錢) × (1 + 溢價率) + 工錢
以 1 錢 工錢 0 為例:NT$ {{ formatNumber(Math.round(goldPrice.au_mid * 3.75 * (1 + settings.gold_premium_pct/100))) }}
| BV ID | 商品 | 會員等級數 | 重量 (錢) | 工錢 (NT$) | 啟用 | 當前計算價 | 上次推送 |
|---|---|---|---|---|---|---|---|
{{ p.id }} |
{{ p.title }} | {{ parseLevels(p.cus_level_ids).length }} | {{ p.weight_g > 0 && goldPrice ? 'NT$ ' + formatNumber(calc(p)) : '—' }} |
NT$ {{ formatNumber(p.last_pushed_price) }}
{{ formatTime(p.last_pushed_at) }} — |
|||
| 尚未同步商品 — 點上方「從 BV Shop 同步商品」 | |||||||
將推送 {{ enabledCount }} 個啟用商品 × 各等級會員 =
PUT /product-prices/{id}