Skip to content

Importing Stock Updates into Temu

The Import Stock Updates to Temu task is used to update inventory quantities for products already listed on your Temu store.

This allows you to keep stock levels in sync with your internal systems, ensuring customers see accurate availability when browsing your products.

Unlike full product imports, stock updates can be processed at any time—after the product has been approved by Temu.

File Settings

Fail File

Stock Updates that fail to import will be recorded in this file, along with detailed error messages returned by the Temu API.

Input File

The path to the XML file that contains the stock update records to be imported. Each record must follow the required stock update schema.

Success File

Stock Updates that are successfully imported will be written to this file, along with their assigned Temu identifier.

Import Settings

Prevent Reprocessing

When enabled, the task will skip records that have already been imported in previous runs. It uses the ExternalId field in each stock update record to determine uniqueness.

Skipped records will be written to the Fail File with a note indicating they were previously processed.

Example

<?xml version="1.0" encoding="utf-8"?>
<StockUpdates>
    <StockUpdate>
        <GoodsName>Casio Gold</GoodsName>
        <VariantSku>CASIG001</VariantSku>
        <Quantity>5</Quantity>
    </StockUpdate>
</StockUpdates>