Skip to main content

Bulk Map Product SKUs (Tracked)

POST 

/api/tiktok-shop/integration-instances/:integration_instance_id/products/bulk-tracked

Queued counterpart to products/bulk, dispatched when the BulkMappingModal crosses its tracked-operation threshold. Same body contract as products/bulk (action = map | unmap | create | remap, plus selection and options). Dispatches a tracked job and returns its tracked_job_log_id for polling via products/bulk-progress/{id}.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Named route: tiktok-shop.products.bulk-tracked.

The job surfaces via the tracked job log endpoints. Returns 422 when the selection resolves to no SKUs.

Request

Responses

OK

Response Headers
    Content-Type