Skip to main content

Export to Google Sheet

POST 

/api/v2/google/sheets/export

Create a new Google Sheet (or refresh an existing linked sheet when sheet_link_id is provided) populated with the supplied rows. entity_type must be a supported import entity (e.g. products). Include an id column so edits pulled back are applied as updates; rows with a blank id are inserts.

Row sets above the sync limit are written as a background job — the response returns tracked_job_log_id and no url until it completes.

Authentication: Requires Bearer token.

Request

Responses

Created

Response Headers
    Content-Type