来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 TikTok Shop developer guide
Welcome to the TikTok Shop API Developer Guide. The TikTok Shop API gives application and service integrators programmatic access to the TikTok Shop platform — products, orders, fulfillment, finance, affiliate, and more.
§2 Which developer are you?
Which developer are you?
Before you dive in, identify your developer type — it determines which path you follow and which user_type you receive during authorization.
| You are… | Build type | Data you access | During authorization you are |
|---|---|---|---|
| Seller (in-house) developer — a seller building for your own shop | Custom app | Your own shop's data only | Seller (user_type=0) |
| App developer / ISV / system integrator — serving multiple merchants | Public app | Authorized sellers' data | Seller (user_type=0) on behalf of the seller |
| Creator / affiliate integrator | Public app | Creator-side affiliate data | Creator (user_type=1) |
| Partner (TAP) integrator | Public app | Partner business data (Affiliate Partner / TAP) | Partner (user_type=3) |
See Get started overview for the full breakdown of developer types.
§3 Getting started — the 4-step path
Getting started — the 4-step path
If this is your first time, follow these steps in order:
- Onboard — Create a Partner Center account and register as a developer. See Developer onboarding. (US/UK and some markets also require a compliance & legal review — budget 3+ weeks.)
- Create your app — Register a TikTok Shop app (OAuth client) and enable the API scopes you need. See Create a TikTok Shop App (OAuth client).
- Authorize and get a token — Have a seller/creator/partner authorize your app, then exchange the
auth_codefor anaccess_token. Start with the Authorization overview. - Make your first API call — Sign and send your first request. See Make your first API call overview.
§4 API reference
API reference
A full API reference is organized by TikTok Shop data domain. Open the API Reference tab in the top navigation of Partner Center, or start with these overviews:
- Seller API overview
- Products API overview
- Order API overview
- Fulfillment API overview
- Logistic API overview
- Finance API overview
All remaining domains are available under the API Reference tab.
§5 Use case guides and webhooks
Use case guides and webhooks
- Use case guides walk you through common integration scenarios (connecting shops, product categories, and more) with code-flow diagrams. See the Use case guides section of this guide.
- Webhooks let your app subscribe to platform notifications. See the Webhooks overview.
- To list your app in the TikTok Shop App Store, see the App development overview.
§6 Next steps
Next steps
Pick the next step that matches your goal:
- I need to set up access → Developer onboarding
- I'm ready to build and authorize → Authorization overview
- I want to call an API now → Make your first API call overview
Stuck at any point? See How to contact support for the right channel.
