stable本次发布有变化全部展示
来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§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_cipher | query | string | Y | GCP_XF90igAAAABh00qsWgtvOiGFNqyubMt3 | Use 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-type | header | string | Y | application/json | Allowed type: application/json |
§5 Request Path Parameters
| Properties | Type | Require | Sample | Properties description |
|---|---|---|---|---|
| date | string | Y | 2025-09-18 | (ISO 8601 YYYY-MM-DD format) in shop registered timezone. |
§6 Request Query Parameters
| Properties | Type | Require | Sample | Properties description |
|---|---|---|---|---|
| app_key | string | Y | 38abcd | Every single app will have a unique key. Please use the specific key assigned to your app. |
| sign | string | Y | 5361235029d141222525e303d742f9e38aea052d10896d3197ab9d6233730b8c | Signature generated by gen algorithm. When you send API requests to TTS, you must sign them so that TTS can identify the senders. |
| timestamp | int | Y | 1623812664 | Unix timestamp GMT (UTC+00:00). This timestamp is used across all API requests. Developers can use this convert to local time. |
| currency | string | N | USD | Currency. |
| 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×tamp=1625484268&shop_cipher=ROW_RHkDDABBAAB8tKAVoAqsMTjsQZFLyNfY¤cy=USD
§8 Response Parameters
| Properties | Type | Sample | Properties description |
|---|---|---|---|
| code | int | 0 | The success or failure status code returned in API response. |
| message | string | Success | The success or failure messages returned in API response. Reasons of failure will be described in the message. |
| request_id | string | 202203070749000101890810281E8C70B7 | Request log |
| data | object | Specific return information | |
| ^performance | object | Shop performance data for the requested date, including hourly intervals, overall totals, and the latest available timestamp. | |
| ^^overall | object | overall data | |
| ^^^gmv | object | The total amount paid by customers, including shipping fees, but subtracts platform co-funding and seller promotions. GMV does not subtract cancellations or refunds. | |
| ^^^^amount | string | 2344.00 | GMV amount in the corresponding currency. |
| ^^^^currency | string | SGD | GMV 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_sold | int | 543 | The 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. |
| ^^^visitors | int | 234324 | Number of unique users who visited your product detail pages before the most recent update time. |
| ^^^customers | int | 2332 | The number of individual customers who made a purchase. This metric counts each customer once, even if they made multiple purchases. |
| ^^intervals | []object | Hourly interval data for the requested date, including hour index, GMV, customers, items sold, and visitors. | |
| ^^^index | int | 2 | hour index, 0-23. |
| 0 means 00:00 - 00:59. | |||
| ^^^gmv | object | gmv data | |
| ^^^^amount | string | 2332.22 | GMV amount in the corresponding currency. |
| ^^^^currency | string | SGD | GMV 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_sold | int | 23 | The 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. |
| ^^^visitors | int | 2332 | Number of unique users who visited your product detail pages before the most recent update time. |
| ^^^customers | int | 223 | The number of individual customers who made a purchase. This metric counts each customer once, even if they made multiple purchases. |
| ^^latest_available_timestamp | int | 1623812664 | The 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 |
|---|
