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

SEA market: Product category expansion

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 Summary

Last year in the US market, TikTok Shop rolled out an increase to the levels in the category tree, from three to at-most seven, with the aim of improving product information quality.

Beginning this week, we will be introducing this product category expansion in the SEA market. This changelog will provide a quick overview of API changes you may need to implement.

For a more detailed walkthrough on how to implement the necessary changes, please read our L7 category expansion migration guide.

#

§2 Impact

Impacted market(s)* Southeast Asia (SEA) - Local and cross-border
Impacted version(s)* 202309 (and later)
#

§3 Listing new L7 products

When listing new products: – Use category_version=V1 for L3 category tree – Use category_version=V2 for L7 category tree

This applies to the following Product APIs: – GET CategoriesPOST Recommend CategoryGET Category RulesGET AttributesGET BrandsPOST Create ProductPUT Edit ProductPOST Search Products

Note: Since the global product publishing (GS POP) workflow is also undergoing changes, developers are advised to directly upgrade to the new GS POP workflow instead of adapting the L7 category using the original Global Product APIs. Please refer to our official changelog for more details.

#

§4 Upgrade existing products to L7

To upgrade existing products, please use our category upgrade API. This endpoint accepts a Shop Code as a trigger, and will upgrade all active products in that shop to the new categories. We will send a webhook event when categories are being upgraded that includes product ID, old leaf category ID, and new leaf category ID. The following table lists all relevant APIs:

API/webhook nameTypeDescription
* POST Create Category Upgrade TaskRESTful API* Upgrades active products to the L7 category. * Note: For newly listed active products, you must wait 24 hours before upgrading the category.
* Product category changeWebhook* Used for monitoring product category changes. * After the upgrade task is created, developers need to receive webhooks to confirm the result of the category upgrade.
* POST Search ProductsRESTful API* After receiving the webhook, developers should query the product information for secondary confirmation to verify whether the L7 category has been successfully updated.
#