跳到主要内容
知仓学习社ZHICANG

supply-chain-optimization-tiktok

Supply Chain Bottleneck Analyzer for TikTok Shop sellers. Diagnose cash flow, inventory turnover, affiliate commissions, and return rates. Includes …

写文件联网无严重或高危命中nexscope-ai/eCommerce-Skills

它会碰到什么

扫了多少4 个文本文件,38 KB
它会碰到什么写文件联网
命中总数3 处
命中统计严重 0 · 高 0 · 中 2 · 低 1

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Supply Chain Optimization — TikTok Shop 📦

Supply chain bottleneck analyzer for TikTok Shop sellers. Diagnose cash flow, inventory, affiliate costs, and return rates.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-tiktok -g

Platform Characteristics

| Feature | TikTok Shop | vs Amazon |

|---------|-------------|-----------|

| Fulfillment | FBT / Self-ship | FBA |

| Commission | 2-8% (category) + 2% transaction | 8-15% |

| Payment cycle | 7-15 days | 14 days |

| Traffic source | Content-driven | Search-driven |

| Return rate | Higher (impulse buying) | Medium |

Cost Structure (TikTok Shop)

Selling Price $XX
├── Product Cost
├── Inbound Shipping
├── FBT Fulfillment / Self-ship
├── Platform Fee (2%)
├── Referral Fee (2-8%)
├── Affiliate Commission (10-30%)  ← TikTok-specific
├── Advertising (Spark Ads)
└── Net Profit

Benchmark Configuration

BENCHMARKS = {
    "tiktok": {
        "gross_margin": {
            "healthy": 0.45,    # Need to cover affiliate commission
            "warning": 0.35,
            "danger": 0.25
        },
        "shipping_ratio": {
            "healthy": 0.05,
            "warning": 0.08,
            "danger": 0.12
        },
        "inventory_days": {
            "healthy": 30,      # TikTok viral cycle is short
            "warning": 45,
            "danger": 60
        },
        "cash_cycle": {
            "healthy": 60,      # Fast payment
            "warning": 90,
            "danger": 120
        },
        "net_margin": {
            "healthy": 0.15,    # After affiliate split
            "warning": 0.08,
            "danger": 0.03
        },
        # TikTok-specific metrics
        "return_rate": {
            "healthy": 0.10,    # <10% healthy
            "warning": 0.20,
            "danger": 0.30
        },
        "affiliate_ratio": {
            "healthy": 0.20,    # Affiliate commission ratio
            "warning": 0.30,
            "danger": 0.40
        }
    }
}

TikTok-Specific Costs

Affiliate Commission

Livestream selling: 10-30% commission
Short video promotion: 10-25% commission
Top influencers: May require upfront fees

Return Costs

TikTok return rates typically higher than traditional e-commerce (impulse buying)
Must account for:
├── Return shipping cost
├── Product damage/loss
└── Restocking fees

Input Data

**Sales (TikTok-specific)**
• Average Selling Price: $___
• FBT Fulfillment Fee: $___/unit
• Platform Fee: 2% (fixed)
• Referral Fee: ___%
• Affiliate Commission Rate: ___% (if applicable)
• Spark Ads Spend Ratio: ___%

**Risk (TikTok-specific)**
• Return Rate: ___%
• Return Processing Cost: $___/unit

API Integration

TikTok Shop API

export TIKTOK_APP_KEY="xxx"
export TIKTOK_APP_SECRET="xxx"
export TIKTOK_ACCESS_TOKEN="xxx"

Available Data

| Data | API |

|------|-----|

| Orders | Order API |

| Products | Product API |

| Logistics | Logistics API |

| Affiliates | Affiliate API |

Bottleneck Diagnosis Focus

TikTok Shop-specific bottlenecks:

  1. High affiliate commission → Profit erosion
  2. High return rate → Hidden costs
  3. Slow inventory turnover → Short viral cycle, high stagnation risk
  4. Content dependency → Unstable traffic

vs Amazon Comparison

| Item | Amazon | TikTok |

|------|--------|--------|

| Commission | 8-15% | 4-10% |

| Affiliate split | None | 10-30% |

| Payment cycle | 14 days | 7-15 days |

| Return rate | 5-15% | 10-30% |

| Traffic | Stable | Volatile |

| Viral cycle | Long | Short |


Part of Nexscope AI — AI tools for e-commerce sellers.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。