Skip to main content

Sync Inventory to Temu

POST 

/api/temu/:integrationInstance/products/sync-inventory

Computes the current sellable stock for mapped Temu listings and pushes the quantities to Temu synchronously. Listings whose cached quantities are stale are recalculated first, then the updated numbers are submitted to Temu's inventory API and the local sync cache is refreshed.

Not yet available to API tokens

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

Request body:

  • ids (array of integers, optional) — product-listing ids to sync. Omit to sync every mapped listing for the instance.

The call is a no-op (still returning the success message) when this platform is not configured as the master of stock for the instance, or when no eligible listings are found.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type