Skip to main content

Import Product Mappings

POST 

/api/temu/:integrationInstance/products/import-mappings

Imports listing-to-product mappings from a previously uploaded CSV file, running as a queued background job on a serialized queue. The CSV must contain a column with the Temu goods id (the listing's unique field) and a mapped_sku column identifying the internal product each listing maps to.

Authorization

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

Request body:

  • original_name (string, required) — the file name as originally uploaded.
  • stored_name (string, required) — the server-side stored file name returned by the file upload endpoint.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type