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

Product APIs support regular Auction Product CRUD

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

#

§2 What is changing

What is changing

Regular auction products are now supported across the Product API lifecycle. Developers can create and update regular auction products, and can identify auction status and starting bid information when reading product data. This release applies only to regular auction products. Temporary Listing Auction Product is out of scope for this release.

#

§3 Why this is changing

Why this is changing

This update extends auction product operations from Seller Center to the API channel, so merchant tools, ERP systems, and ISV integrations can manage regular auction products through the same product workflows they already use for standard products.

#

§4 Impact

Impact

Auction product metadata and SKU-level starting bid information are now part of the API contract. Integrations that do not construct, parse, or persist these auction-related fields will not be able to create, update, or correctly identify regular auction products. In affected flows, requests may fail validation or be blocked by business eligibility rules.

#

§5 API Impact

API Impact

#

§6 Scope of change

Scope of change

APIChange typeExternal impact
Create ProductRequest payload updateAdd support for product_tag_operations to enable the auction tag, and add SKU-level starting_bid_price for auction scenarios.
Edit ProductRequest payload updateSupport updating regular auction product configuration through the product payload, including auction tag handling and SKU-level starting bid input.
Get ProductResponse payload updateReturn auction tag information and SKU-level starting bid information so integrators can correctly identify regular auction products.
Search Products version:202502Response payload updateExpose auction tag information and SKU-level starting bid information in search results.
Check Product ListingValidation behavior updateListing validation now needs to recognize auction-specific inputs and eligibility rules for regular auction products.
#

§7 Behavior change

Behavior change

  1. Regular auction tagging is handled through product_tag_operations.
  2. A SKU-level starting bid price field is introduced for auction scenarios and must be handled together with auction product configuration.
  3. Only eligible sellers can enable auction capability. Ineligible sellers will receive an API error.
  4. Auction products cannot be replicated to other markets through Replicate Product.
  5. Partial Edit Product is not supported by this scenario.
#

§8 Developer Action Items

Developer Action Items

For merchants and ISVs using auction products:

  1. Update create and edit request builders
  2. Support product_tag_operations for auction tag enablement.
  3. Add SKU-level starting bid handling for auction products.
  4. Update product parsing and storage
  5. Read and persist auction tag information and starting bid information from Get Product and Search Products responses.
  6. Refresh validation and workflow guards
  7. Block unsupported flows such as cross-market replication for auction products.
  8. Ensure auction-only fields are used only in auction scenarios.
  9. Re-test end-to-end product flows
  10. Cover create, update, get, search, and listing validation for regular auction products.

For merchants who do not use auction products: Identify these two new fields without implementing relevant logic, and ensure the new fields will not block the original processes.

#

§9 Changelog Summary

Changelog Summary

This release adds regular auction product support to the Product API by introducing auction tag operations and SKU-level starting bid handling in core product flows. Integrations that do not adapt to the new contract will be unable to fully support regular auction products and may encounter validation or business-rule errors in auction-related workflows.

#

§10 Appendix:

Appendix:

Seller Academy https://seller-us.tiktok.com/university/essay?knowledge_id=8427133325330222&lang=en#auction-logistics

#