Skip to main content

Create Products From Order Items

POST 

/api/temu/:integration_instance/orders/create-products-from-items

Backfill TemuProduct records for any TemuOrderItem rows that reference a goodsId not yet present as a product. Useful when the orders endpoint ran ahead of the products sync.

Authorization

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

No request body. Looks up orphaned goodsIds, then creates stub product rows.

Request

Responses

OK

Response Headers
    Content-Type