索样

Object: shop

1. 数据结构

Field 中文 Type Required 说明
shopName 店铺名称 string 店铺显示名称
shopStatus 店铺状态 string 店铺运行状态
status 状态 string 列出可能的枚举值
market 国家/站点 string 店铺所属市场
browserEnvironment 浏览器环境 string 绑定的浏览器环境
health 健康状态 string 店铺健康评级
score 店铺得分 number 店铺综合评分
dataStartDate 历史数据开始日期 string 可查询数据开始时间
lastUpdatedTime 最近更新 string 最近同步时间
shopCode 店铺编码 string 店铺唯一业务编码
note 备注 string 店铺备注信息
type 店铺类型 string 本土店/跨境店等类型

2. Actions

Action Command
list huayang shop list
get huayang shop get
stats huayang shop stats
health huayang shop health
sync huayang shop sync

3. Action Specs

huayang shop list --status <string> --market <string> --type <string>

huayang shop get --shop-name <string>
huayang shop get --shop-code <string>

huayang shop stats --shop-name <string> 
huayang shop stats --shop-code <string> 

huayang shop health --shop-name <string>
huayang shop health --shop-code <string>

huayang shop sync --shop-name <string>
huayang shop sync --shop-code <string>
最后更新于 2026-05-10 20:43
回到顶部