Export Products Async
Queue a large product export. Creates an EXPORT Job and publishes a
bulkops.export message; the bulkops-worker resolves the products,
builds the file, uploads it to GCS, and records the file URL on the job.
Poll the job and call /export/{job_id}/download-url once complete.
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'])