Export Products
Export products to Excel/CSV with custom column mapping (synchronous).
Use the async variant (/export-async) for large selections; this
endpoint streams the file inline and is intended for small selections.
Authentication Required: Requires product:read permission.
Cookies
Body
Request model for exporting products to Excel.
List of product keys to export
Column mapping configuration (required for column_based mode)
File format: 'xlsx' for Excel, 'csv' for CSV
xlsx, csv Export format: 'column_based' uses custom column mappings, 'attribute_rows' creates one row per property
column_based, attribute_rows If true, filter products by specific labels
If true, only export the latest version of each product
Label keys to filter by (used when filter_by_label=true)
Filter products by source (e.g., ['merchant_input', 'scraper'])
Response
Successful Response