快工助手跨境电商知识与商机助手

Upgrade and verify

TikTok Shop 官方资料 · TikTok Shop Partner Center 开发者文档 · 适合开发者

stable本次发布有变化全部展示

来自 TikTok Shop 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
TikTok Shop / profile.tiktok.docs_api
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/tiktok_shopaudience/developercategory/api_doctopic/compliancetopic/developer

资料正文

§1 Check before updating

tts_open_toolkit update --check

This command checks for a newer package without installing it.

#

§2 Update the CLI

tts_open_toolkit update --yes

If a registry mirror is stale, explicitly use npmjs:

tts_open_toolkit update --yes --registry https://registry.npmjs.org
#

§3 Refresh managed skills

tts_open_toolkit skill add --agent codex --update
tts_open_toolkit skill state --agent codex --json

Use the same target that you used during installation. Do not combine --scope, --agent, and --target.

#

§4 Run a health check

tts_open_toolkit version
tts_open_toolkit doctor
tts_open_toolkit auth doctor --json
CheckExpected result
CLIThe expected version and executable path are shown.
SkillsManaged skills report current; modified or unmanaged copies are identified.
OAuthProfile metadata and protected credential-store status are available without exposing secrets.

For failures, continue to Troubleshooting.


#

§5 Was this page helpful?

Was this page helpful?

Tell us what worked, what was unclear, or what should be added. TTS Open Toolkit Feedback Form

#