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.

Authorization

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

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