cURL
Stats API
Top TikTok Shop Products by GMV
Retrieves TikTok Shop product-level Gross Merchandise Value (GMV) data with aggregated statistics
GET
cURL
Retrieves TikTok Shop product-level Gross Merchandise Value (GMV) data. Returns aggregated statistics for each product including total GMV, order counts, and the number of unique videos that promoted each product within the specified date range.
Response Fields
Each product object contains the following fields:| Field | Type | Description |
|---|---|---|
product_id | String | Unique identifier for the TikTok Shop product |
product_name | String | Full name/title of the product |
total_gmv | Float | Total Gross Merchandise Value (revenue) generated by this product |
total_orders | Integer | Total number of orders for this product |
unique_videos | Integer | Number of unique videos that promoted this product |
Request Parameters
| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
start_date | String | Start date in MM/DD/YYYY format | Yes | Current date - 30 days |
end_date | String | End date in MM/DD/YYYY format | Yes | Current date |
Request Example
Response Example
Use Cases
This endpoint is useful for:- Identifying top-performing products by GMV
- Analyzing which products generate the most orders
- Understanding product reach through unique video counts
- Optimizing inventory and marketing strategies based on product performance
- Building product performance dashboards
- Tracking product-level attribution across influencer campaigns
- Comparing product performance across different time periods
Notes
- Products are returned sorted by
total_gmvin descending order (highest GMV first) - The
unique_videoscount represents distinct videos that featured or promoted the product - GMV values represent actual revenue generated, not including refunds or cancellations
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