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

New Capability for Affiliate Data Compass Offline Data Export

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 is launching a new set of Affiliate Seller Compass Offline Data Export APIs under the affiliate_seller domain. These APIs enable developers (ISVs and in-house seller teams) to programmatically create, query, and download large-scale, asynchronous data reports from the Affiliate Seller Compass — including video performance, creator analytics, and other key business metrics. Previously, partners and sellers lacked an efficient, automated way to export large volumes of affiliate performance data. Manual downloads were time-consuming, error-prone, and could not be integrated into automated data analysis pipelines. With this release, three new API endpoints are introduced to support a complete offline export workflow: creating an export task, querying task status, and downloading the completed file. Key benefits:

  • For ISVs/Developers: Automate data collection, reduce manual effort, and build more sophisticated analytics tools on top of TikTok Shop affiliate data.
  • For Sellers: Access more powerful third-party applications that provide deeper insights into affiliate marketing performance.
  • For TikTok Shop Ecosystem: Strengthen the Open API platform, increase partner stickiness, and foster a healthier developer ecosystem.
#

§2 Impact

Impacted version(s)* 202603 (and later)
Impacted market(s)* United States (US) - Local and cross-border * Southeast Asia (SEA)- Local and cross-border
#

§3 New APIs

New APIs

#

§4 Typical Integration Flow

Typical Integration Flow

  1. Create Task — Call the Create endpoint to request a data export (e.g., last month's video performance data).
  2. Poll Status — Periodically call the Get Task List endpoint until the task status changes to SUCCEEDED or FAILED.
  3. Download File — Once succeeded, call the Download endpoint with the task_id to retrieve the XLSX file.
  4. Process Data — Parse the downloaded file and ingest data into your own systems for analysis.
#