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

Get Shop LIVE Products Performance List

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 Path: /analytics/202512/shop/{live_id}/products_performance

#

§2 Method: [GET]

#

§3 Function Description

Returns sale performance for each product in a shop-related LIVE session from the official account or marketing accounts.


#

§4 Common Parameters

For common parameters, refer to How to call TikTok Shop APIs - Common Parameters

Properties Location Type Require Sample Properties description
shop_cipherquerystringYGCP_XF90igAAAABh00qsWgtvOiGFNqyubMt3Use this property to pass shop information in requesting the API. Failure in passing the correct value when requesting the API for cross-border shops will return incorrect response.
Get by API Get Authorization Shop
content-typeheaderstringYapplication/jsonAllowed type: application/json
#

§5 Request Path Parameters

Properties Type Require Sample Properties description
live_idstringY7512345678901234567TTS LIVE session ID
#

§6 Request Query Parameters

Properties Type Require Sample Properties description
app_keystringY38abcdEvery single app will have a unique key. Please use the specific key assigned to your app.
signstringY5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8cSignature generated by gen algorithm. When you send API requests to TTS, you must sign them so that TTS can identify the senders.
timestampintY1623812664Unix timestamp GMT (UTC+00:00). This timestamp is used across all API requests. Developers can use this convert to local time.
sort_orderstringNDESCSort direction.

Available values: ASC, DESC Default value: DESC

  • ASC: ascending
  • DESC: descending | sort_field |string |N |direct_gmv |Field to sort on. Default: gmv Available values:
  • direct_gmv
  • items_sold
  • customers
  • created_sku_orders
  • sku_orders
  • main_orders
  • product_impressions
  • produt_clicks | currency |string |N |USD |Currency for monetary values. Use USD for US dollars or LOCAL for the local currency where the shop is registered. |
#

§7 Request Sample

Query

https://open-api.tiktokglobalshop.com/analytics/202512/shop/7512345678901234567/products_performance?app_key=123abc&sign=5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c&timestamp=1625484268&shop_cipher=ROW_RHkDDABBAAB8tKAVoAqsMTjsQZFLyNfY&sort_order=DESC&sort_field=direct_gmv&currency=USD
#

§8 Response Parameters

Properties Type Sample Properties description
codeint0The success or failure status code returned in API response.
messagestringSuccessThe success or failure messages returned in API response. Reasons of failure will be described in the message.
request_idstring202203070749000101890810281E8C70B7Request log
dataobjectSpecific return information
^products[]objectList of products and their sales and traffic performance for the LIVE session.
^^idstring1731736614984386107Product id
^^namestringPANDAEYES
WAHIDA
KNITWEAR
CARDIGAN (CLO-CNSNSL97002BL)Product name
^^salesobjectSales performance for the product in the LIVE session, including average price, orders, customers, GMV, and items sold.
^^^direct_gmvobjectThe total amount paid for orders of this product directly from the LIVE, including returns and refunds.
^^^^currencystringSGDDirect GMV currency code.
^^^^amountstring737.97Direct GMV amount in the corresponding currency.
^^^items_soldint24The number of product items sold
^^^customersint24The total numbers of customers who ordered this product directly from the LIVE, including customers who made returns or refunds.
^^^created_sku_ordersint27The total number of SKU orders created directly from the LIVE for this product.
^^^avg_priceobjectAverage direct GMV per main order. Also known as AOV (main order)
^^^^currencystringSGDAverage price currency code.
^^^^amountstring30.75Average price amount in the corresponding currency.
^^^sku_ordersint24The total number of paid SKU orders placed directly from the LIVE for this product.
^^^main_ordersint24Total number of paid main orders placed. Main orders refer to the single purchase transaction a customer makes.
^^^payment_ratestring0.8888Main order paid / Main order created of this product
^^trafficobjectTraffic performance for the product in the LIVE session, including add-to-cart, click-to-order, CTR, GPM, product impressions, and product clicks.
^^^product_impressionsint14815Number of product impressions for this product during the LIVE video, including for product lists and product cards
^^^ctrstring0.0908Click-through rate: The number of product clicks for this product from the LIVE video, divided by the number of product impressions for this product from the LIVE video, including product clicks and product impressions for product lists and product cards
^^^add_to_cart_countint102The number of times viewers add the product to their cart.
^^^click_to_order_rateobjectClick to order rate
^^^^sku_order_ctorstring0.0178The percentage of times viewers clicked product links in LIVE streams and placed a direct order.
^^^^main_order_ctorstring0.0178Percentage of times viewers who clicked LIVE product links also placed a main order.
^^^gpmobjectGPM data for product traffic, including watch GPM.
^^^^watch_gpmstring49.81The Watch GPM is the average GMV generated from 1,000 views of the LIVE.
^^^produt_clicksint1346The total number of times the product was clicked from this LIVE, including from the product list and product card
#

§9 Response Sample

{"code":0,"data":{"products":[{"id":"1731736614984386107","name":"PANDAEYES \nWAHIDA   \nKNITWEAR \nCARDIGAN (CLO-CNSNSL97002BL)","sales":{"direct_gmv":{"currency":"SGD","amount":"737.97"},"items_sold":24,"customers":24,"created_sku_orders":27,"avg_price":{"currency":"SGD","amount":"30.75"},"sku_orders":24,"main_orders":24,"payment_rate":"0.8888"},"traffic":{"product_impressions":14815,"ctr":"0.0908","add_to_cart_count":102,"click_to_order_rate":{"sku_order_ctor":"0.0178","main_order_ctor":"0.0178"},"gpm":{"watch_gpm":"49.81"},"produt_clicks":1346}}]},"message":"Success","request_id":"202203070749000101890810281E8C70B7"}
#

§10 Error Code

For common error codes, refer to How to call TikTok Shop APIs - Common Error Code

Code Message
#