Skip to content

Introduction to the Temu Library

The Temu connector enables integration between your systems and the Temu platform. It supports tasks such as importing product information, updating stock levels, and exporting order data.

All tasks within this library require a configured connection to Temu, which is managed through the Connection Manager.

Once a connection is established, users can set up tasks as part of a workflow to automate business processes.

Connecting to Temu

Before using any task in the Temu library, you must create a Temu Connection via the Connection Manager.

This connection stores the necessary credentials and settings to communicate with the Temu API securely and reliably.

Tasks

Exporting Orders from Temu

Retrieves orders generated from your Temu account based on the task settings, allowing for centralized order processing and fulfillment.

Importing Products into Temu

Imports product details from into your Temu store. This task is typically used to onboard or refresh product data including names, descriptions, pricing, and categories.

Importing Stock Updates into Temu

Updates current stock quantities in Temu. This helps avoid overselling or discrepancies between platforms.

Note

This connector implements the Zynk rest client, which means that you can enable the 'Log Debug Messages' in the Zynk common task settings to log API requests and responses to the working directory.

This is useful when debugging issues as you can see the information Zynk is passing to and receiving from the external REST interface.