stable本次发布有变化全部展示
来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Draft editing support for published listings
#§2 Summary
Summary
Previously, the TikTok Shop Seller Center only allowed draft editing prior to publishing a listing. We've recently expanded this feature to additionally enable sellers to edit and save drafts for products that have already been listed, and are now ensuring it is reflected in our APIs.
§3 Impact
Impact
| Impacted market(s) | * United States (US) - Local * United Kingdom (UK) - Local * Europe (EU) - Local * Southeast Asia (SEA) - Local * Japan (JP) - Local * Platform Open Plan (POP) - US, UK, EU, SEA |
| Impacted version(s) | 202309 (and later) |
§4 Changes
Changes
§5 Product APIs
Product APIs
| Endpoint(s) | Change(s) |
|---|---|
| * PUT Edit Product * POST Partial Edit Product | New request parameter: save_mode Possible values: * AS_DRAFT: Save the product as a draft for future editing. * LISTING: Immediately list the product in the shop. |
| * GET Product * POST Search Products | New request parameter: return_draft_version Filter products to show only those that have a draft. * true: Returns products in their draft version only. Excludes those without a draft. * false: Returns all products regardless of whether they have a draft. |
| * POST Search Products | New response parameter: has_draft Indicates whether the product has a draft. * true: It has a draft. * false: It does not have a draft. |
§6 Next steps
Next steps
For more details on the new parameters, please visit our individual API documentation for each endpoint, as linked above.
