店铺
Object: shop
1. 数据结构
| Field |
中文 |
Type |
Required |
| id |
店铺ID |
string |
是 |
| name |
店铺名称 |
string |
是 |
| status |
店铺状态 |
string |
是 |
| country |
国家/站点 |
string |
是 |
| environment |
浏览器环境 |
string |
否 |
| health |
健康状态 |
string |
否 |
| score |
店铺得分 |
number |
否 |
| data_start_date |
历史数据开始日期 |
string |
否 |
| last_updated |
最近更新 |
string |
否 |
| code |
店铺编码 |
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 |
| update |
huayang shop update |
3. Action Specs
3.1 list
huayang shop list --status <string> --country <string>