CRM v2 sample-request rows
The paginated sample-request pipeline for one shop — the rows behind the Sample Requests board. Each row carries the creator (handle, followers, level, rising-star / fast-growing signals, CRM tags), the product, the request's status and timestamps, and the creator's performance metrics (post rate, PPS score, average views, engagement rate, GMV per sample, videos per sample).
Filter by pipeline tab (status), product, creator profile, sourcing automation, tag, date range, free-text search, and any of the metric ranges (min_* / max_*). show_archived returns the archived board instead; show_expiring narrows to requests about to expire. Response also reports archivedCount, expiringCount and a dataFreshness stamp.
Single-shop only, and only for shops on the CRM v2 pipeline — others get a 404 and should use /samples.
Query parameters
Page number, 1-based.
Page number, 1-based.
Rows per page (max 100).
Rows per page (max 100).
Pipeline tab to filter to. One of: toReview, readyToShip, shipped, pendingContent, completed, cancelled.
Pipeline tab to filter to. One of: toReview, readyToShip, shipped, pendingContent, completed, cancelled.
Comma-separated product IDs.
Comma-separated product IDs.
Comma-separated creator profile IDs.
Comma-separated creator profile IDs.
Comma-separated automation IDs that sourced the request.
Comma-separated automation IDs that sourced the request.
Comma-separated CRM tags.
Comma-separated CRM tags.
Earliest request date, YYYY-MM-DD (inclusive).
Earliest request date, YYYY-MM-DD (inclusive).
Latest request date, YYYY-MM-DD (inclusive).
Latest request date, YYYY-MM-DD (inclusive).
Free-text search over creator handle / name.
Free-text search over creator handle / name.
Sort field.
Sort field.
'asc' or 'desc'.
'asc' or 'desc'.
Drop rejected requests.
Drop rejected requests.
Return archived requests instead.
Return archived requests instead.
Only requests expiring soon.
Only requests expiring soon.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.