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

Virtual bundles are now available in order details

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 What is changing?

Virtual bundles is a TikTok Shop seller enablement initiative which allows sellers to create a new ProductID (new SKU) by adding multiple existing SKUs and allowing them to share the inventory in real-time. Sellers can set prices for the new SKUs different from the sums of the added SKUs. The new SKUs will become independent new products for shoppers to explore and purchase. A new product_id and sku_id is created when generating a virtual bundle product. From a buyer's perspective in TikTok Shop, it is browsed and purchased as a single product. After a virtual bundle is created, the seller can add or remove the "child" products to the virtual bundle, and the product_id and sku_id will not change. This change will allow sellers to use API to map orders that have virtual bundles to be synced back to their systems for fulfillment. The virtual bundle has to be created in Seller Center and is not possible to be created via the API. Only the GET Order Detail (and not GET Order List) will return information about virtual bundles.

#

§2 Which markets are affected?

This change is for all markets and all sellers.

#

§3 Who is affected?

All developers who build connects, multi-channel apps and shipping / fulfillment apps are affected by this change.

#

§4 Which version is applicable?

This change is applicable to v202309

#

§5 What action is required?

Please adopt the new combined_listing_sku object present in the Get Order Detail API to enable sellers to fulfill bundles that have been sold on TikTok Shop.

#

§6 Get Order Detail

Get Order Detail

#

§7 Parameters

Parameters

No change

#

§8 Responses

Responses

A new combined_listing_sku object added to the line_item property, indicating the "child" products/SKUs that compose the virtual bundle.

PropertiesTypeSampleProperties description
data
orders[]objectorder information
idstring576461413038785752Tiktok shop order id
line_items[]objectLine item info list
idstring577086512123755123Line item ID
product_namestringWellgard Collagen & ACV Gummies BundleProduct name
product_idstring1729582718312380123Product ID
sku_idstring2729382476852921560Sku id
combined_listing_skus[]objectFor a virtual bundle SKU, returns an array of related product SKUs that compose the virtual bundle SKU
sku_idstring2729382476852921123The original sku_id related to the virtual bundle SKU
sku_countint1The quantity of original SKUs that compose the virtual bundle SKU
product_idstring1729582718312380456The original product_id related to the virtual bundle SKU

For example, a virtual bundle that contains two SKUs will have two elements in the array:

Image

#