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

Get started overview

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 Get started overview

This page introduces the types of TikTok Shop developers and points you to the rest of the getting-started path. After you've identified your developer type below, continue to Developer onboarding, then Authorization, and finally Make your first API call.

#

§2 The three developer types

The three developer types

Developer typeBuildsStores seller OAuth credentials?Data accessTypical scenario
eCommerce platform plugin / connector developerPublic appUsually noLimited, scenario-specificPlugins for Shopify, WooCommerce, Magento that add TikTok Shop support
eCommerce system integrator / SaaS developerPublic appYes (trusted to store bearer & refresh tokens)Direct access to authorized sellers' dataSaaS managing advertising, promotion, marketing, and operations for many sellers
TikTok Shop seller developerCustom appOwn credentials onlyYour own shop's data onlyA seller building an integration for their own shop
#

§3 eCommerce platform developers

eCommerce platform developers

Developers who create plugins for popular eCommerce platforms such as Shopify, WooCommerce, or Adobe Magento. These plugins extend the platform to support a specific marketplace such as TikTok Shop. This type typically does not need to store seller OAuth credentials or data.

#

§4 eCommerce system integrators

eCommerce system integrators

Developers who build systems to manage advertising, product promotion, marketing, and other business functions on behalf of their seller and merchant customers. Some are SaaS products with a user interface; others manage operations directly. This type typically requires direct access to a seller's data and is trusted to store and generate OAuth credentials such as bearer and refresh tokens.

#

§5 TikTok Shop seller developers

TikTok Shop seller developers

TikTok Shop sellers who have an active shop and want to build an integration for their own shop's needs. This type has access to their own OAuth credentials and data only.

#

§6 How developer type maps to `user_type`

How developer type maps to user_type

When a user authorizes your app, the token response includes a user_type field. Platform/integrator developers act on behalf of a Seller (user_type=0); apps built for affiliate creators receive Creator (user_type=1); affiliate partner (TAP) apps receive Partner (user_type=3). See Authorization overview for the complete enumeration.

New to OAuth terms? An OAuth credential is what your app uses to act for a user. A bearer (access) token authorizes each API call; a refresh token lets you obtain a new access token without re-authorizing. The full flow is described in the Authorization overview.

#

§7 Next steps

Next steps

Your complete getting-started path:

  1. Developer onboarding — create your account and register as a developer.
  2. Authorization overview — understand how apps get access to user data.
  3. Make your first API call overview — sign and send your first request.
#