Skip to main content

Create SKU Product

POST 

/api/temu/:integrationInstance/products/:product/create-sku-product

Create a new SKU product from a Temu product and immediately link it via product_listing.

Authorization

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

If an existing SKU product with a matching sku (outGoodsSn or skuId) is found, the response sets linked_existing: true and links to that record instead of creating a duplicate.

Returns 422 if the Temu product is already mapped (caller must unmap first).

Payload (optional, used by the create-from-Temu form):

  • field_mappings (object) — map of SKU product field => Temu source key (persisted via DataImportMapping when sent in bulk via createSkuProducts).
  • save_as_default (boolean) — persist the provided field_mappings as the integration default.

Request

Responses

Created

Response Headers
    Content-Type