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

Seller authorization guide

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 Seller authorization guide

This guide explains how a seller authorizes your app, covering both the direct authorization link and the Seller Center App Store flow, plus renewing and canceling authorization.

Which guide do I read? Start with the Authorization overview for concepts and the token APIs. Use the step-by-step seller authorization guide for the full get-code → exchange-token → refresh sequence. This page focuses on the seller-facing authorization experience (link vs. app store) and the authorization lifecycle.

#

§2 Two ways a seller can authorize

Two ways a seller can authorize

PathApplies toEntry point
Authorization linkCustom and public appsYou share a Copy authorization link URL with the seller.
Seller Center App StorePublic apps onlyThe seller installs your published app from the App Store. See Authorization via app store.
#

§4 What "log in to your app to finish" means

What "log in to your app to finish" means

After the redirect, the seller may need to sign in to your application (the developer-side product, not TikTok Shop) so your app can associate the new authorization with the seller's account in your system. Implement your Redirect URL handler to read the code/state, complete sign-in, and then exchange the auth_code for tokens.

#

§5 Renew authorization

Renew authorization

30 days before an authorization expires, an Upcoming authorization expiration webhook is triggered (subscribe to it and inspect its payload in the Webhooks overview). To renew, ask the seller to either:

  • Open the authorization link again, or
  • Navigate to TikTok Shop Seller Center > App Store > My apps and incidents.
#

§6 Cancel authorization

Cancel authorization

A seller can cancel authorization under TikTok Shop Seller Center > App Store > My apps and incidents. This triggers a Seller deauthorization webhook — subscribe to it via the Webhooks overview so your app can revoke stored tokens and stop calling APIs for that seller.

#

§7 Testing authorization (development stage)

Testing authorization (development stage)

While your app is in development, online sellers can't authorize it. For testing, use a Seller Center test account via the Development Shops section of Partner Center. This is the same development-shop flow described in the step-by-step guide — with a test account you go straight to the seller authorization approval step and can generate an access token without an authorization link. See the Seller Center Development Shops User Guide to create one.

#

#