来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Combined Listing: Merge into Variants and API Integration Updates
Combined Listing now supports Merge into Variants, allowing sellers to consolidate same-style products listed under separate links into one main product detail page. New sales and reviews generated through the main listing are aggregated under the main product. Historical sales and reviews are not fully transferred, and orders placed through the original child listings continue to contribute to those child products. Feature guide This feature uses the existing virtual bundle response structure. ISVs should review how they map main listing SKUs to original child SKUs. Merged child products receive newly generated SKUs under the main product, while their original SKU IDs are returned in the component SKU fields:
| API | Main listing SKU ID | Original child SKU ID |
|---|---|---|
| Get Product | data.skus[].id | data.skus[].combined_skus[].sku_id |
| Get Order Detail | data.orders[].line_items[].sku_id | data.orders[].line_items[].combined_listing_skus[].sku_id |
ISVs should use Get Product to synchronize SKU mappings and read combined_listing_skus in Get Order Detail to identify the original product_id, sku_id, seller_sku, and component quantity (sku_count) for fulfillment. Integrations that rely solely on the order line’s sku_id to identify the original child SKU require adaptation. Validate SKU mapping, order synchronization, and fulfillment before supporting merged listings.
The following seller and product restrictions apply:
- Seller availability: This announcement applies to US sellers with the feature enabled. Availability is subject to the feature being accessible in Seller Center.
- Brand and category: Select at least two same-style products from the same brand and the same leaf category.
- Product types: Only regular products are supported. Flash sale products, auction products, and certain special distribution, GPR, or POP scenario products are excluded. Eligibility is determined by the validation shown in Seller Center.
- Existing relationships and SKU limits: Products must not already belong to another active product combination or combined listing relationship. Remove any existing relationship first. The total SKU count across selected products must remain within the platform limit. Full eligibility rules
Sellers can configure the feature in Seller Center → Manage Products → Combined Listing → Merge into Variants. Prices and inventory for SKUs linked to child products are synchronized from the original child SKUs; updates should be made to those original child products. Setup guide
变化记录
相对上一发布版本,本文内容有变化。
本版没有改过这篇(或它是新增页),没有可比的上一版。
