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

Make your first API call 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 Make your first API call overview

Before you begin this tutorial to make your first TikTok Shop API call, you need to have a TikTok Shop Partner Center account, and that account must be registered as a developer. If you've completed those steps, the tutorial to make your first TikTok Shop API call has the following steps:

  1. Create a TikTok Shop App (OAuth client): Create your app in Partner Center and obtain the App Key and App Secret required for API authentication.
  2. Create a test seller account: Set up a test seller account in the development shop environment for API integration and testing.
  3. Generate a test access token: Authorize the test seller account and generate an access token to access TikTok Shop APIs.
  4. Create a hash to sign your test API call: Generate the request signature using your App Secret to ensure the API request is authenticated and secure.
  5. Call Get Authorized Shops: Make your first API call to verify that the authentication flow and API integration are working correctly.

Alternatively, it can be completed directly in Postman with a single click. Please refer to the Postman documentation for details.

#

§2 Next steps

Next steps

The first step in making your first TikTok Shop API call is to Create a TikTok Shop App (OAuth client).

#