Skip to main content

Refresh Single Product

POST 

/api/temu/:integrationInstance/products/:product/refresh

Fetches one product directly from Temu's API, persists the updated data, and returns the refreshed listing — synchronously, without queuing a catalog-wide refresh.

Authorization

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

Error cases:

  • 403 when the product does not belong to this integration instance.
  • 404 when Temu returns no data for the product.
  • 500 when the Temu API call fails.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type