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

Get Shop Performance Per Hour

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/202510/shop/performance/{date}/performance_per_hour

#

§2 Method: [GET]

#

§3 Function Description

Returns hourly shop performance details for the requested date. The date can be within the last 30 days, including today.


#

§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
datestringY2025-09-18(ISO 8601 YYYY-MM-DD format) in shop registered timezone.
#

§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.
currencystringNUSDCurrency.
Available values: USD, LOCAL
Default value: LOCAL
  • USD: US dollars
  • LOCAL: local currency where the shop is located |
#

§7 Request Sample

Query

https://open-api.tiktokglobalshop.com/analytics/202510/shop/performance/2025-09-18/performance_per_hour?app_key=123abc&sign=5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c&timestamp=1625484268&shop_cipher=ROW_RHkDDABBAAB8tKAVoAqsMTjsQZFLyNfY&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
^performanceobjectShop performance data for the requested date, including hourly intervals, overall totals, and the latest available timestamp.
^^overallobjectoverall data
^^^gmvobjectThe total amount paid by customers, including shipping fees, but subtracts platform co-funding and seller promotions. GMV does not subtract cancellations or refunds.
^^^^amountstring2344.00GMV amount in the corresponding currency.
^^^^currencystringSGDGMV currency code (ISO 4217 standard). If LOCAL currency is requested, the value will be the local currency code of where the shop is registered (e.g. GBP).
^^^items_soldint543The total number of individual items sold. Example: If a customer buys 3 units of SKU A and 2 units of SKU B, the items sold would be 5.
^^^visitorsint234324Number of unique users who visited your product detail pages before the most recent update time.
^^^customersint2332The number of individual customers who made a purchase. This metric counts each customer once, even if they made multiple purchases.
^^intervals[]objectHourly interval data for the requested date, including hour index, GMV, customers, items sold, and visitors.
^^^indexint2hour index, 0-23.
0 means 00:00 - 00:59.
^^^gmvobjectgmv data
^^^^amountstring2332.22GMV amount in the corresponding currency.
^^^^currencystringSGDGMV currency code (ISO 4217 standard). If LOCAL currency is requested, the value will be the local currency code of where the shop is registered (e.g. GBP).
^^^items_soldint23The total number of individual items sold. Example: If a customer buys 3 units of SKU A and 2 units of SKU B, the items sold would be 5.
^^^visitorsint2332Number of unique users who visited your product detail pages before the most recent update time.
^^^customersint223The number of individual customers who made a purchase. This metric counts each customer once, even if they made multiple purchases.
^^latest_available_timestampint1623812664The latest time when the data is ready, as a UNIX timestamp.
#

§9 Response Sample

{"code":0,"data":{"performance":{"overall":{"gmv":{"amount":"2344.00","currency":"SGD"},"items_sold":543,"visitors":234324,"customers":2332},"intervals":[{"index":2,"gmv":{"amount":"2332.22","currency":"SGD"},"items_sold":23,"visitors":2332,"customers":223}],"latest_available_timestamp":1623812664}},"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
#