视频

Object: video

Primary Locator:

  • mediaId

1. Schema

videoBasicInfo

Field 中文属性 Type 中文说明 English Description
mediaId 媒体ID string TikTok 官方媒体唯一ID Official TikTok media identifier
title 标题 string 视频标题 Video title
creatorId 达人ID string 视频所属达人ID Creator ID of the video
creatorNickname 达人昵称 string 视频所属达人昵称 Creator nickname of the video
authorizationType 授权类型 string 视频授权类型,如:联盟批量授权 Authorization type of the video
authorizationStatus 授权状态 string 视频当前授权状态,如:已授权、未授权 Current authorization status of the video
authCode 投流码 string 视频授权投流码 Authorization code for boosting the video
shopName 合作店铺 string 视频对应合作店铺名称 Cooperating shop name of the video
shopCode 店铺编码 string 视频对应合作店铺编码 Cooperating shop code of the video
products 带货商品 videoProduct[] 视频关联的带货商品列表 Products promoted in the video
views 播放量 number 视频播放数量 Number of video views
orders 带货订单数 number 视频带来的订单数量 Number of orders generated by the video
conversionRate 千次播放转化率 number 视频千次播放对应的订单转化率 Order conversion rate per thousand video views
publishTime 发布时间 datetime 视频发布时间 Publish time of the video
likes 点赞量 number 视频点赞数量 Number of likes on the video
comments 评论量 number 视频评论数量 Number of comments on the video
favorites 收藏量 number 视频收藏数量 Number of favorites on the video
shares 转发量 number 视频转发数量 Number of shares of the video
soldItems 商品售出数量 number 视频带货商品售出件数 Number of sold product items generated by the video
soldAmount 商品售出金额 number 视频带货商品销售金额 Sales amount generated by the video
commission 佣金 number 视频产生的达人佣金金额 Creator commission generated by the video
tags 标签 string[] 用户自定义视频标签 User-defined tags for the video
note 备注 string 用户自定义备注信息 User-defined note for the video
owners 跟进人 string[] 负责该视频的 BD 人员列表 BD owners responsible for the video
updateTime 更新时间 datetime 视频数据最近更新时间 Last updated time of the video data
visibleStatus 可见状态 string 视频当前可见状态,如:可见、不可见 Current visibility status of the video

videoProduct

Field 中文属性 Type 中文说明 English Description
productId 商品ID string 视频关联的商品ID Product ID linked to the video
productName 商品名称 string 视频关联的商品名称 Product name linked to the video

2. Action Specs

Returns: video[]

huayangtk-cli video

huayangtk-cli video --tag <string>

huayangtk-cli video --authorization-status <string>

huayangtk-cli video --shop-code <string>

huayangtk-cli video --creator-id <string>

huayangtk-cli video --product-id <string>

huayangtk-cli video --tag <string> --authorization-status <string>

huayangtk-cli video --shop-code <string> --authorization-status <string>

huayangtk-cli video --product-id <string> --authorization-status <string>

huayangtk-cli video list

huayangtk-cli video list --tag <string>

huayangtk-cli video list --authorization-status <string>

huayangtk-cli video list --shop-code <string>

huayangtk-cli video list --creator-id <string>

huayangtk-cli video list --product-id <string>

huayangtk-cli video list --tag <string> --authorization-status <string>

huayangtk-cli video list --shop-code <string> --authorization-status <string>

huayangtk-cli video list --product-id <string> --authorization-status <string>

Returns: video

huayangtk-cli video get --media-id <string>

Returns: video

huayangtk-cli video add-tag --media-id <string> --tag <string>

huayangtk-cli video remove-tag --media-id <string> --tag <string>

Returns: video

huayangtk-cli video note --media-id <string> --note <string>
最后更新于 2026-05-12 20:16
回到顶部