Skip to main content

Export Products to Google Sheets by Filter

POST 

/api/v2/google/sheets/export-products

Export products to a Google Sheet by the current filters instead of sending the rows. The sheet is built and written by a background job, so a large filtered export is not limited by request size or time. Returns a tracked_job_log_id to follow progress.

scope: 'selected' exports only the given ids; 'filtered' exports every product matching filter / filter_groups / sort; 'all' exports the whole catalog (filters ignored). Provide ids only for the 'selected' scope. Pass sheet_link_id to overwrite an existing linked sheet.

Authentication: Requires Bearer token.

Request

Responses

Accepted

Response Headers
    Content-Type