Skip to main content

Map Product to SKU Product

POST 

/api/temu/:integrationInstance/products/:product/map

Map a single Temu product to either a SKU product (product_id) OR a subscription offering (subscription_offering_id). Exactly one of the two is required.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Payload:

  • product_id (integer, required_without subscription_offering_id) — must exist in products.id
  • subscription_offering_id (integer, required_without product_id) — must exist in subscription_offerings.id

Creates or updates the underlying product_listing and queues a job to re-map any open sales order lines.

Request

Responses

Created

Response Headers
    Content-Type