Social Intelligence

Export products

Export the product list in one call — same filters as GET /products, but without pagination. Returns JSON rows by default; pass format=csv for a downloadable file.

Capped at 1000 rows for most customers; truncated: true in the JSON response means the cap clipped the result. Consumes one of the shop's daily exports, a quota shared with portal exports.

get/social-intelligence/products/export

Query parameters

formatstring

Output format. json returns rows; csv returns a downloadable file.

Output format. json returns rows; csv returns a downloadable file.

searchstring nullable
categorystring nullable
subcategorystring nullable
sort_bystring nullable

gmv28d, unitsSold, rating, creators, videos

gmv28d, unitsSold, rating, creators, videos

sort_orderstring

Response

Successful Response

row_countinteger required
row_limitinteger nullable required

Per-request row cap applied. Null when the customer is uncapped.

truncatedboolean required

True when the row cap clipped the result — there is more data than was returned. Narrow the filters and export again rather than treating the rows as the complete set.

columnsstring[] required

Column order used by the CSV form.

Changes

No recorded changes to this endpoint across all 1 revision of this API.