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

Draft status available for Create Product API

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 What is changing?

Draft products are products listed in Seller Center that can not be seen by customers. For sellers who don't have required product information, such as size charts or certifications, developers can use this feature to help sellers upload products as drafts first. Once uploaded, sellers can add the required information directly into Seller Center when they have it. Developers on the legacy version (v202212) can use Create Draft Product (V1) API to upload products as draft. Developers on the new version (v202309) don't have access to the above API, but instead can use Create Product API and pass AS_DRAFT to save_mode parameter in the request body.

#

§2 Which markets are affected?

This change is applicable to all markets.

#

§3 Who is affected?

All sellers can take advantage of this new feature.

#

§4 Which version is applicable?

This change is applicable to v202309.

#

§5 What action is required?

We recommend updating the logic when calling Create Product listing to allow creating a product as draft.

#

§6 Parameters

Parameters

New parameter save_mode is available for developers. It is used to specify the mode in which the product is saved, and supports the following values:

  • AS_DRAFT
  • LISTING

**Note:**If you omit providing save_mode, the default value is "LISTING".

#

§7 Responses

Responses

  • When save_mode is LISTING, the API will behave the same as before, listing the products.
  • When save_mode is empty, the default value is LISTING.
  • When save_mode is AS_DRAFT, the API will save the product information as draft in the Seller Center without listing.
#

§8 Error codes and messages

Error codes and messages

No changes to error codes or error messages.

#