Skip to main content

Refresh Parent After-Sales

POST 

/api/temu/:integrationInstance/parent-after-sales/refresh

Dispatches a background job to pull recent after-sales (returns/refunds) from the Temu API and upsert them into temu_parent_after_sales. Returns immediately with a tracked_job_log_id so the frontend can poll the job-tray composable. Body: { days_updated?: int } — defaults to 30 days when omitted.

Authorization

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

Request

Responses

OK

Response Headers
    Content-Type