Refresh Parent After-Sales
POST/api/temu/:integration_instance/parent-after-sales/refresh
Queue a background job (RefreshTemuParentAfterSalesJob) that pulls parent after-sales records updated within the given window from Temu and upserts them locally.
Path Parameters:
integration_instance- Integration instance ID
Request Body:
days_updated(optional, default 30) - How many days back to syncupdateTimefor.
Response:
data.queued- true if the job was queued.message- Status message.
Request
Responses
- 200
Successful response