TikTok Shop Creators by Product
One row per creator with an embedded products[] array breaking their GMV down by product for the date range. Ordered by total GMV descending (no sort parameter).
products[] array showing how their GMV splits across products for the requested date range. This is the same data as the Products tab (Creators view) of the TikTok Shop store page.
For the product-level rollup, see TikTok Shop Products.
Response Fields
Each creator row contains:products[] contains external_product_id, product_name, product_image_url, latest_date, plus the same raw + *_formatted metric pairs (total_gmv, total_units_sold, total_sku_orders, total_commission, total_refunded_amount, total_items_refunded, total_estimated_flat_fee).
The response envelope is { data, meta, additional_data }; meta additionally includes page_size.
Request Parameters
Request Example
Response Example
Use Cases
- Answering “who sold this product?” with
product_id - Building creator × product performance matrices
- Structuring product-seeding decisions around which creators move which SKUs
- Reconciling per-product commissions per creator
Notes
- Results are always ordered by total GMV descending; there is no sort parameter.
- Without a
product_idfilter, the listing also includes tracked creators with zero sales in the range (matching the dashboard’s row counts); withproduct_id, only creators who sold that product are returned. - 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
Set to 'true' to include creators from all contracts
true Set to 'true' to exclude TikTok Shop contest campaigns
true Only include creators who sold this TikTok Shop product id