帮助中心 >
店铺
Object: shop
Primary Locator:
- shopCode
- shopName
1. Schema
| Field | 中文属性 | Type | 中文说明 | English Description |
|---|---|---|---|---|
| shopName | 店铺名称 | string | 店铺显示名称 | Shop display name |
| shopCode | 店铺编码 | string | TikTok 官方店铺业务编码 | Official business code of the shop |
| type | 店铺类型 | string | 店铺类型,如:本土店、跨境店 | Shop type such as local shop or cross-border shop |
| site | 国家站点 | string | 店铺所属国家站点 | Market site where the shop operates |
| status | 店铺状态 | string | 店铺当前运行状态 | Current operating status of the shop |
| browserType | 浏览器类型 | string | 店铺绑定的浏览器类型 | Browser type bound to the shop |
| health | 健康状态 | string | 店铺健康评级 | Shop health rating |
| score | 店铺得分 | number | 店铺综合评分 | Overall shop score |
| dataStartDate | 历史数据开始日期 | string | 店铺历史数据开始日期 | Start date of available historical shop data |
| lastUpdatedTime | 最近更新 | string | 店铺最近同步时间 | Last time the shop data was synced |
| note | 备注 | string | 用户自定义备注信息 | User-defined note for the shop |
2. Action Specs
Returns: shop[]
huayangtk-cli shop
huayangtk-cli shop --site <string>
huayangtk-cli shop --type <string>
huayangtk-cli shop list
huayangtk-cli shop list --site <string>
huayangtk-cli shop list --type <string>
Returns: shop
huayangtk-cli shop get --shop-name <string>
huayangtk-cli shop get --shop-code <string>
Returns: shopStats
huayangtk-cli shop stats --shop-name <string>
huayangtk-cli shop stats --shop-code <string>
Returns: shopHealth
huayangtk-cli shop health --shop-name <string>
huayangtk-cli shop health --shop-code <string>
Returns: syncResult
huayangtk-cli shop sync --shop-name <string>
huayangtk-cli shop sync --shop-code <string>