Skip to main content

Import Product Mappings

POST 

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

Import product mappings from CSV.

Path Parameters:

  • integration_instance - The ID of the integration instance

Request Body:

  • original_name - Original uploaded file name
  • stored_name - Server-side stored file name

CSV Format:

  • goodsId, Title, SKU, mapped_sku columns
  • mapped_sku should be your SKU.io product SKU

Response: Queues import job, returns success message.

Request

Responses

Successful response