cURL
Stats API
Get TikTok Shop GMV 24h
Retrieves TikTok Shop Gross Merchandise Value (GMV) data with daily breakdown and comparison to previous period
GET
cURL
Retrieves TikTok Shop Gross Merchandise Value (GMV) data with daily breakdown and comparison to previous period. Returns time-series data showing GMV performance, order counts, and period-over-period comparisons for each day in the specified date range.
Request Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
start_date | String | Start date in MM/DD/YYYY format | Yes |
end_date | String | End date in MM/DD/YYYY format | Yes |
Request Example
Response Example
Response Fields
| Field | Type | Description |
|---|---|---|
date | String | The date for this data point (YYYY-MM-DD format) |
last_date | Integer | Unix timestamp for the corresponding date in the previous period |
current | String | GMV for the current date (formatted as currency string) |
last | String | GMV for the corresponding date in the previous period (formatted as currency string) |
total | String | Cumulative GMV total for the current period (formatted as currency string) |
last_total | String | Cumulative GMV total for the previous period (formatted as currency string) |
order_count | Integer | Number of orders on the current date |
last_order_count | Integer | Number of orders on the corresponding date in the previous period |
total_order_count | Integer | Cumulative order count for the current period |
last_total_order_count | Integer | Cumulative order count for the previous period |
Use Cases
This endpoint is useful for:- Tracking daily TikTok Shop GMV performance over time
- Comparing current period performance to previous period
- Building custom GMV dashboards and analytics
- Monitoring order volume trends
- Calculating period-over-period growth rates
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Start date in MM/DD/YYYY format
End date in MM/DD/YYYY format