TikTok Shop Videos
One row per shoppable video with GMV, orders, views, and refund totals for the date range. Ordered by total GMV descending (no sort parameter).
Response Fields
Each video row contains:{ data, meta, additional_data } (see the Creators endpoint for the envelope shape).
Request Parameters
Request Example
Response Example
Use Cases
- Identifying top-converting videos by GMV and views
- Attributing video performance to specific products (
product_id) or campaigns (campaign_id) - Separating GMV attribution by post date vs. sale date with the post date range filters
- Auditing linked vs. unlinked content with the
linkedfilter
Notes
- Results are always ordered by total GMV descending; there is no sort parameter.
include_zero_gmv=true(the default, matching the dashboard) includes videos that drove no sales in the range.post_start_date/post_end_datefilter on when the video was posted;start_date/end_datefilter on when the GMV occurred.- Requests are rate limited (minimum 2 seconds between requests plus an hourly quota); see the
X-RateLimit-*response headers.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Start of the GMV date range (ISO 8601, YYYY-MM-DD)
End of the GMV date range (ISO 8601, YYYY-MM-DD)
Page number (default 1)
Results per page: 1-100, default 20
x <= 100Free-text search
Filter to a campaign or contract belonging to your organization
Filter to a single Growi creator (user id)
Data scope: growi (only creators on Growi, default), all (all TikTok Shop data), non_growi (creators not on Growi)
growi, all, non_growi Narrow results to a child organization (id) of the API key organization
Filter to a single TikTok creator by TikTok creator id (oecuid)
Filter by connected social account id (matches dashboard behavior; prefer external_creator_id)
Minimum GMV in display currency units (e.g. dollars)
Maximum GMV in display currency units (e.g. dollars)
Filter by video post date, range start (ISO 8601). Must be paired with post_end_date.
Filter by video post date, range end (ISO 8601). Must be paired with post_start_date.
Filter by TikTok Shop product id
Filter to a single tracked content item
Filter by linked status
all, linked, unlinked Include videos with zero GMV (default true)
true, false