You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
265 lines
9.5 KiB
265 lines
9.5 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>沃尔玛项目 - 学习资料整理</title>
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
line-height: 1.8;
|
|
color: #333;
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.container {
|
|
background-color: white;
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
|
padding: 40px;
|
|
}
|
|
h1 {
|
|
color: #2c3e50;
|
|
border-bottom: 3px solid #e74c3c;
|
|
padding-bottom: 15px;
|
|
margin-top: 0;
|
|
font-size: 28px;
|
|
}
|
|
h2 {
|
|
color: #34495e;
|
|
border-left: 4px solid #e74c3c;
|
|
padding-left: 15px;
|
|
margin-top: 35px;
|
|
font-size: 22px;
|
|
background-color: #f8f9fa;
|
|
padding: 12px 15px;
|
|
border-radius: 0 5px 5px 0;
|
|
}
|
|
h3 {
|
|
color: #2c3e50;
|
|
margin-top: 25px;
|
|
font-size: 18px;
|
|
}
|
|
.section {
|
|
margin-bottom: 30px;
|
|
}
|
|
.footer {
|
|
margin-top: 50px;
|
|
padding-top: 25px;
|
|
border-top: 1px solid #eee;
|
|
color: #7f8c8d;
|
|
font-size: 14px;
|
|
}
|
|
.warning {
|
|
background-color: #f8d7da;
|
|
padding: 20px;
|
|
border-radius: 8px;
|
|
border-left: 4px solid #dc3545;
|
|
margin: 20px 0;
|
|
}
|
|
.highlight {
|
|
background-color: #d1ecf1;
|
|
padding: 20px;
|
|
border-radius: 8px;
|
|
border-left: 4px solid #17a2b8;
|
|
margin: 20px 0;
|
|
}
|
|
.success {
|
|
background-color: #d4edda;
|
|
padding: 20px;
|
|
border-radius: 8px;
|
|
border-left: 4px solid #28a745;
|
|
margin: 20px 0;
|
|
}
|
|
.table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
margin: 20px 0;
|
|
}
|
|
.table th, .table td {
|
|
border: 1px solid #ddd;
|
|
padding: 12px;
|
|
text-align: left;
|
|
}
|
|
.table th {
|
|
background-color: #f8f9fa;
|
|
font-weight: 600;
|
|
}
|
|
.list {
|
|
margin: 15px 0;
|
|
padding-left: 20px;
|
|
}
|
|
.list li {
|
|
margin: 8px 0;
|
|
}
|
|
.link {
|
|
color: #3498db;
|
|
text-decoration: none;
|
|
}
|
|
.link:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.timestamp {
|
|
color: #7f8c8d;
|
|
font-size: 14px;
|
|
margin-bottom: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>🛒 沃尔玛项目 - 学习资料整理</h1>
|
|
<div class="timestamp">整理时间: 2026-03-03</div>
|
|
|
|
<div class="success">
|
|
<strong>📚 资料概览</strong><br>
|
|
本次整理包含:平台规则研究、官方自发货入驻细节、卖家中心学习资料、第一阶段开店入驻指南
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>一、平台规则研究</h2>
|
|
|
|
<h3>💰 费用与佣金</h3>
|
|
<ul class="list">
|
|
<li><strong>入驻费/月租</strong>: 全免!</li>
|
|
<li><strong>销售佣金</strong>: 3%-6%(按品类)</li>
|
|
<li><strong>其他费用</strong>: 广告费(按品类)</li>
|
|
</ul>
|
|
|
|
<h3>📋 入驻条件</h3>
|
|
<ul class="list">
|
|
<li>合法中国企业(含香港)</li>
|
|
<li>美国自建仓或第三方仓</li>
|
|
<li>其他平台年营业额 ≥ 30万美金</li>
|
|
<li>资料: 营业执照、法人护照、仓储证明等</li>
|
|
</ul>
|
|
|
|
<h3>🚚 发货模式</h3>
|
|
<ul class="list">
|
|
<li><strong>自发货</strong>: 沃尔玛直接管理,时效快,成本高</li>
|
|
<li><strong>一件代发</strong>: 海外仓,24小时内发货,时效1-5天</li>
|
|
<li><strong>智能分仓</strong>: 大数据预测,自动分配最近仓库</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>二、官方自发货入驻细节</h2>
|
|
|
|
<h3>⏰ 资质要求</h3>
|
|
<ul class="list">
|
|
<li>必须是沃尔玛卖家 <strong>至少 90 天</strong></li>
|
|
<li>一周必须有 <strong>5 天时间</strong> 处理发货</li>
|
|
<li>建议只启用周一到周五,周末影响绩效</li>
|
|
</ul>
|
|
|
|
<h3>🚀 配送选项</h3>
|
|
<ul class="list">
|
|
<li><strong>三日达</strong>: 无需审批,所有卖家都能用</li>
|
|
<li><strong>两日达</strong>: 需要申请资质,2-3个工作日送达</li>
|
|
<li><strong>一日达</strong>: 需要申请资质</li>
|
|
<li><strong>Standard</strong>: 3-5个工作日配送</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>三、卖家中心学习资料</h2>
|
|
|
|
<h3>📚 核心学习板块</h3>
|
|
<ul class="list">
|
|
<li>开店指南 - 入驻流程和基础设置</li>
|
|
<li>运营攻略—起步篇 - 新手入门运营</li>
|
|
<li>运营攻略—增长篇 - 业务增长策略</li>
|
|
<li>新手必学资源合集 - 综合学习资料</li>
|
|
</ul>
|
|
|
|
<h3>🎯 新手必学四大模块</h3>
|
|
<ul class="list">
|
|
<li><strong>合规知识百科</strong> - 平台政策解读</li>
|
|
<li><strong>店铺运营90天指南</strong> - 保姆级后台指引</li>
|
|
<li><strong>卖家大学孵化课堂</strong> - 系统化课程</li>
|
|
<li><strong>平台规则与政策</strong> - 政策条款详解</li>
|
|
</ul>
|
|
|
|
<h3>💡 Success Hub 智能建议</h3>
|
|
<ul class="list">
|
|
<li>补充卖家自发货库存</li>
|
|
<li>匹配Buy Box价格</li>
|
|
<li>匹配外部价格</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>四、第一阶段 - 开店入驻(1-2周)</h2>
|
|
|
|
<h3>📋 入驻流程三大步骤</h3>
|
|
<div class="highlight">
|
|
<strong>💡 关键技巧</strong>: 等待资质验证时,可以同时设置物流和收款,节省时间!
|
|
</div>
|
|
|
|
<ol class="list">
|
|
<li><strong>第一步</strong>: 完成资质验证</li>
|
|
<li><strong>第二步</strong>: 完成收款绑定</li>
|
|
<li><strong>第三步</strong>: 完成物流设置</li>
|
|
</ol>
|
|
|
|
<h3>🔄 完整入驻五步走</h3>
|
|
<ol class="list">
|
|
<li>资质验证</li>
|
|
<li>收款绑定</li>
|
|
<li>物流设置</li>
|
|
<li>创建商品</li>
|
|
<li>开通物流和广告账户</li>
|
|
</ol>
|
|
|
|
<h3>📧 在线注册流程</h3>
|
|
<ol class="list">
|
|
<li>收到第一封邮件(开启入驻)</li>
|
|
<li>开始在线注册</li>
|
|
<li>创建密码</li>
|
|
<li>收到第二封邮件(开始审核)</li>
|
|
<li>店铺激活</li>
|
|
</ol>
|
|
|
|
<h3>📅 第一阶段学习清单</h3>
|
|
<h4>第一周:基础认知</h4>
|
|
<ul class="list">
|
|
<li>阅读开店指南完整文档</li>
|
|
<li>了解入驻流程三大步骤</li>
|
|
<li>学习在线注册流程指引</li>
|
|
<li>熟悉卖家中心后台界面</li>
|
|
<li>了解平台规则和政策</li>
|
|
</ul>
|
|
|
|
<h4>第二周:准备工作</h4>
|
|
<ul class="list">
|
|
<li>准备企业资质文件</li>
|
|
<li>了解收款账户设置要求</li>
|
|
<li>研究物流配送选项</li>
|
|
<li>学习卖家绩效标准</li>
|
|
<li>准备首个商品信息</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>🔗 官方学习链接汇总</h2>
|
|
|
|
<h3>核心页面</h3>
|
|
<ul class="list">
|
|
<li><a href="https://www.walmartmarketplace.cn/get-started" class="link">沃尔玛全球电商新卖家入驻开店流程</a></li>
|
|
<li><a href="https://www.walmartmarketplace.cn/maijiabangzhu/11" class="link">新手必学资源合集</a></li>
|
|
<li><a href="https://www.walmartmarketplace.cn/maijiabangzhu/10" class="link">在线注册流程指引</a></li>
|
|
<li><a href="https://www.walmartmarketplace.cn/maijiabangzhu/8" class="link">第一步:完成资质验证</a></li>
|
|
<li><a href="https://www.walmartmarketplace.cn/maijiabangzhu/7" class="link">第二步:完成收款绑定</a></li>
|
|
<li><a href="https://www.walmartmarketplace.cn/maijiabangzhu/6" class="link">第三步:完成物流设置</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<p>📧 本邮件由 OpenClaw 自动发送</p>
|
|
<p>📁 附件包含完整 Markdown 文档</p>
|
|
<p>🕐 整理时间: 2026-03-03</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|