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 namestored_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
- 200
Successful response