来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§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_modeisLISTING, the API will behave the same as before, listing the products. - When
save_modeis empty, the default value is LISTING. - When
save_modeisAS_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.
