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

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 Overview

TikTok Shop provides a comprehensive range of APIs known as the TTS API. These APIs allow developers to access authorized TikTok Shop data, including catalogs, orders, shipments, payments, and more. With the TTS API, developers can create apps that extend Seller Center's existing functionality. These apps can enhance product catalog listings, streamline order fulfillment, reduce operational workload, and accelerate customer interactions.

#

§2 Key features

With the TikTok Shop API, you can:

  • Set up an authorization workflow that developers initiate from the TTS App & Service Market detail page or from your own website.
  • Configure webhooks to receive notifications from TikTok Shop Open Platform.
  • Test your app functionality in Sandbox or by making API calls using the API testing tool.
#

§3 API categories

No.API categoryAPI description
1Product APIThe Product API is one of the most important APIs in TTS. Developers can use the Product API to access product category rules and attributes, upload product images, videos, certifications, and other files, create products, edit product information, and update inventory and prices. TikTok Shop also provides Global Product APIs for cross-border e-commerce developers. With the Global Product API, cross-border e-commerce developers can offer unified product management solutions for cross-border sellers selling across multiple regional markets.
2Order APIDevelopers can use the Order API to retrieve order information from TikTok Shop seller shops. After sellers obtain order information, they can perform order fulfillment operations as well as actions such as order cancellation and returns.
3Fulfillment APIDevelopers can use the Fulfillment API to synchronize fulfillment status for TikTok Shop orders with third-party logistics providers (3PL). They can also fulfill orders using TikTok-provided shipping label services (4PL). In addition, the Fulfilled by TikTok (FBT) service can be used, and developers can access the fulfillment status of TikTok Shop orders through the Fulfillment API.
4Return & Refund APIWhen consumers initiate a return or refund request, developers can use the Return & Refund API to access return or refund order information and assist sellers in reviewing or rejecting requests initiated by consumers.
5Logistics APIWhen sellers use TikTok Shop-provided logistics services, developers can use the Logistics API to help sellers retrieve warehouse lists, global warehouse lists, subscribed delivery options, and shipping providers.
6Promotion APIDevelopers can use the Promotion API to assist sellers in setting up promotions, discounts, and other offers for specific products.
7Finance APIDevelopers can use the Finance API to assist sellers in obtaining payment and settlement information for their TikTok Shop.
8Seller APIThe Seller API supports cross-border operations, where a single seller can establish shops in multiple regional markets. Developers can use the Seller API to retrieve the shop status of cross-border sellers and determine whether a specific cross-border market is eligible for the Global Product feature.
9Authorization APIDevelopers can use the Authorization API to exchange authorization tokens and retrieve authorized shop information for apps.
10Events APIDevelopers can use the Events API to subscribe and unsubscribe Open Platform webhooks for TikTok Shop business events.
11Data Reconciliation APIDevelopers can use the Data Reconciliation API to transfer external data to Open Platform for Quality Engine reconciliation.
12Supply Chain APIThis API is for TikTok Shop certified warehouse partners. Developers can use the Supply Chain API to send package fulfillment details for orders fulfilled by certified warehouses back to TTS.

For a complete list of available APIs, refer to the TTS API reference docs.

#

§4 Authorization and token navigation

The TTS API uses different authorization flows depending on the data owner. The user_type field in token responses helps identify the authorization principal, such as seller, creator, or partner. For exact token response fields and enum values, refer to Generate a test access token. Use the authorization guide that matches the data owner:

Authorization typeData ownerUS authorization entryROW authorization entryMain guide
Seller authorizationSeller / shophttps://services.us.tiktokshop.com/open/authorizehttps://services.tiktokshop.com/open/authorizeAuthorization overview
Creator authorizationCreatorhttps://shop.tiktok.com/alliancehttps://shop.tiktok.com/allianceCreator authorization guide
Partner authorizationPartnerhttps://partner.us.tiktokshop.com/open/authorizehttps://partner.tiktokshop.com/open/authorizePartner authorization guide

When choosing an API, also check the endpoint's entity tag and access requirements. For tag-level guidance, refer to API entity tags. For scope-level guidance, refer to Access scope.

#

§5 API version

The TTS API is versioned. Some older API versions may remain accessible, but unsupported versions can stop working at any time. Developers are strongly encouraged to use the newest supported version available for the endpoint they are calling. Do not rely on hardcoded examples to determine the latest version. On each API Reference page, use the version selector or version dropdown to confirm the newest supported version for that endpoint, then follow any migration notes or deprecation notices shown on the page. For additional details, refer to TTS API versioning.

#