Skip to main content

Bulk Map Products

PUT 

/api/temu/:integrationInstance/products/map

Maps Temu listings to internal products by SKU in bulk. Each mapping entry links one Temu listing (identified by its Temu goods id) to the internal product whose SKU matches mapped_sku. After mapping, any imported order lines that were previously unmatched are re-linked to the newly mapped products in the background.

Authorization

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

Request body:

  • mapping (array, required, min 1) — each entry:
    • sales_channel_listing_id (string, required) — the Temu goods id of the listing.
    • mapped_sku (string or null, required) — SKU of the internal product to map to. Passing null (or an empty string) together with an existing product_listing_id removes that mapping.
    • product_listing_id (integer or null, optional) — id of an existing listing mapping, used when updating or removing a mapping.
    • subscription_offering_id (integer or null, optional) — map the listing to a subscription offering instead of a product.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type