来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§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
| API | Change type | External impact |
|---|---|---|
| Create Product | Request payload update | Add support for product_tag_operations to enable the auction tag, and add SKU-level starting_bid_price for auction scenarios. |
| Edit Product | Request payload update | Support updating regular auction product configuration through the product payload, including auction tag handling and SKU-level starting bid input. |
| Get Product | Response payload update | Return auction tag information and SKU-level starting bid information so integrators can correctly identify regular auction products. |
| Search Products version:202502 | Response payload update | Expose auction tag information and SKU-level starting bid information in search results. |
| Check Product Listing | Validation behavior update | Listing validation now needs to recognize auction-specific inputs and eligibility rules for regular auction products. |
§7 Behavior change
Behavior change
- Regular auction tagging is handled through
product_tag_operations. - A SKU-level starting bid price field is introduced for auction scenarios and must be handled together with auction product configuration.
- Only eligible sellers can enable auction capability. Ineligible sellers will receive an API error.
- Auction products cannot be replicated to other markets through
Replicate Product. Partial Edit Productis not supported by this scenario.
§8 Developer Action Items
Developer Action Items
For merchants and ISVs using auction products:
- Update create and edit request builders
- Support
product_tag_operationsfor auction tag enablement. - Add SKU-level starting bid handling for auction products.
- Update product parsing and storage
- Read and persist auction tag information and starting bid information from
Get ProductandSearch Productsresponses. - Refresh validation and workflow guards
- Block unsupported flows such as cross-market replication for auction products.
- Ensure auction-only fields are used only in auction scenarios.
- Re-test end-to-end product flows
- 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
