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

Get Opportunity Detail and List Opportunity APIs: New Fields Added

TikTok Shop 官方资料 · TikTok Shop Partner Center 开发者文档 · 适合开发者

stable本次发布有变化全部展示

来自 TikTok Shop 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
TikTok Shop / profile.tiktok.docs_api
语言
en-US
发布版本
cn-20260919-1
标签
zhuge/sourceplatform/tiktok_shopaudience/developercategory/api_docdomain/producttopic/compliancetopic/developer

资料正文

§1 Get Opportunity Detail and List Opportunity APIs: New Fields Added

#

§2 Summary

Summary

Get Opportunity Detail and List Opportunity APIs add new response fields to provide opportunity tag codes and reference product information. Get Opportunity Detail also adds opportunity tags, while List Opportunity adds information about rewards sellers can receive for listing products as required. List Opportunity also supports filtering opportunities by tag codes through a new optional request field, tag_codes.

#

§3 What is changing

What is changing

Get Opportunity Detail — 4 new response fields

FieldTypeDescription
tagsStringTags associated with the opportunity.
tag_codesList<String>Tag codes mapped one-to-one, in order, to tags. Supported values for LATAM include CORE_PRODUCT and TOP_PRODUCT.
external_product_idStringProduct ID on the reference source. -Only for LATAM
reference_sourceStringReference source code. Returned only when external_product_id is present. -Only for LATAM

List Opportunity — 1 new request field

FieldTypeRequiredDescription
tag_codesList<String>NoFilters opportunities by tag codes. Example: ["CORE_PRODUCT", "TOP_PRODUCT"].

List Opportunity — 4 new response fields under data.opportunities[]

FieldTypeDescription
tag_codesList<String>Tag codes mapped one-to-one, in order, to tags. Supported values for LATAM include CORE_PRODUCT and TOP_PRODUCT.
reward_infoStringRewards sellers can receive for listing products as required.
external_product_idStringProduct ID on the reference source. -Only for LATAM
reference_sourceStringReference source code. Returned only when external_product_id is present. -Only for LATAM
#

§4 What action is required

What action is required

If your app uses Get Opportunity Detail or List Opportunity, review the following updates. Recommended actions:

  • Update your response models to support the new fields. Note that tags is a string, while tag_codes is an array of strings.
  • Include the optional tag_codes request field in List Opportunity when filtering opportunities by tag.
  • Use reward_info to display available listing rewards, and external_product_id together with reference_source to identify reference products.
  • Handle responses where reference_source is absent.
  • Test the updated request and response handling before deploying your integration changes.
#

变化记录

相对上一发布版本,本文内容有变化。

本版没有改过这篇(或它是新增页),没有可比的上一版。

对照官方原文 ↗