
supply-chain-optimization-walmart
โ 319by nexscope-ai ยท part of nexscope-ai/ecommerce-skills
Supply Chain Bottleneck Analyzer for Walmart Marketplace sellers. Diagnose cash flow, inventory, WFS costs, and referral fees. Includes comparison with Amazon FBA, lower storage fee optimization, and Walmart Connect ad spend analysis. 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 โ Walmart ๐ฆ
Supply chain bottleneck analyzer for Walmart Marketplace sellers. Diagnose cash flow, inventory, WFS costs, and referral fees.
Platform Characteristics
| Feature | Walmart | vs Amazon |
|---|---|---|
| Fulfillment | WFS (Walmart Fulfillment Services) | FBA |
| Commission | 6-15% (by category) | 8-15% |
| Payment cycle | 14-21 days | 14 days |
| Storage fees | Lower | Higher |
| Long-term storage | No extra fee | Yes |
Cost Structure (Walmart)
Selling Price $XX
โโโ Product Cost
โโโ Inbound Shipping
โโโ WFS Fulfillment Fee (similar to FBA)
โโโ WFS Storage Fee (lower than FBA)
โโโ Referral Fee (6-15%)
โโโ Advertising (Walmart Connect)
โโโ Net ProfitAPI Integration
Walmart Marketplace API
export WALMART_CLIENT_ID="xxx"
export WALMART_CLIENT_SECRET="xxx"Available Data
| Data | API |
|---|---|
| Orders | Orders API |
| Inventory | Inventory API |
| Fee Reports | Reports API |
Input Data
**Sales (Walmart-specific)**
โข Average Selling Price: $___
โข WFS Fulfillment Fee: $___/unit
โข Referral Fee Rate: ___%
โข Walmart Connect Ad Spend Ratio: ___%
**Inventory**
โข Current Inventory Days: ___ days
โข (Walmart has no long-term storage fees)vs Amazon Comparison
| Item | Amazon | Walmart |
|---|---|---|
| Fulfillment | FBA | WFS |
| Storage fees | High | Low |
| Long-term storage | Yes | No |
| Commission | 8-15% | 6-15% |
| Payment cycle | 14 days | 14-21 days |
| Traffic | High | Medium |
Key Advantages
- No long-term storage fees โ Better for slow-moving inventory
- Lower referral fees โ 6-15% vs Amazon's 8-15%
- Lower storage costs โ WFS storage cheaper than FBA
- Growing marketplace โ Less competition than Amazon
Part of Nexscope AI โ AI tools for e-commerce sellers.
npx skills add https://github.com/nexscope-ai/ecommerce-skills --skill supply-chain-optimization-walmartRun this in your project โ your agent picks the skill up automatically.
Installation
npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-walmart -gBenchmark Configuration
BENCHMARKS = {
"walmart": {
"gross_margin": {
"healthy": 0.35, # Walmart commission lower, benchmark can be lower
"warning": 0.25,
"danger": 0.15
},
"shipping_ratio": {
"healthy": 0.06, # WFS shipping slightly higher
"warning": 0.10,
"danger": 0.15
},
"inventory_days": {
"healthy": 45,
"warning": 60,
"danger": 90
},
"cash_cycle": {
"healthy": 100, # Payment cycle slightly longer
"warning": 130,
"danger": 160
},
"net_margin": {
"healthy": 0.18,
"warning": 0.10,
"danger": 0.05
}
}
}Usage Flow
Same 4-step process as Amazon version:
- Business profile collection
- Supply chain data collection
- Bottleneck diagnosis
- Cost reduction plan output
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 โ