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

Changes to Create Product and Edit Product APIs

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

When sellers create or edit products via API, they can pass values to optional product fields such as GTIN, product attributes, and brand_id. If the format validation fails for these fields, previously the API call would fail. Now, the API call will succeed by adopting sane defaults. The API will return a new property, warnings.message and will contain information on which fields have been reset. Only the following parameters are affected:

  • brand_id
  • identifier_code
  • product_attributes
#

§2 What is changing?

#

§3 Brand ID (brand_id)

Brand ID (brand_id)

BeforeAfter
API calls fail when the brand chosen does not fit the product category* API calls will be successful and the brand parameter will default to "No Brand". * New property warnings.message will be returned indicating the original brand value is wiped out and defaulted to "No Brand".
#

§4 Identifier Code (identifier_code)

Identifier Code (identifier_code)

BeforeAfter
API calls fail when the GTIN format (14 digits, the last digit is character) is not correct.* Only applies for the GTIN type * API calls will be successful and the identifier_code.code parameter value will be empty. * New property warnings.message will be returned indicating the GTIN value is wiped out and reset to default.
#

§5 Product Attributes (product_attributes)

Product Attributes (product_attributes)

BeforeAfter
API calls fail when product attributes value are in the wrong format. Format validation rules vary according to different attributes and markets.* API calls will be successful and the product_attributes.values.name parameter value will be empty. * New property warnings.message will be returned indicating the fields that are reset to default.
#

§6 What markets & sellers are affected?

What markets & sellers are affected?

All markets and all sellers are impacted by this change.

#

§7 What versions are these changes for?

This change is applicable to all versions.

#

§8 Required Actions

We recommend adopting this new version and taking advantage of the feature where API calls will not fail but reset to defaults.

#