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
- 202
- 401
- 403
- 422
- 429
Accepted
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Unprocessable Content
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.