Skip to main content

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 sync updateTime for.

Response:

  • data.queued - true if the job was queued.
  • message - Status message.

Request

Responses

Successful response