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

For All Markets : Affiliate API — Legacy Versions and Endpoints Sunset

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

We are removing two groups of TikTok Shop Affiliate (Affiliate Seller) APIs: 1、Several historical versions of the 2024 APIs; 2、A set of 2022 legacy affiliate endpoints that have been superseded by newer APIs. Migrate your integration to the corresponding latest version before the removal date to avoid disruption.

#

§2 Effective date

All listed old versions and legacy endpoints will sunset on 2026-10-12 10:00 (UTC+8). After this time, requests to these endpoints will fail.

#

§3 Who is affected

DimensionAffected scope
MarketsAll markets
Seller typesAll seller types
Partner app typesAll partner apps
IntegrationsAny integration that calls the deprecated versions or legacy endpoints listed below
#

§4 APIs being deprecated

#

§5 1. Historical versions of 2024 APIs — upgrade to the latest version

1. Historical versions of 2024 APIs — upgrade to the latest version

The endpoint and behavior stay the same. Upgrade the version number in the request path from the deprecated version to the target version.

APIMethodEndpoint ({version} is the version segment)Deprecated version(s)Target versionAPI Reference
Create Open CollaborationPOST/affiliate_seller/{version}/open_collaborations202405202412Create Open Collaboration
Create Target CollaborationPOST/affiliate_seller/{version}/target_collaborations202405202508Create Target Collaboration
Get Open Collaboration Creator Content DetailGET/affiliate_seller/{version}/open_collaborations/creator_content_details202412202508Get Open Collaboration Creator Content Detail
Query Target Collaboration DetailGET/affiliate_seller/{version}/target_collaborations/{target_collaboration_id}202412, 202409202508Query Target Collaboration Detail
Remove Creator From Open CollaborationPOST/affiliate_seller/{version}/open_collaborations/{open_collaboration_id}/remove_creator202405202508Remove Creator From Open Collaboration
Search Open CollaborationPOST/affiliate_seller/{version}/open_collaborations/search202409202412Search Open Collaboration
Search Target CollaborationsPOST/affiliate_seller/{version}/target_collaborations/search202409202508Search Target Collaborations
Update Target CollaborationPUT/affiliate_seller/{version}/target_collaborations/{target_collaboration_id}202409202508Update Target Collaboration
Get Marketplace Creator PerformanceGET/affiliate_seller/{version}/marketplace_creators/{creator_user_id}202505, 202406202508Get Marketplace Creator Performance
Seller Search Creator on MarketplacePOST/affiliate_seller/{version}/marketplace_creators/search202505, 202406202508Seller Search Creator on Marketplace
Create Conversation with creatorPOST/affiliate_seller/{version}/conversations202412202508Create Conversation with Creator
Seller Review Sample ApplicationsPOST/affiliate_seller/{version}/sample_applications/{application_id}/review202409202507Seller Review Sample Applications
Seller Search Sample ApplicationsPOST/affiliate_seller/{version}/sample_applications/search202507, 202409202508Seller Search Sample Applications
#

§6 2. Legacy 2022 APIs — migrate to the 2024 APIs

2. Legacy 2022 APIs — migrate to the 2024 APIs

These 2022 legacy affiliate endpoints have been superseded by the 2024 APIs and will be removed entirely.

APIMethodEndpoint ({version} is the version segment)DescriptionReplacement endpointAPI Reference
Get Shop Products (legacy)GET/affiliate/{version}/shop_productsGet creator showcase products/affiliate_creator/202405/showcases/productsGet Showcase Products
Generate Affiliate Product Promotion LinkPOST/affiliate_seller/{version}/products/{product_id}/promotion_link/generateGenerate a dedicated affiliate product tracking linkNo replacementWill be removed (no replacement)
Check Anchor ContentPOST/affiliate/{version}/anchors/content_checkCheck whether an anchor contains non-compliant wordsNo replacementWill be removed (no replacement)
Get Creator Profile (old)GET/affiliate/{version}/profilesQuery creator basic profile/affiliate_creator/202508/profilesGet Creator Profile
Get Showcase Products (old)GET/affiliate/{version}/showcases/productsQuery creator showcase products/affiliate_creator/202405/showcases/productsGet Showcase Products
Top Showcase Products (old)POST/affiliate/{version}/showcases/products/topPin creator showcase products/affiliate_creator/202409/showcases/products/topTop Showcase Products
Add Showcase Products (old)POST/affiliate/{version}/showcases/productsAdd creator showcase products/affiliate_creator/202405/showcases/products/addAdd Showcase Products
Remove Showcase Products (old)DELETE/affiliate/{version}/showcases/productsRemove creator showcase products/affiliate_creator/202409/showcases/productsRemove Showcase Products
Check Anchor PrerequisitesPOST/affiliate/{version}/anchors/prerequisite_checkCheck whether a creator is eligible to add anchors to videosNo replacementWill be removed (no replacement)
#

§7 Action required

This is primarily an API version upgrade, so migration is straightforward. Complete the switch before 2026-10-12:

  1. Check the two tables above to find which deprecated versions or legacy endpoints your integration uses, along with the target version or replacement endpoint.
  2. For versioned APIs, update the version segment in the request path to the target version. For legacy APIs, switch to the replacement endpoint; if there is no replacement, stop calling that endpoint. Review the linked API Reference for any request/response field differences.

Example — version upgrade (Create Open Collaboration, request path only):

Before:  POST /affiliate_seller/202405/open_collaborations
After:   POST /affiliate_seller/202412/open_collaborations
#

§8 References and support

This deprecation is published on the Developer Changelog. If you have any questions, please submit a Ticket.

#