Skip to main content

Bulk Apply Content Changes

POST 

/api/content-sync/bulk-apply

Apply pending changes across many listings as a background job. High-impact fields (for example product name) are excluded unless include_risky is true. Optionally narrow to specific fields.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns the background job id; poll the jobs API to track progress and read the completion summary (changes applied, skipped, conflicts remaining). Requires Bearer token. Limits: up to 1000 listing ids per call; ids must be unique; field names must be one of barcode, mpn, name, brand, attributes, images, weight, dimensions.

Request

Responses

OK

Response Headers
    Content-Type