
supply-chain-optimization-tiktok
โ 319by nexscope-ai ยท part of nexscope-ai/ecommerce-skills
Supply Chain Bottleneck Analyzer for TikTok Shop sellers. Diagnose cash flow, inventory turnover, affiliate commissions, and return rates. Includes FBT cost analysis, influencer payout optimization, and viral product lifecycle management. No API key required for basic analysis.
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
Supply Chain Optimization โ TikTok Shop ๐ฆ
Supply chain bottleneck analyzer for TikTok Shop sellers. Diagnose cash flow, inventory, affiliate costs, and return rates.
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 ProfitTikTok-Specific Costs
Affiliate Commission
Livestream selling: 10-30% commission
Short video promotion: 10-25% commission
Top influencers: May require upfront feesReturn Costs
TikTok return rates typically higher than traditional e-commerce (impulse buying)
Must account for:
โโโ Return shipping cost
โโโ Product damage/loss
โโโ Restocking feesInput 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: $___/unitAPI 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:
- High affiliate commission โ Profit erosion
- High return rate โ Hidden costs
- Slow inventory turnover โ Short viral cycle, high stagnation risk
- 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.
npx skills add https://github.com/nexscope-ai/ecommerce-skills --skill supply-chain-optimization-tiktokRun this in your project โ your agent picks the skill up automatically.
Installation
npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-tiktok -gBenchmark 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
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ