Retrieves TikTok Shop product-level Gross Merchandise Value (GMV) data with aggregated statistics
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.Documentation Index
Fetch the complete documentation index at: https://growi.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |
| 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 |
total_gmv in descending order (highest GMV first)unique_videos count represents distinct videos that featured or promoted the productBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start date in MM/DD/YYYY format
End date in MM/DD/YYYY format