Retrieves TikTok Shop product-level Gross Merchandise Value (GMV) data with aggregated statistics
| 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